1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

Create my-servicemanager.te

This commit is contained in:
TommyTran732 2021-03-13 08:57:23 -05:00 committed by GitHub
parent 1e2ed86d51
commit 7e5664dca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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