Когда я пытаюсь запустить задания cron из root, я получаю следующую ошибку. Я использую RHEL5. Может кто-нибудь мне помочь?

    [root@localhost]# crontab -e
    Permission denied
You (root) are not allowed to access to (crontab) because of pam configuration.

Содержание /etc/pam.d/crond приведено ниже.

#
# The PAM configuration file for the cron daemon
#
#
auth       sufficient pam_env.so
auth       required   pam_rootok.so
auth       include    system-auth
account    required   pam_access.so
account    include    system-auth
session    required   pam_loginuid.so
session    include    system-auth

0