fix: remove use of sudo to allow running from root shell for repeat runs

This commit is contained in:
mustard 2025-09-18 02:39:42 +02:00
parent abf2dd653d
commit bbd2e01bac
6 changed files with 13 additions and 11 deletions

View file

@ -73,8 +73,8 @@ is_in_whitelist() {
return 1
}
sudo passwd -l root
sudo dnf remove sudo-python-plugin
passwd -l root
dnf remove sudo-python-plugin
find /usr -type f -perm /4000 |
while IFS= read -r binary; do