xrdp-next/xrdp.te

25 lines
737 B
Plaintext
Raw Normal View History

module xrdp 1.0.1;
2017-04-12 12:15:12 +00:00
require {
type unconfined_service_t;
type unconfined_t;
type xserver_exec_t;
type xserver_t;
type oddjob_t;
type oddjob_mkhomedir_exec_t;
2017-04-12 12:15:12 +00:00
class process transition;
class file entrypoint;
class process2 nnp_transition;
2017-04-12 12:15:12 +00:00
}
#============= unconfined_service_t ==============
allow unconfined_service_t unconfined_t:process transition;
allow unconfined_service_t oddjob_mkhomedir_exec_t:file entrypoint;
2017-04-12 12:15:12 +00:00
#============= unconfined_t ==============
allow unconfined_t xserver_exec_t:file entrypoint;
allow unconfined_t xserver_t:process2 nnp_transition;
#============= oddjob_t ==============
allow oddjob_t unconfined_service_t:process transition;