Added passwd_file_t read

This commit is contained in:
Eric Renfro 2015-11-09 03:01:09 -05:00
parent df7f2cd60d
commit 8fffd0bd7c

View file

@ -1,5 +1,5 @@
policy_module(mlogc,1.0.43)
policy_module(mlogc,1.0.44)
########################################
#
@ -24,7 +24,7 @@ files_tmp_file(mlogc_tmp_t)
require {
type cert_t;
type mlogc_log_t;
#type urandom_device_t;
type urandom_device_t;
type mlogc_t;
type httpd_t;
type httpd_log_t;
@ -115,6 +115,8 @@ allow mlogc_t cert_t:file { read getattr open lock };
allow mlogc_t urandom_device_t:chr_file { read getattr open };
allow mlogc_t passwd_file_t:file { getattr read open };
#allow mlogc_t http_port_t:tcp_socket { create connect name_connect getopt getattr setopt };
#allow mlogc_t cert_t:dir { write getattr };