Skip to content
Snippets Groups Projects
Commit 04d7c71c authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Remove tun_device to fix build.

Change-Id: I3d5e6a2fefc7b975baf849d1fd7a628e86a27222
parent 34a8d4c6
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms; ...@@ -10,7 +10,7 @@ allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms;
r_dir_file(bluetooth, bluetooth_efs_file) r_dir_file(bluetooth, bluetooth_efs_file)
# Device accesses. # Device accesses.
allow bluetooth { tun_device uhid_device hci_attach_dev }:chr_file rw_file_perms; allow bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms;
allow bluetooth input_device:chr_file write; allow bluetooth input_device:chr_file write;
# sysfs access. # sysfs access.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment