mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
|
|
module my-gatekeeperd 1.0;
|
|
|
|
require {
|
|
type unconfined_service_t;
|
|
class binder call;
|
|
}
|
|
|
|
#============= unconfined_service_t ==============
|
|
allow unconfined_service_t self:binder call;
|