diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-04-03 17:05:19 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-04-08 12:46:41 +0200 |
commit | 12b6a06de8b82881e6b5e9694a6cd7bec1b119ec (patch) | |
tree | 5f1eb5b25799092a675f6e351642b186a1ba6077 /arch/init/sudoers | |
parent | 32897a60236cc810b7a8c154c7d7deaba1b01323 (diff) |
[arch] Add basic install package
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 |