|
Bugzilla – Full Text Bug Listing |
| Summary: | Having read only file system will effectively disable sudo | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | sudo |
| Component: | Sudoreplay | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | low | ||
| Priority: | low | ||
| Version: | 1.8.21 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
sudo
2020-03-01 04:06:06 MST
If you set the ignore_iolog_errors flag in sudo, you will be able to run commands even when I/O logging cannot be performed. E.g. Defaults ignore_iolog_errors The reason you could run reboot is due to a line in sudoers that disables log_output for the reboot command. Something like: Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff Defaults!REBOOT !log_output Thank you for the config tip! |