summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-09-13 12:31:24 +0200
committerSimon Rettberg2019-09-13 12:31:24 +0200
commit5a68d7e9dcb11062581b7317ec5fa2ad7522b3d4 (patch)
tree12d4a4dd6208682ba860903542e5668464359dc9
parent[sudo] Add sudo (diff)
downloadmltk-5a68d7e9dcb11062581b7317ec5fa2ad7522b3d4.tar.gz
mltk-5a68d7e9dcb11062581b7317ec5fa2ad7522b3d4.tar.xz
mltk-5a68d7e9dcb11062581b7317ec5fa2ad7522b3d4.zip
[sudo] ADD FILES FGUCKWFEQ
-rw-r--r--core/modules/sudo/module.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/modules/sudo/module.conf b/core/modules/sudo/module.conf
index d2a78785..c1bec3ba 100644
--- a/core/modules/sudo/module.conf
+++ b/core/modules/sudo/module.conf
@@ -3,4 +3,9 @@ REQUIRED_BINARIES="
sudo
"
REQUIRED_LIBRARIES=""
-REQUIRED_DIRECTORIES=""
+REQUIRED_FILES="
+ /etc/pam.d/sudo
+"
+REQUIRED_DIRECTORIES="
+ /usr/lib/sudo
+"