]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - refpolicy/policy/modules/apps/wine.te
fix execmod all files rule in wine
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / apps / wine.te
CommitLineData
a225f983 1
e51048a4 2policy_module(wine,1.1.1)
a225f983
CP
3
4########################################
5#
6# Declarations
7#
8
9type wine_t;
10domain_type(wine_t)
11
12type wine_exec_t;
13domain_entry_file(wine_t,wine_exec_t)
14
15########################################
16#
17# Local policy
18#
19
20ifdef(`targeted_policy',`
21 allow wine_t self:process { execstack execmem };
95501942 22 unconfined_domain_noaudit(wine_t)
e51048a4 23 files_execmod_all_files(wine_t)
a225f983 24')