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:
parent
dad1ec303d
commit
fd599ddc81
@ -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;
|
|
@ -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;
|
|
@ -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;
|
|
Loading…
Reference in New Issue
Block a user