sanders: sepolicy update
Change-Id: Ibc045495b988437244304f37d451c9537a53a4f3
This commit is contained in:
15
sepolicy/toolbox.te
Normal file
15
sepolicy/toolbox.te
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user