diff --git a/mlogc.te b/mlogc.te index 4efc3c9..6760742 100644 --- a/mlogc.te +++ b/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 ============== +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: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 init_t:unix_stream_socket { read write };