mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Add files via upload
This commit is contained in:
parent
7e5664dca6
commit
dfea52336f
BIN
selinux/my-gatekeeperd.pp
Normal file
BIN
selinux/my-gatekeeperd.pp
Normal file
Binary file not shown.
10
selinux/my-gatekeeperd.te
Normal file
10
selinux/my-gatekeeperd.te
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
module my-gatekeeperd 1.0;
|
||||||
|
|
||||||
|
require {
|
||||||
|
type unconfined_service_t;
|
||||||
|
class binder call;
|
||||||
|
}
|
||||||
|
|
||||||
|
#============= unconfined_service_t ==============
|
||||||
|
allow unconfined_service_t self:binder call;
|
BIN
selinux/my-servicemanager.pp
Normal file
BIN
selinux/my-servicemanager.pp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user