diff options
Diffstat (limited to 'arch/init/sudoers')
-rw-r--r-- | arch/init/sudoers | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/init/sudoers b/arch/init/sudoers new file mode 100644 index 0000000..eb3ac7e --- /dev/null +++ b/arch/init/sudoers @@ -0,0 +1,5 @@ +## User privilege specification +root ALL=(ALL) ALL + +## Uncomment to allow members of group wheel to execute any command +%wheel ALL=(ALL) ALL |