blob: e82be8d87f7ba69f3e2261ae0629fb4265f852b9 (
plain)
1
2
3
4
5
6
7
8
9
|
#
# The PAM configuration file for the cron daemon
#
#
auth include system-auth
account required pam_access.so
account include system-auth
session required pam_loginuid.so
session include system-auth
|