Skip to content

Commit

Permalink
Fix SEL labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Mar 13, 2024
1 parent 0b1cb8a commit cfbb2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ash-linux/el8/STIGbyID/cat1/RHEL-08-010140.sls
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fix_perms_grubCfg-{{ stig_id }}:
serange: 's0'
serole: 'object_r'
setype: 'boot_t'
seuser: 'system_u'
seuser: 'unconfined_u'
- user: 'root'
{%- endif %}
4 changes: 2 additions & 2 deletions ash-linux/el8/STIGbyID/cat1/RHEL-08-010150.sls
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ user_cfg_permissions-{{ stig_id }}:
serange: 's0'
serole: 'object_r'
setype: 'boot_t'
seuser: 'system_u'
seuser: 'unconfined_u'
user_cfg_content-{{ stig_id }}:
file.managed:
Expand Down Expand Up @@ -97,6 +97,6 @@ fix_perms_grubCfg-{{ stig_id }}:
serange: 's0'
serole: 'object_r'
setype: 'boot_t'
seuser: 'system_u'
seuser: 'unconfined_u'
- user: 'root'
{%- endif %}

0 comments on commit cfbb2ef

Please sign in to comment.