Skip to content
Snippets Groups Projects
Commit a02bd89a authored by Pavlin Radoslavov's avatar Pavlin Radoslavov
Browse files

Minor cleanup to align the content with AOSP

No functional changes.

Change-Id: Ic9e5aae5b4a214f5dc4c710e7bdcd51eb7b63e75
parent aae27dcd
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ type bluetooth, domain, domain_deprecated; ...@@ -3,6 +3,8 @@ type bluetooth, domain, domain_deprecated;
app_domain(bluetooth) app_domain(bluetooth)
net_domain(bluetooth) net_domain(bluetooth)
wakelock_use(bluetooth);
# Data file accesses. # Data file accesses.
allow bluetooth bluetooth_data_file:dir create_dir_perms; allow bluetooth bluetooth_data_file:dir create_dir_perms;
allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms; allow bluetooth bluetooth_data_file:notdevfile_class_set create_file_perms;
...@@ -20,7 +22,6 @@ allow bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms; ...@@ -20,7 +22,6 @@ allow bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms;
allow bluetooth sysfs_bluetooth_writable:file rw_file_perms; allow bluetooth sysfs_bluetooth_writable:file rw_file_perms;
allow bluetooth self:capability net_admin; allow bluetooth self:capability net_admin;
allow bluetooth self:capability2 wake_alarm; allow bluetooth self:capability2 wake_alarm;
wakelock_use(bluetooth);
# tethering # tethering
allow bluetooth self:tun_socket create_socket_perms; allow bluetooth self:tun_socket create_socket_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment