27 lines
420 B
Plaintext
27 lines
420 B
Plaintext
|
|
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)
|
|
files_execmod_all_files(wine_t)
|
|
|
|
optional_policy(`
|
|
hal_dbus_chat(wine_t)
|
|
')
|
|
')
|