android_device_samsung_msm8.../sepolicy/toolbox.te

14 lines
684 B
Text
Raw Normal View History

2019-02-11 21:56:38 +01:00
#allow toolbox ctl_netmgrd_prop:property_service set;
#allow toolbox ctl_qmuxd_prop:property_service set;
2018-07-19 12:48:02 +02:00
allow toolbox init:fifo_file { getattr write };
2019-02-11 21:56:38 +01:00
#allow toolbox ipacm-diag_prop:property_service set;
#allow toolbox ipacm_prop:property_service set;
2018-07-19 12:48:02 +02:00
allow toolbox ctl_default_prop:property_service set;
allow toolbox init:unix_stream_socket connectto;
allow toolbox property_socket:sock_file write;
allow toolbox sensors_prop:property_service set;
allow toolbox radio_data_file:dir { add_name create getattr open read setattr write };
allow toolbox self:capability dac_override;
allow toolbox sensors_persist_file:dir getattr;
2018-07-19 12:50:09 +02:00
allow toolbox proc:file { open read };