Commit a15a5da
authored
This PR:
- adds a note regarding `logfile` since it's a CIS Ubuntu Linux (e.g
24.04 LTS) Benchmark requirement (`5.2.3 Ensure sudo log file exists`)
- remove mentions of `exempt_group` since it's not supported
```sh
/etc/sudoers:10:10: unknown setting: 'exempt_group'
Defaults exempt_group=sudo
^~~~~~~~~~~~
/etc/sudoers.d/012_logfile:1:10: unknown setting: 'logfile'
Defaults logfile="/var/log/sudo.log"
```
---------
Signed-off-by: Thomas Sjögren <[email protected]>
1 parent 500c8e3 commit a15a5da
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | | - | |
295 | 293 | | |
296 | 294 | | |
297 | 295 | | |
| |||
0 commit comments