1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-11-22 09:31:34 -05:00

Remove outdated SELinux policy

This commit is contained in:
Tommy 2022-09-11 04:30:58 -04:00 committed by GitHub
parent dad1ec303d
commit fd599ddc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 30 deletions

View File

@ -1,10 +0,0 @@
module my-gatekeeperd 1.0;
require {
type unconfined_service_t;
class binder call;
}
#============= unconfined_service_t ==============
allow unconfined_service_t self:binder call;

View File

@ -1,10 +0,0 @@
module my-ndroidsettings 1.0;
require {
type unconfined_service_t;
class binder transfer;
}
#============= unconfined_service_t ==============
allow unconfined_service_t self:binder transfer;

View File

@ -1,10 +0,0 @@
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;