hikey: Fix hci_attach sepolicy

Bug: 33551674
Test: Manual

Change-Id: I21404981e62148fbb6b2c5f08ad54b85fbffca17
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
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;