Merge pull request #639 from gtrentalancia/openoffice_fixes_pr
Minor fixes for the openoffice and xserver modules
This commit is contained in:
commit
83238ce3ae
@ -52,7 +52,7 @@ files_tmp_file(ooffice_tmp_t)
|
||||
allow ooffice_t self:process { execmem getsched signal };
|
||||
allow ooffice_t self:shm create_shm_perms;
|
||||
allow ooffice_t self:fifo_file rw_fifo_file_perms;
|
||||
allow ooffice_t self:unix_stream_socket connectto;
|
||||
allow ooffice_t self:unix_stream_socket { create_stream_socket_perms connectto };
|
||||
|
||||
allow ooffice_t ooffice_home_t:dir manage_dir_perms;
|
||||
allow ooffice_t ooffice_home_t:file manage_file_perms;
|
||||
@ -87,6 +87,7 @@ fs_getattr_xattr_fs(ooffice_t)
|
||||
|
||||
miscfiles_read_fonts(ooffice_t)
|
||||
miscfiles_read_localization(ooffice_t)
|
||||
miscfiles_manage_fonts_cache(ooffice_t)
|
||||
|
||||
ooffice_dontaudit_exec_tmp_files(ooffice_t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user