Files
android_device_Unihertz_Jelly2/sepolicy/private/usp_service.te
2021-03-26 16:47:17 +01:00

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};