aboutsummaryrefslogtreecommitdiff
path: root/src/etc/sudoers.d/40_myautomount_sudo
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/sudoers.d/40_myautomount_sudo')
-rw-r--r--src/etc/sudoers.d/40_myautomount_sudo3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/sudoers.d/40_myautomount_sudo b/src/etc/sudoers.d/40_myautomount_sudo
new file mode 100644
index 0000000..7f31d15
--- /dev/null
+++ b/src/etc/sudoers.d/40_myautomount_sudo
@@ -0,0 +1,3 @@
+# File: /etc/sudoers.d/30_myautomount_sudo
+Defaults env_keep += "DRYRUN VERBOSE MYA_PREFIX DEBUG"
+ALL ALL = (root) NOPASSWD: /usr/libexec/myautomount/myautomount-initialize.sh
bgstack15