Skip to content

Commit e98de2a

Browse files
committed
Block cron from ALL at the beginning
1 parent 7e7799d commit e98de2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/common.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ profile_pam_access::allow_rules:
1414
user: "root"
1515
origin: "cron crond 127.0.0.1 :0 tty"
1616
profile_pam_access::deny_first_rules:
17+
"ALL deny for cron":
18+
user: "ALL"
19+
origin: "cron crond"
1720
"deny all_disabled_usr":
1821
group: "all_disabled_usr"
1922
origin: "ALL"

0 commit comments

Comments
 (0)