From 12b6a06de8b82881e6b5e9694a6cd7bec1b119ec Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 3 Apr 2019 17:05:19 +0200 Subject: [arch] Add basic install package --- arch/init/sudoers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/init/sudoers (limited to 'arch/init/sudoers') 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 -- cgit v1.2.3