Added passwd_file_t read
This commit is contained in:
parent
df7f2cd60d
commit
8fffd0bd7c
1 changed files with 4 additions and 2 deletions
6
mlogc.te
6
mlogc.te
|
@ -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 {
|
require {
|
||||||
type cert_t;
|
type cert_t;
|
||||||
type mlogc_log_t;
|
type mlogc_log_t;
|
||||||
#type urandom_device_t;
|
type urandom_device_t;
|
||||||
type mlogc_t;
|
type mlogc_t;
|
||||||
type httpd_t;
|
type httpd_t;
|
||||||
type httpd_log_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 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 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 };
|
||||||
|
|
Loading…
Reference in a new issue