Dan McGhee wrote: > > The only thing I've ever had trouble with in this system is deciding > which things need to be SUID. Then there's xorg that also needs to be > owned by root *and* run SUID.
This is what I have: $ find `echo $PATH|tr : ' '` -type f -perm -u=s -ls -rwsrwxr-x 1 root root 73967 Oct 24 08:02 /bin/ping -rwsr-xr-x 1 root root 36153 Oct 24 08:02 /bin/umount -rwsr-xr-x 1 root root 47774 Oct 24 08:02 /bin/mount -rwsrwxr-x 1 root root 67902 Oct 24 08:02 /bin/ping6 -rwsr-xr-x 1 root root 71065 Oct 24 08:02 /bin/passwd -rwsr-xr-x 1 root root 63386 Oct 24 08:02 /bin/su -rwsr-xr-x 1 root root 37425 Oct 24 08:03 /usr/bin/expiry -rwsr-xr-x 1 root root 150805 Oct 24 08:03 /usr/bin/sudo -r-sr-s--- 1 root wireshark 328098 Nov 8 12:54 /usr/bin/dumpcap -rwsr-xr-x 1 root root 54180 Oct 24 08:03 /usr/bin/chsh -rwsr-sr-x 1 atd atd 55989 Oct 24 08:03 /usr/bin/at -rwsr-xr-x 1 root root 26485 Oct 24 08:03 /usr/bin/pkexec -rwsr-xr-x 1 root root 981824 Oct 24 08:03 /usr/bin/vmware-mount -rwsrwxr-x 1 root root 63194 Oct 24 08:03 /usr/bin/rlogin -rwsrwxr-x 1 root root 66959 Oct 24 08:03 /usr/bin/rcp -rwsrwxr-x 1 root root 57372 Oct 24 08:03 /usr/bin/rsh -rwsr-xr-x 1 root root 55806 Oct 24 08:03 /usr/bin/chfn -r-sr-s--- 1 root wireshark 1356907 Nov 8 12:54 /usr/bin/tshark -rwsr-xr-x 1 root root 80722 Oct 24 08:03 /usr/bin/gpasswd -rwsr-xr-x 1 root root 42083 Oct 24 08:03 /usr/bin/newgrp -rwsr-xr-x 1 root root 383100 Oct 24 08:03 /usr/bin/screen-4.0.3 -rwsr-xr-x 1 root root 63931 Oct 24 08:03 /usr/bin/chage -rwsr-xr-x 1 root root 22629 Oct 24 16:28 /opt/kde/bin/kwrited -rwsr-xr-x 1 root root 12629202 Sep 13 12:32 /opt/xorg/bin/Xorg -r-s--x--x 1 root root 118827 Oct 24 08:02 /sbin/mount.nfs -rwsr-xr-x 1 root root 1075712 Sep 29 14:19 /usr/sbin/vmware-authd find `echo $PATH|tr : ' '` -type f -perm -g=s -ls -r-sr-s--- 1 root wireshark 328098 Nov 8 12:54 /usr/bin/dumpcap -rwxr-sr-x 1 root tty 30709 Oct 24 08:03 /usr/bin/wall -rwsr-sr-x 1 atd atd 55989 Oct 24 08:03 /usr/bin/at -r-sr-s--- 1 root wireshark 1356907 Nov 8 12:54 /usr/bin/tshark -rwxr-sr-x 1 root postdrop 876569 Sep 9 16:23 /usr/sbin/postqueue -rwxr-sr-x 1 root postdrop 823343 Sep 9 16:23 /usr/sbin/postdrop -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
