xrdp-next/xrdp.te

28 lines
920 B
Plaintext
Raw Permalink Normal View History

module xrdp 1.0.3;
2017-04-12 12:15:12 +00:00
require {
type unconfined_service_t;
type unconfined_t;
type unlabeled_t;
2017-04-12 12:15:12 +00:00
type xserver_exec_t;
type oddjob_t;
type oddjob_mkhomedir_exec_t;
2017-04-12 12:15:12 +00:00
class process transition;
class process2 nnp_transition;
2017-04-12 12:15:12 +00:00
class file entrypoint;
class process2 nnp_transition;
class vsock_socket { getattr read write };
2017-04-12 12:15:12 +00:00
}
2017-04-12 12:15:12 +00:00
#============= unconfined_service_t ==============
allow unconfined_service_t unconfined_t:process transition;
allow unconfined_service_t unconfined_t:process2 nnp_transition;
allow unconfined_service_t oddjob_mkhomedir_exec_t:file entrypoint;
allow unconfined_service_t unlabeled_t:vsock_socket { getattr read write };
2017-04-12 12:15:12 +00:00
#============= unconfined_t ==============
allow unconfined_t xserver_exec_t:file entrypoint;
#============= oddjob_t ==============
allow oddjob_t unconfined_service_t:process transition;