Skip to content

Commit

Permalink
ensure_pam_wheel_group_empty: depend on pam being installed
Browse files Browse the repository at this point in the history
This rule, which checks pam configuration, only makes sense when pam is installed.
  • Loading branch information
candrews committed Jul 6, 2023
1 parent 2f1286b commit 0c318b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ references:
cis@ubuntu2004: '5.6'
cis@ubuntu2204: 5.3.7

platform: package[pam]

ocil_clause: 'group {{{ var_pam_wheel_group_for_su }}} exists and has no user members'

ocil: |-
Expand Down

0 comments on commit 0c318b6

Please sign in to comment.