Update to 2023-09-13 23:00

This commit is contained in:
Daniel Berteaud
2023-09-13 23:00:21 +02:00
parent 758b7f1094
commit 3475fdc9bf
12 changed files with 9 additions and 119 deletions

View File

@@ -1,15 +1,17 @@
module ufdb 1.2;
module ufdb 1.3;
require {
type initrc_tmp_t;
type initrc_t;
type tmp_t;
type squid_t;
type unconfined_service_t;
class sock_file write;
class unix_stream_socket connectto;
}
#============= squid_t ==============
allow squid_t initrc_t:unix_stream_socket connectto;
allow squid_t unconfined_service_t:unix_stream_socket connectto;
allow squid_t initrc_tmp_t:sock_file write;
allow squid_t tmp_t:sock_file write;