How to enable ACL in /dev (udev) file system
I am an old time Linux user (since 1994) but I am not especially smart, so please excuse em if my question is trivial.
I am moving from Fedora 7 to 8; with the standard kernel users have access to sound, although /dev/dsp has permissions rw-rw----+ and owner.group is root.root. If I compile the kernel myself, using a .config that worked flawlessly on Fedora 7, only root has access to /dev/dsp, whose permissions are now rw-rw---- WITHOUT the final +.
I learned that the final + in permissions means that there is an Access Control List associated with the file, that is what probably makes access possible to standard users with standard kernels. My home-compiled kernel probably lacks the ACL feature, so there is no + at the end of the permissions string, and the access is denied.
I tried to figure out how to enable the ACLs on device files (Fedora uses UDEV) in the configuration file of the kernel, either via menuconfig, xconfig and even using vi on .config. But I did not find where this setting is.
Any pointers to "fine" manuals to read :-)?
Aldo
|