Files
Stricted 1af7693c6b address some selinux denials
Change-Id: Iff77bcbfc6a496dfb587c3bcce781c3c00e2c292
(cherry picked from commit 5244c9e37f94e000a4ea61efa80ad3318aa39c84)
2021-01-17 01:13:12 +00:00

12 lines
345 B
Plaintext

# Allow access to the hardware node
allow bluetooth stpbt_device:chr_file rw_file_perms;
# Allow nvram access
allow bluetooth nvdata_file:dir search;
allow bluetooth nvdata_file:file rw_file_perms;
allow bluetooth nvdata_file:lnk_file r_file_perms;
allow bluetooth block_device:dir search;
allow bluetooth sysfs_boot_mode:file { read open };