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

Doc fixes #204

Merged
merged 2 commits into from
Mar 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ running system.
specify the 'refpolicy' builder either explicitly per module or globally
via the main class

* The interfaces to the various helper manifests has been changed to be more in line
with Puppet file resource naming conventions.

You will need to update your manifests to use the new parameter names.


## Known problems / limitations

* If SELinux is disabled and you want to switch to permissive or enforcing you
Expand Down
2 changes: 1 addition & 1 deletion manifests/fcontext.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @example Add a file-context for mysql log files at non standard location
# selinux::fcontext{'set-mysql-log-context':
# seltype => "mysqld_log_t",
# pathname => "/u01/log/mysql(/.*)?",
# pathspec => "/u01/log/mysql(/.*)?",
# }
#
# @example Add a file-context only for directory types
Expand Down