mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-08 11:11:34 -05:00
Add files via upload
This commit is contained in:
parent
dfea52336f
commit
d4d56be4a3
BIN
selinux/my-ndroidsettings.pp
Normal file
BIN
selinux/my-ndroidsettings.pp
Normal file
Binary file not shown.
10
selinux/my-ndroidsettings.te
Normal file
10
selinux/my-ndroidsettings.te
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
module my-ndroidsettings 1.0;
|
||||
|
||||
require {
|
||||
type unconfined_service_t;
|
||||
class binder transfer;
|
||||
}
|
||||
|
||||
#============= unconfined_service_t ==============
|
||||
allow unconfined_service_t self:binder transfer;
|
Loading…
Reference in New Issue
Block a user