aboutsummaryrefslogtreecommitdiff
path: root/src/org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-29 21:46:00 -0300
committerEuAndreh <eu@euandre.org>2024-08-29 21:46:00 -0300
commitfa2c3d42723c7ef378a2425dc9e11e717a55b3d1 (patch)
tree1f4832e67078562da1e5fb60ae3392dff840b46f /src/org
parentRevert "packages.scm: Include $GIT_CONFIG_GLOBAL in sudo(8) allow-list" (diff)
downloadpackages-fa2c3d42723c7ef378a2425dc9e11e717a55b3d1.tar.gz
packages-fa2c3d42723c7ef378a2425dc9e11e717a55b3d1.tar.xz
packages.scm: Include the shell in the call to reconfigure(8) allow list
Diffstat (limited to 'src/org')
-rw-r--r--src/org/euandre/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/packages.scm b/src/org/euandre/packages.scm
index 7607779..39af6a4 100644
--- a/src/org/euandre/packages.scm
+++ b/src/org/euandre/packages.scm
@@ -602,7 +602,7 @@
(plain-file "sudoers-syskeep" "\
root ALL=(ALL) ALL
%wheel ALL= ALL
-%wheel ALL= NOPASSWD: /run/current-system/profile/bin/reconfigure
+%wheel ALL= NOPASSWD: /run/current-system/profile/bin/sh /run/current-system/profile/bin/reconfigure
%become-secrets-keeper ALL=(secrets-keeper) NOPASSWD: /run/current-system/profile/bin/rsync, /run/current-system/profile/bin/setfacl, /run/current-system/profile/bin/rm
"))