Update the openoffice module so that it can create
Unix stream sockets with its own label and use them both as a client and a server. Signed-off-by: Guido Trentalancia <guido@trentalancia.com> --- policy/modules/contrib/openoffice.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
77de8cdd59
commit
0a41b1c748
@ -52,7 +52,7 @@ files_tmp_file(ooffice_tmp_t)
|
|||||||
allow ooffice_t self:process { execmem getsched signal };
|
allow ooffice_t self:process { execmem getsched signal };
|
||||||
allow ooffice_t self:shm create_shm_perms;
|
allow ooffice_t self:shm create_shm_perms;
|
||||||
allow ooffice_t self:fifo_file rw_fifo_file_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:dir manage_dir_perms;
|
||||||
allow ooffice_t ooffice_home_t:file manage_file_perms;
|
allow ooffice_t ooffice_home_t:file manage_file_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user