Questions marquées «setuid»

1
Comportement étrange pour setuid et setgid

Je fais une petite expérience avec des bits de privilège spéciaux comme suit: [root@localhost~]# useradd user1 [root@localhost~]# cp /bin/touch /home/ [root@localhost~]# chown user1:user1 /home/touch [root@localhost~]# chmod u+s,g+s /home/touch [root@localhost~]# ls -l /home/touch -rwsr-sr-x 1...