Change-Id: If6e58161489790ea7736dc1ec1fe11f2e2841b6c Signed-off-by: Erfan Abdi <erfangplus@gmail.com> Signed-off-by: therootlord <igor_cestari@hotmail.com>
15 lines
477 B
Plaintext
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;
|