18ba1a2
module xrdp 1.0.1;
75d49d9
75d49d9
require {
75d49d9
        type unconfined_service_t;
75d49d9
        type unconfined_t;
75d49d9
        type xserver_exec_t;
18ba1a2
        type xserver_t;
18ba1a2
        type oddjob_t;
18ba1a2
        type oddjob_mkhomedir_exec_t;
75d49d9
        class process transition;
75d49d9
        class file entrypoint;
18ba1a2
        class process2 nnp_transition;
75d49d9
}
75d49d9
75d49d9
#============= unconfined_service_t ==============
75d49d9
allow unconfined_service_t unconfined_t:process transition;
18ba1a2
allow unconfined_service_t oddjob_mkhomedir_exec_t:file entrypoint;
75d49d9
75d49d9
#============= unconfined_t ==============
75d49d9
allow unconfined_t xserver_exec_t:file entrypoint;
18ba1a2
allow unconfined_t xserver_t:process2 nnp_transition;
18ba1a2
18ba1a2
#============= oddjob_t ==============
18ba1a2
allow oddjob_t unconfined_service_t:process transition;