diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-29 22:47:28 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-29 22:47:28 -0400 |
commit | 0d5f8b7657527eab8380f5aa81ecd072714cf13c (patch) | |
tree | 80de0f0ea39fd4690d07f85856ab6511175bff8f /src/etc/sudoers.d/40_myautomount_sudo | |
parent | add sudo rule (diff) | |
download | myautomount-0d5f8b7657527eab8380f5aa81ecd072714cf13c.tar.gz myautomount-0d5f8b7657527eab8380f5aa81ecd072714cf13c.tar.bz2 myautomount-0d5f8b7657527eab8380f5aa81ecd072714cf13c.zip |
add sudo, fix initialization
Diffstat (limited to 'src/etc/sudoers.d/40_myautomount_sudo')
-rw-r--r-- | src/etc/sudoers.d/40_myautomount_sudo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/sudoers.d/40_myautomount_sudo b/src/etc/sudoers.d/40_myautomount_sudo index 7f31d15..5c45984 100644 --- a/src/etc/sudoers.d/40_myautomount_sudo +++ b/src/etc/sudoers.d/40_myautomount_sudo @@ -1,3 +1,3 @@ # File: /etc/sudoers.d/30_myautomount_sudo -Defaults env_keep += "DRYRUN VERBOSE MYA_PREFIX DEBUG" +Defaults env_keep += "DRYRUN VERBOSE MYA_PREFIX DEBUG AUTOMOUNT_USER" ALL ALL = (root) NOPASSWD: /usr/libexec/myautomount/myautomount-initialize.sh |