From 88b05820d8cdbfc963fb15338c5f7529c978dcfb Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:11:15 +0200 Subject: [PATCH] Remove suid bit from passwd --- recipes/core/userutils/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/core/userutils/recipe.toml b/recipes/core/userutils/recipe.toml index 94c906a4..6d7e2395 100644 --- a/recipes/core/userutils/recipe.toml +++ b/recipes/core/userutils/recipe.toml @@ -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" """