Skip to content

Commit

Permalink
Fix selinux: struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Mar 13, 2024
1 parent 95d9745 commit fefbc93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ash-linux/el8/STIGbyID/cat1/RHEL-08-010150.sls
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ user_cfg_permissions-{{ stig_id }}:
- [[ ! -d /sys/firmware/efi/ ]]
- replace: false
- selinux:
- serange: 's0'
- seuser: 'system_u'
- serole: 'object_r'
- setype: 'boot_t'
serange: 's0'
serole: 'object_r'
setype: 'boot_t'
seuser: 'system_u'
user_cfg_content-{{ stig_id }}:
cmd.run:
Expand Down

0 comments on commit fefbc93

Please sign in to comment.