Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix selinux.fcontext_policy_present for Centos 6 #45826

Merged
merged 2 commits into from
Feb 13, 2018

Conversation

philpep
Copy link
Contributor

@philpep philpep commented Feb 1, 2018

What does this PR do?

'a' is not a valid filetype for semanage on Centos 6.
Since "a" (all files) is the default behavior of semanage, don't specify a --ftype when invoking semanage.

What issues does this PR fix or reference?

Closes #45825

Tests written?

No

Commits signed with GPG?

No

'a' is not a valid filetype for semanage on Centos 6.
Since "a" (all files) is the default behavior of semanage, don't specify a `--ftype` when invoking semanage.

Closes saltstack#45825
@gtmanfred gtmanfred added the bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch label Feb 2, 2018
@rallytime rallytime merged commit c0fe4bc into saltstack:develop Feb 13, 2018
@rallytime rallytime added ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. and removed bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels Feb 13, 2018
rallytime pushed a commit that referenced this pull request Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

selinux.fcontext_policy_present doesn't work on Centos 6 with filetype = all files
4 participants