Re: Why Ext2/3 needs immutable attribute?

From: Kyle Moffett
Date: Sat Apr 23 2005 - 15:38:52 EST


On Apr 23, 2005, at 15:12, DervishD wrote:
* Kyle Moffett <mrmacman_g4@xxxxxxx> dixit:
another usage: if you "chattr +i /var" while /var is unmounted,
then root is unlikely to accidentally create files/dirs in /var --
and when you mount the real /var on top it works fine. i tend to
protect all my mount points this way (especially those in /mnt) to
avoid my own dumb mistakes.
If you chmod 000 /var beforehand (While it's still unmounted, of
course), then it's also blindingly obvious that it's not mounted in
an ls -l :-D. I too have used this trick on many/most of my
systems.
I was doing exactly that, but it has its drawbacks: root still
can create files by accident. [...]

Ah, I meant in combination with the above trick:

# umount /var
# chmod 000 /var
# chattr +i /var
# ls -alhd /var
d--------- 2 root root 68 Apr 23 16:36 /var
# mount /var

If I forget to mount var, not only can I not create files, I'll also
notice when I "ls -alh /".

Cheers,
Kyle Moffett

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/IT/U d- s++: a18 C++++>$ UB/L/X/*++++(+)>$ P+++(++++)>$
L++++(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+
PGP+++ t+(+++) 5 X R? tv-(--) b++++(++) DI+ D+ G e->++++$ h!*()>++$ r !y?(-)
------END GEEK CODE BLOCK------


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/