selinux-policy/policy/modules/apps/wine.te

27 lines
422 B
Plaintext
Raw Normal View History

policy_module(wine, 1.5.0)
########################################
#
# Declarations
#
type wine_t;
type wine_exec_t;
application_domain(wine_t, wine_exec_t)
########################################
#
# Local policy
#
optional_policy(`
allow wine_t self:process { execstack execmem execheap };
unconfined_domain_noaudit(wine_t)
2006-06-06 17:51:24 +00:00
files_execmod_all_files(wine_t)
optional_policy(`
hal_dbus_chat(wine_t)
')
')