[Lunar-commits] <moonbase-other> at: added required PAM file
v4hn
me at v4hn.de
Tue Feb 12 16:46:32 CET 2013
commit 676aa8716ddcc36dc598fcd776bd316762731b91
Author: v4hn <me at v4hn.de>
Date: Tue, 12 Feb 2013 07:46:32 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/676aa8716ddcc36dc598fcd776bd316762731b91
at: added required PAM file
This was reported by Rainbowcrypt on IRC
---
utils/at/pam.d/at | +11/-0
1 file changed, 11 insertions(+)
--- /dev/null
+++ b/utils/at/pam.d/at
@@ -0,0 +1,11 @@
+#
+# /etc/pam.d/at - PAM configuration for at
+#
+
+auth sufficient pam_rootok.so
+auth required pam_env.so
+auth include system-auth
+account required pam_access.so
+account include system-auth
+session required pam_loginuid.so
+session include system-auth
More information about the Lunar-commits
mailing list