Allow Bluetooth process to access /dev/uhid in SELinux Policy am: a61f7f60ef

am: ae70924177

Change-Id: Ia52cb0d049a82b2ce682243ff1fbe90ebd0a4614
This commit is contained in:
Jack He 2017-04-19 16:38:14 +00:00 committed by android-build-merger
commit a8af61f076

View file

@ -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;