blob: f62b97aaf4830bcb46f79cc96b45aea4f860d5b1 [file] [log] [blame]
Vishal Bhoje72c9202015-10-23 18:10:21 +01001allow shell serial_device:chr_file rw_file_perms;
2
3# allow to use ndc command to enable dns work
4allow shell netd_socket:sock_file write;
5
6# hack for running netcfg eth0 dhcp/ifconfig/ping on console session
7allow shell self:packet_socket create_socket_perms;
8allow shell system_prop:property_service set;
9
10# hack for running start adbd/stop adbd on console session
11allow shell ctl_default_prop:property_service set;
12
13# hack for reading the mkshrc file after lava modified
14allow shell unlabeled:file r_file_perms;
15
16allow shell kernel:system module_request;