mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Remove setuid bit from sudo
This commit is contained in:
parent
f9cd5a5901
commit
6fa969f208
@ -8,6 +8,5 @@ cookbook_cargo
|
||||
cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc"
|
||||
ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami"
|
||||
chmod +s "${COOKBOOK_STAGE}/usr/bin/passwd"
|
||||
chmod +s "${COOKBOOK_STAGE}/usr/bin/sudo"
|
||||
chmod +s "${COOKBOOK_STAGE}/usr/bin/su"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user