mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-21 20:53:18 +02:00
18 lines
470 B
Plaintext
18 lines
470 B
Plaintext
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;
|