Allow Bluetooth process to access /dev/uhid in SELinux Policy am: a61f7f60ef
am: ae70924177
Change-Id: Ia52cb0d049a82b2ce682243ff1fbe90ebd0a4614
This commit is contained in:
commit
a8af61f076
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ allow bluetooth self:tun_socket create_socket_perms_no_ioctl;
|
|||
allow bluetooth tun_device:chr_file rw_file_perms;
|
||||
allow bluetooth efs_file:dir search;
|
||||
|
||||
# allow Bluetooth to access uhid device for HID profile
|
||||
allow bluetooth uhid_device:chr_file rw_file_perms;
|
||||
|
||||
# proc access.
|
||||
allow bluetooth proc_bluetooth_writable:file rw_file_perms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue