]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/apps/ada.te
Remove module for mozilla.
[people/stevee/selinux-policy.git] / policy / modules / apps / ada.te
1 policy_module(ada, 1.4.0)
2
3 ########################################
4 #
5 # Declarations
6 #
7
8 type ada_t;
9 type ada_exec_t;
10 application_domain(ada_t, ada_exec_t)
11 role system_r types ada_t;
12
13 ########################################
14 #
15 # Local policy
16 #
17
18 allow ada_t self:process { execstack execmem };
19
20 userdom_use_inherited_user_terminals(ada_t)
21
22 optional_policy(`
23 unconfined_domain(ada_t)
24 ')