android_mt6572_jiabo/device/qcom/sepolicy/test/system_app.te
2025-09-05 16:56:03 +08:00

12 lines
475 B
Text

#============= system_app ==============
userdebug_or_eng(`
# Rules for QSensors Test Application
allow system_app sensors:unix_stream_socket connectto;
allow system_app sensors_device:chr_file getattr;
allow system_app sensors_socket:sock_file write;
allow system_app socket_device:dir read;
allow system_app self:socket create_socket_perms;
allow system_app sensors_persist_file:dir r_dir_perms;
allow system_app sensors_persist_file:file r_file_perms;
')