On Wed, 20 Jul 2005, Conrad J. Sabatier wrote:
The ount point, branching off of the root (/) directory and owned by root:wheel, is setup with the correct permissions (chmod 01777) prior to mounting the device, but immediately changes once the device is mounted.
[...]
I've even tried a kernel with "options SUIDDIR", added "suiddir" to the mount point's options in /etc/fstab, and enabled the suid and guid bits in the directory's permissions, but to no avail. It *still* gets reset to drwxr-x-r-x.
This sounds like something to do with devfs, since the device files get created and destroyed as the devices themselves come and go. Look into man devfs, also the files devfs.conf and devfs.rules.
HTH. -- Chris Hill [EMAIL PROTECTED] ** [ Busy Expunging <|> ] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
