Prelude patch from Dan Walsh

This commit is contained in:
Jeremy Solt 2010-03-24 09:46:14 -04:00 committed by Chris PeBenito
parent 84ce9c3333
commit 2b012bacb6

View File

@ -90,6 +90,7 @@ corenet_tcp_bind_generic_node(prelude_t)
corenet_tcp_bind_prelude_port(prelude_t)
corenet_tcp_connect_prelude_port(prelude_t)
corenet_tcp_connect_postgresql_port(prelude_t)
corenet_tcp_connect_mysqld_port(prelude_t)
dev_read_rand(prelude_t)
dev_read_urand(prelude_t)
@ -250,6 +251,8 @@ files_list_etc(prelude_lml_t)
files_read_etc_files(prelude_lml_t)
files_read_etc_runtime_files(prelude_lml_t)
fs_getattr_all_fs(prelude_lml_t)
fs_list_inotifyfs(prelude_lml_t)
fs_rw_anon_inodefs_files(prelude_lml_t)
auth_use_nsswitch(prelude_lml_t)