1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00
Linux-Setup-Scripts/selinux/my-servicemanager.te
2021-03-13 08:57:23 -05:00

11 lines
211 B
Plaintext

module my-servicemanager 1.0;
require {
type unconfined_service_t;
class binder set_context_mgr;
}
#============= unconfined_service_t ==============
allow unconfined_service_t self:binder set_context_mgr;