Re: immutable flag on ext2fs

Michael Mess (michael@kawo2.rwth-aachen.de)
Wed, 23 Jun 1999 00:08:08 +0200


Hi!

I donīt think that it is a good idea to change the behaviour in the
kernel source.

But for you I suppose, you write a module which handles everything with
the immutable flag. When this module is loaded it can handle everything
with this flag.

You can assure that the rmmod process is on a local tty and return EBUSY
or EPERM if it is not.

When you want to make changes to your system, you just
rmmod immutable.o
and when you want to make it secure again, type
insmod immutable.o

So you can control the protection on a local tty and donīt need to hack
the new kernel each time you want to use a new one.

Greetings, Michael

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