Description: Boolean option "rsync_client" and "rsync_full_access" should be set to "on" to fix the rsync permission issue referred in the bug 1824842 Document the following solution to prevent the file permission issue for rsync operation which is required for geo-replication: Solution: -------------- # setsebool -P rsync_full_access on # setsebool -P rsync_client on
This bug is raised with reference to the bug 1825177