12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
|
|
module malp_to_malpd 1.0;
|
|
|
|
require {
|
|
type httpd_sys_script_t;
|
|
type unconfined_service_t;
|
|
class unix_stream_socket connectto;
|
|
}
|
|
|
|
#============= httpd_sys_script_t ==============
|
|
allow httpd_sys_script_t unconfined_service_t:unix_stream_socket connectto;
|