summaryrefslogtreecommitdiffstats
path: root/recipes/pam/libpam-base-files/pam.d/cron
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pam/libpam-base-files/pam.d/cron')
-rw-r--r--recipes/pam/libpam-base-files/pam.d/cron11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/pam/libpam-base-files/pam.d/cron b/recipes/pam/libpam-base-files/pam.d/cron
new file mode 100644
index 0000000000..743c0ed31f
--- /dev/null
+++ b/recipes/pam/libpam-base-files/pam.d/cron
@@ -0,0 +1,11 @@
+#
+# The PAM configuration file for the cron daemon
+#
+
+auth include common-auth
+session required pam_env.so
+account include common-account
+session include common-session-noninteractive
+# Sets up user limits, please define limits for cron tasks
+# through /etc/security/limits.conf
+session required pam_limits.so