diff --git a/recipes/core/userutils/recipe.toml b/recipes/core/userutils/recipe.toml index ef6c897bd..68c1a88d4 100644 --- a/recipes/core/userutils/recipe.toml +++ b/recipes/core/userutils/recipe.toml @@ -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" """