mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
Merge branch 'passwd_no_setuid' into 'master'
Remove suid bit from passwd See merge request redox-os/cookbook!490
This commit is contained in:
commit
b94a5aabdd
@ -7,5 +7,4 @@ script = """
|
|||||||
cookbook_cargo
|
cookbook_cargo
|
||||||
cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc"
|
cp -rv "${COOKBOOK_SOURCE}/res" "${COOKBOOK_STAGE}/etc"
|
||||||
ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami"
|
ln -s id "${COOKBOOK_STAGE}/usr/bin/whoami"
|
||||||
chmod +s "${COOKBOOK_STAGE}/usr/bin/passwd"
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user