From 04d7c71c2cc23964b76da2bb0092563776d4fb77 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey <jsharkey@android.com> Date: Fri, 22 Mar 2013 13:56:21 -0700 Subject: [PATCH] Remove tun_device to fix build. Change-Id: I3d5e6a2fefc7b975baf849d1fd7a628e86a27222 --- bluetooth.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth.te b/bluetooth.te index 8fb088242..8a0d4c086 100644 --- a/bluetooth.te +++ b/bluetooth.te @@ -10,7 +10,7 @@ allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms; r_dir_file(bluetooth, bluetooth_efs_file) # Device accesses. -allow bluetooth { tun_device uhid_device hci_attach_dev }:chr_file rw_file_perms; +allow bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms; allow bluetooth input_device:chr_file write; # sysfs access. -- GitLab