Hello,
I'm using sabayon on my desktop but i have little question about
mandatory gconf xml file stocked in home directory of users.
The problem is that the users can delete mandatory file and gnome
desktop locks are useless... So i code a simple patch that create and
locks this file to prevent users from delete it.
It's just a script executed after gdm login. The good point is that the
script work, the bad is how it work. I use POSIX Acl to add a mask that
to a root file in a user's home directory...
Yes I know, it's very bad because you need a F.S. with ACL enabled....
Maybe do you have any ideas to resolve this problem with another way ?