Le Sun, 19 Jun 2011 17:42:05 +0700 (NOVST), Eugene Grosbein <[email protected]> a écrit :
Hello, > >Description: > I'm trying to use FreeBSD-8.2-RELEASE-amd64-livefs.iso > with additional configs (rc.conf etc.) to boot remote system > from. Then I login using ssh and try to 'su' to root but it fails: > /usr/bin/su in the image has no SUID bit. This is not a bug (it's a feature!). A cd9660 file system does not know anything about suid/sgid bits (and even group or owner). It is not a "unix like" file system. You can't avoid this behavior. Regards. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
