mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
11 lines
211 B
Plaintext
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;
|