1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00
Linux-Setup-Scripts/selinux/my-gatekeeperd.te
2021-03-13 08:58:00 -05:00

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;