remove the aaa::allow_sudoers_d option

This commit is contained in:
2024-03-12 11:34:12 +01:00
parent b6a424727d
commit 8e1be8f7f5
4 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ aaa::sudo_rules:
- 'telegraf ALL=(root) NOPASSWD: /usr/lib/telegraf/scripts/nxserver_report.sh'
```
Beside that, if `aaa::allow_sudoers_d` is set to `true` (which is the default), you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](distribute_files).
Beside that you might also simply deploy a file to /etc/sudoers.d e.g. via a technique described in [Distribute Files](distribute_files).