История изменений
Исправление bormant, (текущая версия) :
Не вижу проблемы:
# mkdir -p /tmp/tst/root
# cd /tmp/tst
# touch root/suid_root
# chmod 4711 root/suid_root
# ls -l root/suid_root
-rws--x--x 1 root root 0 Apr 6 13:34 root/suid_root*
# makepkg -l n -c n /tmp/tst.txz
# installpkg /tmp/tst
# ls -l /root/suid_root
-rws--x--x 1 root root 0 Apr 6 13:34 /root/suid_root*
# removepkg tst
Исходная версия bormant, :
Не вижу проблемы:
# mkdir -p /tmp/tst/root
# cd /tmp/tst
# touch root/suid_root
# chmod 4711 root/suid_root
# ls -l root/suid_root
-rws--x--x 1 root root 0 Apr 6 13:34 /tmp/tst/root/suid_root*
# makepkg -l n -c n /tmp/tst.txz
# installpkg /tmp/tst
# ls -l /root/suid_root
-rws--x--x 1 root root 0 Apr 6 13:34 /root/suid_root*
# removepkg tst