1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Add files via upload

This commit is contained in:
TommyTran732 2021-03-13 08:58:00 -05:00 committed by GitHub
parent 7e5664dca6
commit dfea52336f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

BIN
selinux/my-gatekeeperd.pp Normal file

Binary file not shown.

10
selinux/my-gatekeeperd.te Normal file
View 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;

Binary file not shown.