blob: 36763d26dd064bea6c1a9643f34c2de73b8af7b7 [file] [log] [blame]
repo sync93bbc932013-05-06 13:40:43 -07001type hci_init, domain;
repo sync3c318832013-05-14 21:40:49 -07002permissive hci_init;
repo sync93bbc932013-05-06 13:40:43 -07003type hci_exec, file_type, exec_type;
4type hci_data_file, file_type;
5domain_auto_trans(shell, hci_exec, hci_init)
6
7allow hci_init shell:fd use;
8allow hci_init shell:fifo_file { write getattr };
9allow hci_init devpts:chr_file rw_file_perms;
10allow hci_init smd_device:chr_file rw_file_perms;
11allow hci_init bluetooth_data_file:file r_file_perms;
12unix_socket_connect(hci_init, property, init)