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

29 lines
458 B
Plaintext
Raw Normal View History

policy_module(wine, 1.6.0)
########################################
#
# Declarations
#
type wine_t;
type wine_exec_t;
application_domain(wine_t, wine_exec_t)
########################################
#
# Local policy
#
2008-11-05 16:10:46 +00:00
userdom_use_user_terminals(wine_t)
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)
')
')