File tree Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Expand file tree Collapse file tree 3 files changed +33
-3
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,6 @@ reference_type: suse-base-sle16
99levels :
1010 - id : pcidss4
1111 - id : anssi_minimal
12+ - id : hipaa
1213
1314product : sle16
Original file line number Diff line number Diff line change 1+ #
2+ # A group of rules regarding audit operating system functionality
3+ #
4+ # SLES-16 ids allocated for this group from SLES-16-16016500 till SLES-16-16016699
5+ #
6+
7+ controls :
8+ - id : SLES-16-16016500
9+ levels :
10+ - hipaa
11+ title : Enable the selinuxuser_execmod SELinux Boolean in SLE16
12+ rules :
13+ - sebool_selinuxuser_execmod
14+ status : automated
15+
16+ - id : SLES-16-16016505
17+ levels :
18+ - hipaa
19+ title : Enable service for audit logs in SLE16
20+ rules :
21+ - service_auditd_enabled
22+ status : automated
23+
24+ - id : SLES-16-16016510
25+ levels :
26+ - hipaa
27+ title : Enable remote logging functionality in SLE16
28+ rules :
29+ - rsyslog_remote_loghost
30+ status : automated
31+
32+
Original file line number Diff line number Diff line change @@ -17,6 +17,3 @@ description: |-
1717
1818selections:
1919 - base_sle16:all
20- - sebool_selinuxuser_execmod
21- - rsyslog_remote_loghost
22- - service_auditd_enabled
You can’t perform that action at this time.
0 commit comments