Skip to content

Commit d4eb68e

Browse files
Move rules from base profile to control file definition
1 parent c2af4e0 commit d4eb68e

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

products/sle16/controls/base_sle16.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ reference_type: suse-base-sle16
99
levels:
1010
- id: pcidss4
1111
- id: anssi_minimal
12+
- id: hipaa
1213

1314
product: sle16
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+

products/sle16/profiles/base.profile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ description: |-
1717

1818
selections:
1919
- base_sle16:all
20-
- sebool_selinuxuser_execmod
21-
- rsyslog_remote_loghost
22-
- service_auditd_enabled

0 commit comments

Comments
 (0)