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/priv_app.te

10 lines
398 B
Plaintext

allow priv_app adb_data_file:dir search;
allow priv_app device:dir r_dir_perms;
allow priv_app persist_file:filesystem getattr;
allow priv_app proc_interrupts:file { open read getattr };
allow priv_app proc_modules:file { open read getattr };
get_prop(priv_app, adspd_prop);
allow priv_app sysfs:dir open;
allow priv_app mnt_vendor_file:dir search;
allow priv_app sysfs:file { getattr open read };