This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/sepolicy/rild.te
2017-11-15 14:15:13 -02:00

12 lines
470 B
Plaintext

allow rild cutback_data_file:dir rw_dir_perms;
allow rild cutback_data_file:sock_file create_file_perms;
allow rild fsg_file:file r_file_perms;
allow rild fsg_file:dir r_dir_perms;
allow rild fsg_file:lnk_file read;
allow rild persist_file:dir search;
allow rild persist_file:file rw_file_perms;
allow rild sensorservice_service:service_manager find;
allow rild system_server:binder { transfer call };
allow rild system_server:unix_stream_socket { read getopt write };