2006-01-19 23:00:23 +00:00
|
|
|
|
2006-04-17 17:32:54 +00:00
|
|
|
policy_module(mono,1.1.2)
|
2006-01-19 23:00:23 +00:00
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Declarations
|
|
|
|
#
|
|
|
|
|
|
|
|
type mono_t;
|
|
|
|
domain_type(mono_t)
|
|
|
|
|
|
|
|
type mono_exec_t;
|
|
|
|
domain_entry_file(mono_t,mono_exec_t)
|
|
|
|
|
|
|
|
########################################
|
|
|
|
#
|
|
|
|
# Local policy
|
|
|
|
#
|
|
|
|
|
|
|
|
ifdef(`targeted_policy',`
|
2006-01-27 20:13:08 +00:00
|
|
|
allow mono_t self:process { execheap execmem };
|
2006-02-06 22:47:46 +00:00
|
|
|
unconfined_domain_noaudit(mono_t)
|
2006-01-19 23:00:23 +00:00
|
|
|
role system_r types mono_t;
|
2006-04-12 16:58:23 +00:00
|
|
|
|
2006-04-17 17:32:54 +00:00
|
|
|
init_dbus_chat_script(mono_t)
|
|
|
|
|
2006-04-12 16:58:23 +00:00
|
|
|
optional_policy(`
|
|
|
|
avahi_dbus_chat(mono_t)
|
|
|
|
')
|
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
hal_dbus_chat(mono_t)
|
|
|
|
')
|
2006-04-17 17:32:54 +00:00
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
networkmanager_dbus_chat(mono_t)
|
|
|
|
')
|
2006-01-19 23:00:23 +00:00
|
|
|
')
|