1af7693c6b
Change-Id: Iff77bcbfc6a496dfb587c3bcce781c3c00e2c292 (cherry picked from commit 5244c9e37f94e000a4ea61efa80ad3318aa39c84)
12 lines
345 B
Plaintext
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 };
|