diff options
author | Tharre <tharre3@gmail.com> | 2018-01-22 17:51:04 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-01-22 17:51:16 +0100 |
commit | 4a8378a672a327af2467b492ea7b80fec706e036 (patch) | |
tree | b114108556f925a253430ab681c09ce5f8961b0e /arch-system/sudoers-wheel | |
parent | 24cca40e62b6753017920acbd0e63ec678368f36 (diff) | |
download | pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.tar.gz pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.tar.xz pkgbuilds-4a8378a672a327af2467b492ea7b80fec706e036.zip |
arch-system: initial commit
Diffstat (limited to 'arch-system/sudoers-wheel')
-rw-r--r-- | arch-system/sudoers-wheel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch-system/sudoers-wheel b/arch-system/sudoers-wheel new file mode 100644 index 0000000..8912b8c --- /dev/null +++ b/arch-system/sudoers-wheel @@ -0,0 +1,4 @@ +# /etc/sudoers.d/wheel + +# Allow members of group wheel to execute any command +%wheel ALL=(ALL) ALL |