ComplianceAsCode / ComplianceAsCode/content

Bash and Ansible remediation of selinux_state are misaligned

Open
#7,461 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.