potter: address FM denials

This commit is contained in:
Vachounet
2017-06-22 14:09:13 +02:00
parent 6fa41a401f
commit 28fd0656c2
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ allow init socket_device:sock_file { create setattr unlink };
allow init system_data_file:file { rename append };
allow init firmware_file:dir mounton;
allow init fm_radio_device:chr_file write;
# ptt_socket_app
allow init dnsproxyd_socket:sock_file write;
allow init netd:unix_stream_socket connectto;

View File

@@ -1 +1,4 @@
allow qti_init_shell apk_data_file:dir { write add_name create };
allow qti_init_shell apk_data_file:file { create write setattr };
allow qti_init_shell bluetooth_loader_exec:file { open read };
allow qti_init_shell hci_attach_dev:chr_file { read write open ioctl };