Skip to content

Commit dca4e5c

Browse files
committed
sepolicy: add hci_attach policy for rfkill state access from sysfs
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
1 parent acc13d6 commit dca4e5c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sepolicy.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ BOARD_SEPOLICY_UNION := \
1010
sensors.te \
1111
init_shell.te \
1212
bluetooth.te \
13+
hci_attach.te \
1314
kernel.te \
1415
mediaserver.te \
1516
file_contexts \

sepolicy/hci_attach.te

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allow hci_attach sysfs:file setattr;

0 commit comments

Comments
 (0)