No, you can use devfsd instead. You can configure it to chmod(2) an
inode on a disc-based FS whenever something chmod(2)s an entry in
devfs. This is almost exactly the same configuration that you'd use to
manage a disc-based /dev while mounting devfs on /devices.
Or you could write a script that updates your own purpose-built
permissions database. It's up to you. All the infrastructure is
already there.
> If so that seems kind of annoying. I'd prefer that permission
> modifications made with chmod(2) stick even if the system crashes
> and the background user-space daemon was never started. It seems
> that the problem is having devfs store _any_ information in memory
> that we want to eventually become persistent and stored to disk
> (either by some script on shutdown or the devfsd) .
So configure your system to do what you want. No problem.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
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/