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

Advise users on using setsebool to set pulp_manage_rsync selinux boolean #1085

Merged
merged 1 commit into from
Feb 19, 2018
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tech-reference/iso-rsync-distributor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pulp's SELinux policy includes a ``pulp_manage_rsync`` boolean. When enabled, th
disabled by default. The ISO Rsync distributor will fail to publish with SELinux Enforcing unless
the boolean is enabled. To enable it, you can do this::

$ sudo semanage boolean --modify --on pulp_manage_rsync
$ sudo setsebool -P pulp_manage_rsync on

Here is an example iso_rsync_distributor configuration::

Expand Down
2 changes: 1 addition & 1 deletion docs/tech-reference/rsync-distributor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pulp's SELinux policy includes a ``pulp_manage_rsync`` boolean. When enabled, th
disabled by default. The RPM Rsync distributor will fail to publish with SELinux Enforcing unless
the boolean is enabled. To enable it, you can do this::

$ sudo semanage boolean --modify --on pulp_manage_rsync
$ sudo setsebool -P pulp_manage_rsync on

Here's an example of rpm_rsync_distributor configuration::

Expand Down