2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Disable I/O logging for halt and poweroff in addition to reboot in

commented out example.
This commit is contained in:
Todd C. Miller
2014-04-15 11:26:01 -06:00
parent 7d91691e1f
commit b4262391e9

View File

@@ -27,6 +27,7 @@
## Groups of commands. Often used to group related commands together.
# Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
# /usr/bin/pkill, /usr/bin/top
# Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff
##
## Defaults specification
@@ -60,7 +61,7 @@
# Defaults log_output
# Defaults!/usr/bin/sudoreplay !log_output
# Defaults!/usr/local/bin/sudoreplay !log_output
# Defaults!/sbin/reboot !log_output
# Defaults!REBOOT !log_output
##
## Runas alias specification