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-lin…/sepolicy/vendor/rild.te
Ashwin R C f540803573 sanders: update sepolicy.
-Fix Neverallows.
-Fix missing type.
-Fix type attributes.

Signed-off-by: Ashwin R C <ashwin2001achu@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
2019-06-29 16:45:56 +02:00

11 lines
332 B
Plaintext

binder_call(rild, audioserver_service);
binder_call(rild, system_server);
set_prop(rild, diag_prop);
allow rild fsg_file:file { getattr open read };
allow rild fsg_file:dir { search open read };
allow rild fsg_file:lnk_file read;
allow rild rild_exec:file execute_no_trans;
allow rild fwk_sensor_hwservice:hwservice_manager find;