From bf0d91010dee45a8b90c60337d7ffe70830cca64 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Wed, 5 Dec 2012 18:23:14 +0000 Subject: [PATCH] added pam_loginuid to default fcron daemon PAM profile This is so as when a fcron job runs, the audit system is able to account for the actions that fcron job does and tie it to the user that did it. --- files/fcron.pam | 1 + 1 file changed, 1 insertion(+) diff --git a/files/fcron.pam b/files/fcron.pam index 756ffc3..5c77812 100644 --- a/files/fcron.pam +++ b/files/fcron.pam @@ -9,3 +9,4 @@ auth required pam_permit.so #auth required pam_env.so session required pam_permit.so #session required pam_unix.so +session required pam_loginuid.so -- 2.40.0