mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
|
|
module my-ndroidsettings 1.0;
|
|
|
|
require {
|
|
type unconfined_service_t;
|
|
class binder transfer;
|
|
}
|
|
|
|
#============= unconfined_service_t ==============
|
|
allow unconfined_service_t self:binder transfer;
|