Merge pull request #639 from gtrentalancia/openoffice_fixes_pr

Minor fixes for the openoffice and xserver modules
This commit is contained in:
Chris PeBenito 2023-09-11 09:00:46 -04:00 committed by GitHub
commit 83238ce3ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)