Added tcp_socket

This commit is contained in:
Eric Renfro 2015-11-09 02:41:27 -05:00
parent 98c0385b14
commit fb75c43f97
1 changed files with 2 additions and 2 deletions

View File

@ -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 };