mirror of
https://github.com/Meetoul/android_device_Unihertz_Jelly2.git
synced 2025-12-23 23:28:37 -05:00
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
type usp_service_exec, file_type, exec_type, system_file_type;
|
|
|
|
init_daemon_domain(usp_service);
|
|
|
|
allow usp_service block_device:dir {search};
|
|
allow usp_service property_socket:sock_file {write};
|
|
allow usp_service init:unix_stream_socket {connectto};
|
|
allow usp_service radio_prop:property_service {set};
|
|
allow usp_service radio_prop:file {read getattr map open};
|