fix: remove use of sudo to allow running from root shell for repeat runs
This commit is contained in:
parent
abf2dd653d
commit
bbd2e01bac
6 changed files with 13 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue