aboutsummaryrefslogtreecommitdiff
path: root/root/etc/sudoers.d
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2026-08-02 15:40:01 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2026-08-02 15:40:01 +0200
commit84dd5d0d25b6ff22497c27407099a4d4b1293587 (patch)
treeb047275461700addf96b71833d6947afc4e0d46b /root/etc/sudoers.d
parentdb8249bd20d3afe03fa994ba2a486d5f4683fa3c (diff)
move root files
Diffstat (limited to 'root/etc/sudoers.d')
-rw-r--r--root/etc/sudoers.d/10-wheel-nopasswd4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/etc/sudoers.d/10-wheel-nopasswd b/root/etc/sudoers.d/10-wheel-nopasswd
new file mode 100644
index 0000000..46208d6
--- /dev/null
+++ b/root/etc/sudoers.d/10-wheel-nopasswd
@@ -0,0 +1,4 @@
+# allow all users in `wheel` group to use sudo for all commands without prompt
+# for password
+%wheel ALL=(ALL) NOPASSWD: ALL
+