mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
Gramma And fix to nobody and tss
Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
This commit is contained in:
parent
04324e049d
commit
6e23643a2a
2 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
|
||||
collections:
|
||||
- name: community.general
|
||||
|
||||
- name: community.crypto
|
||||
|
||||
- name: ansible.posix
|
||||
|
|
|
|||
|
|
@ -301,6 +301,8 @@
|
|||
when:
|
||||
- min_int_uid | int <= item.uid
|
||||
- rhel9cis_rule_6_2_10
|
||||
- item.id != 'nobody'
|
||||
- (item.id != 'tss' and item.dir != '/dev/null')
|
||||
tags:
|
||||
- skip_ansible_lint # settings found on 6_2_7
|
||||
- level1-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue