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

26 lines
376 B
Plaintext
Raw Normal View History

2009-06-01 16:03:42 +00:00
policy_module(ada, 1.3.1)
########################################
#
# Declarations
#
type ada_t;
type ada_exec_t;
application_domain(ada_t, ada_exec_t)
role system_r types ada_t;
########################################
#
# Local policy
#
allow ada_t self:process { execstack execmem };
2008-11-05 16:10:46 +00:00
userdom_use_user_terminals(ada_t)
optional_policy(`
2009-06-01 16:03:42 +00:00
unconfined_domain(ada_t)
')