Merge branch 'passwd_no_setuid' into 'master'

Remove suid bit from passwd

See merge request redox-os/cookbook!490
This commit is contained in:
Jeremy Soller 2025-04-20 19:58:42 +00:00
commit b94a5aabdd

View File

@ -7,5 +7,4 @@ script = """
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"
"""