Added tcp_socket
This commit is contained in:
parent
98c0385b14
commit
fb75c43f97
1 changed files with 2 additions and 2 deletions
4
mlogc.te
4
mlogc.te
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(mlogc,1.0.39)
|
policy_module(mlogc,1.0.40)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
@ -104,10 +104,10 @@ allow httpd_t mlogc_log_t:file { write create open };
|
||||||
|
|
||||||
#============= mlogc_t ==============
|
#============= mlogc_t ==============
|
||||||
|
|
||||||
|
allow mlogc_t http_port_t:tcp_socket { create connect name_connect getopt getattr setopt };
|
||||||
|
|
||||||
#allow mlogc_t cert_t:dir { write getattr };
|
#allow mlogc_t cert_t:dir { write getattr };
|
||||||
#allow mlogc_t cert_t:file { read write getattr open lock };
|
#allow mlogc_t cert_t:file { read write getattr open lock };
|
||||||
#allow mlogc_t http_port_t:tcp_socket name_connect;
|
|
||||||
|
|
||||||
#allow mlogc_t httpd_log_t:file append;
|
#allow mlogc_t httpd_log_t:file append;
|
||||||
#allow mlogc_t init_t:unix_stream_socket { read write };
|
#allow mlogc_t init_t:unix_stream_socket { read write };
|
||||||
|
|
Loading…
Reference in a new issue