diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:15 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:15 +0100 |
commit | 4d4a42b57666d5aae7facd3327972236ad986cbb (patch) | |
tree | e1fda0c88065458ca64c1b9e6afbf77ddb2d9b38 /system-files/sudoers |
Kill history to remove past secrets
Diffstat (limited to 'system-files/sudoers')
-rw-r--r-- | system-files/sudoers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system-files/sudoers b/system-files/sudoers new file mode 100644 index 0000000..6af6e3b --- /dev/null +++ b/system-files/sudoers @@ -0,0 +1,3 @@ +root ALL=(ALL) ALL +%wheel ALL=(ALL) ALL +Defaults passwd_timeout=0 |