blob: 2fdff9ada0f493801a575eee3f7d6bfc0adfe9e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
allow init wpa_socket:unix_dgram_socket { bind create };
allow init su_exec:file { execute_no_trans };
allow init init:process { execmem };
allow init init:capability { sys_module };
allow init radio_efs_file:filesystem { relabelto };
allow init app_data_file:dir { read open setattr getattr relabelfrom };
allow init_shell kernel:system { syslog_mod };
allow init init:packet_socket { create bind write read };
allow init init:rawip_socket { create setopt write };
allow init_shell init:packet_socket { read write };
|