blob: f0b77ccc7366293fd8a9558cb36f274f7545e285 [file] [log] [blame]
Ravi Kumar Siddojigarie4e03972014-09-04 20:35:57 +05301#for accessing fmradio device node
2allow init_shell fm_radio_device:chr_file { open read ioctl };
3# for insmod of iris ko , this is needed .
4allow init_shell self:capability sys_module;
5
6
7#for property starting with hw
8allow init_shell system_prop:property_service set ;
9
10#for access to set BT property
11allow init_shell bluetooth_prop:property_service set;
12
13#most of the default properties are set by init_shell
14allow init_shell default_prop:property_service set;
Biswajit Paul64f83f62014-10-13 14:36:16 -070015
16allow init_shell shell_exec:file execute_no_trans;