ComplianceAsCode / ComplianceAsCode/content
Bash and Ansible remediation of selinux_state are misaligned
Open
Ansible
Bash
good first issue
triaged
- Dominant language
- Shell
- Stars
- 2.8k
- Forks
- 828
- Avg merge
- 3d 8m
- Merged PRs (30d)
- 80
Description
#### Description of problem:
The [bash remediation](https://github.com/ComplianceAsCode/content/blob/master/linux_os/guide/system/selinux/selinux_state/bash/shared.sh) of selinux_state runs:
```
fixfiles onboot
fixfiles -f relabel
```
whereas the [Ansible remediation](https://github.com/ComplianceAsCode/content/blob/master/linux_os/guide/system/selinux/selinux_state/ansible/shared.yml) doesn't.
#### Expected Results:
Both remediation result in the same state
Relates to: #1917
Contributor guide
Assessment
This issue has not been assessed yet.