23 lines
364 B
Plaintext
23 lines
364 B
Plaintext
|
|
policy_module(java,1.1.2)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type java_t;
|
|
type java_exec_t;
|
|
init_system_domain(java_t,java_exec_t)
|
|
|
|
########################################
|
|
#
|
|
# Local policy
|
|
#
|
|
|
|
ifdef(`targeted_policy',`
|
|
allow java_t self:process { execstack execmem };
|
|
unconfined_domain_noaudit(java_t)
|
|
role system_r types java_t;
|
|
')
|