hikey: Fix hci_attach sepolicy am: a7097bfa8e
am: 1418bd5802

Change-Id: I670c171101f2f55cd5dcedcd4bc26e0d13611a89
diff --git a/sepolicy/hci_attach.te b/sepolicy/hci_attach.te
index 3cb0953..d87f444 100644
--- a/sepolicy/hci_attach.te
+++ b/sepolicy/hci_attach.te
@@ -7,3 +7,6 @@
 allow hci_attach hci_attach_dev:chr_file rw_file_perms;
 allow hci_attach bluetooth_efs_file:dir r_dir_perms;
 allow hci_attach bluetooth_efs_file:file r_file_perms;
+
+allow hci_attach rootfs:lnk_file getattr;
+allow hci_attach sysfs:file r_file_perms;