13 lines
242 B
Text
13 lines
242 B
Text
# /etc/sudoers
|
|
#
|
|
# This file MUST NOT be edited. It is managed by puppet.
|
|
#
|
|
|
|
Defaults env_reset
|
|
Defaults requiretty
|
|
|
|
# Allow root to run any commands anywhere
|
|
root ALL=(ALL) ALL
|
|
|
|
# Include managed users and groups
|
|
#includedir /etc/sudoers.d
|