xserver: remove unneeded user content permissions

Remove unneeded permissions to read user content from the
xserver module.

Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
This commit is contained in:
Guido Trentalancia 2016-12-01 16:00:38 +01:00 committed by Chris PeBenito
parent 3be0032b96
commit 8e977d59f2
1 changed files with 0 additions and 6 deletions

View File

@ -843,12 +843,6 @@ corenet_tcp_bind_vnc_port(xserver_t)
init_use_fds(xserver_t)
# FIXME: After per user fonts are properly working
# xserver_t may no longer have any reason
# to read ROLE_home_t - examine this in more detail
# (xauth?)
userdom_read_user_home_content_files(xserver_t)
tunable_policy(`use_nfs_home_dirs',`
fs_manage_nfs_dirs(xserver_t)
fs_manage_nfs_files(xserver_t)