Merge pull request #40 from gtrentalancia/master

This commit is contained in:
Chris PeBenito 2019-04-14 14:14:30 -04:00
commit 2356eda7fc
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ interface(`xserver_role',`
allow $2 xserver_t:shm rw_shm_perms; allow $2 xserver_t:shm rw_shm_perms;
allow $2 xserver_tmpfs_t:file rw_file_perms; allow $2 xserver_tmpfs_t:file rw_file_perms;
# XCB Event Queue: used by the Qt library for example
allow $2 xserver_tmp_t:file rw_file_perms;
allow $2 iceauth_home_t:file manage_file_perms; allow $2 iceauth_home_t:file manage_file_perms;
allow $2 iceauth_home_t:file { relabelfrom relabelto }; allow $2 iceauth_home_t:file { relabelfrom relabelto };