Displaying 1 result from an estimated 1 matches for "rsync_full_access".
2020 Oct 05
0
Getting error code 12 when using rsync with ssh in RHEL 8
...such as
1. Checking if the disk space if full ( it wasn't)
2. Recreate the key value pair and setup the password-less ssh scenario.
One observation I had was when I disabled the selinux enforcing, it started
to work. But even if it had been enforced, I did add an exception for
rsync_client and rsync_full_access which should have taken care of the
rsync operations.
I've tried the remedies mentioned in the manpages and even the internet but
the actual root cause still eludes me as to why it doesn't work in selinux
enforced mode if I had set the access.
Thank you in advance to anyone taking their t...