You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
606 B
Plaintext
22 lines
606 B
Plaintext
# The PAM configuration file for the cron daemon
|
|
|
|
@include common-auth
|
|
|
|
# Sets the loginuid process attribute
|
|
session required pam_loginuid.so
|
|
|
|
# Read environment variables from pam_env's default files, /etc/environment
|
|
# and /etc/security/pam_env.conf.
|
|
session required pam_env.so
|
|
|
|
# In addition, read system locale information
|
|
session required pam_env.so envfile=/etc/default/locale
|
|
|
|
@include common-account
|
|
@include common-session-noninteractive
|
|
|
|
# Sets up user limits, please define limits for cron tasks
|
|
# through /etc/security/limits.conf
|
|
session required pam_limits.so
|
|
|