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