24 lines
460 B
Plaintext
24 lines
460 B
Plaintext
|
|
policy_module(unconfined,1.0)
|
|
|
|
########################################
|
|
#
|
|
# Declarations
|
|
#
|
|
|
|
type unconfined_t;
|
|
type unconfined_exec_t;
|
|
init_system_domain(unconfined_t,unconfined_exec_t)
|
|
role system_r types unconfined_t;
|
|
|
|
########################################
|
|
#
|
|
# Local policy
|
|
#
|
|
|
|
unconfined_access_template(unconfined_t)
|
|
logging_send_syslog_msg(unconfined_t)
|
|
|
|
#role sysadm_r types unconfined_t;
|
|
#domain_auto_trans(sysadm_t, unconfined_exec_t, unconfined_t)
|