mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
Create my-servicemanager.te
This commit is contained in:
parent
1e2ed86d51
commit
7e5664dca6
10
selinux/my-servicemanager.te
Normal file
10
selinux/my-servicemanager.te
Normal 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;
|
Loading…
Reference in New Issue
Block a user