Remove suid bit from passwd

This commit is contained in:
bjorn3 2025-04-20 21:11:15 +02:00
parent 52032259ed
commit 88b05820d8

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"
"""