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/toolbox.te
Erfan Abdi 2f35f4fbb1 sanders: Update to match new qcom sepolicy
Change-Id: If6e58161489790ea7736dc1ec1fe11f2e2841b6c
Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
Signed-off-by: therootlord <igor_cestari@hotmail.com>
2018-11-15 20:02:29 -02:00

15 lines
477 B
Plaintext

set_prop(toolbox, diag_prop);
set_prop(toolbox, hw_rev_prop);
set_prop(toolbox, touch_prop);
allow toolbox init:fifo_file { write getattr };
allow toolbox self:capability { chown dac_override };
allow toolbox proc:file rw_file_perms;
allow toolbox radio_data_file:file rw_file_perms;
allow toolbox firmware_file:file getattr;
allow toolbox init:fifo_file ioctl;
allow toolbox sysfs:dir rw_dir_perms;
allow toolbox sysfs:file rw_file_perms;
allow toolbox init:fifo_file read;