diff --git a/vendor/hal_bluetooth_btlinux.te b/vendor/hal_bluetooth_btlinux.te new file mode 100644 index 0000000..65e037d --- /dev/null +++ b/vendor/hal_bluetooth_btlinux.te @@ -0,0 +1 @@ +allow hal_bluetooth_btlinux vendor_bt_data_file:sock_file create_file_perms; diff --git a/vendor/hal_threadnetwork_default.te b/vendor/hal_threadnetwork_default.te new file mode 100644 index 0000000..558847b --- /dev/null +++ b/vendor/hal_threadnetwork_default.te @@ -0,0 +1,3 @@ +allow hal_threadnetwork_default vendor_bt_data_file:dir r_dir_perms; +allow hal_threadnetwork_default vendor_bt_data_file:sock_file rw_file_perms; +allow hal_threadnetwork_default hal_bluetooth_btlinux:unix_stream_socket connectto;