selinuxutil: allow restorecond to read symlinks

As restorecond dereferences symlinks when it encounters them in user
home directories, allow this access.
This commit is contained in:
Nicolas Iooss 2019-01-12 18:13:43 +01:00
parent 353d92a77a
commit ae35b48f8e
No known key found for this signature in database
GPG Key ID: C191415F340DAAA0
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ selinux_compute_user_contexts(restorecond_t)
files_relabel_non_auth_files(restorecond_t )
files_read_non_auth_files(restorecond_t)
files_read_non_auth_symlinks(restorecond_t)
auth_use_nsswitch(restorecond_t)
logging_send_syslog_msg(restorecond_t)