Wendel wrote:
> 
> Hi,
> 
> I sent this mail to Remy ... he send me a link to download the reiserfsprogs
> ... but the link is break! :/ Can someone give me the correct link ?? ;)  Or
> other soluction ? ;)
> 
> I'm need to set a attribute immutable to a file ".bash_profile" but don't
> work chattr with ReiserFS.
> 
> I search for soluctions in linux-br mail-list, google.com , ... but i can't
> found! :/
> 
> I have a restricted shell, and i set  the attributes (as root)
> 
> chown root.root /home/test/.bash_profile
> chomod 755 /home/test/.bash_profile
> 
> Ok, it's work .. but the user test can change the attributes via
> chmod/chown/vi/.../ and i need have vi! :/
> 
> Then i went use chattr to immutable to .bash_profile, but in my reiserfs
> give the famous erros:
> 
> [root@lnx /root]# chattr -V +i /home/wendel/.bash_profile
> chattr 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09
> chattr: Inappropriate ioctl for device while reading flags on
> /home/wendel/.bash_profile
> 
> Because it was wrote to ext2. Do u know the chattr to ReiserFS ?? Do u know
> some program that do the something in ReiserFS ?? Where can i get it files
> ??
> 
> Thkz...
> 
> Best Regards.
> 
> [ ]'s
We don't support the immutable bit in ReiserFS, it is an ext2 specific
innovation, not a POSIX feature.

Hans

Reply via email to