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
2018-07-19 03:01:03 -03:00

16 lines
511 B
Plaintext

set_prop(toolbox, diag_prop);
set_prop(toolbox, hw_rev_prop);
set_prop(toolbox, touch_prop);
get_prop(toolbox rmnet_mux_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;