You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
313 B
14 lines
313 B
5 years ago
|
module ufdb 1.0;
|
||
|
|
||
|
require {
|
||
|
type initrc_tmp_t;
|
||
|
type squid_t;
|
||
|
type initrc_t;
|
||
|
class sock_file write;
|
||
|
class unix_stream_socket connectto;
|
||
|
}
|
||
|
|
||
|
#============= squid_t ==============
|
||
|
allow squid_t initrc_t:unix_stream_socket connectto;
|
||
|
allow squid_t initrc_tmp_t:sock_file write;
|