Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
a8af61f0
Commit
a8af61f0
authored
7 years ago
by
Jack He
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Allow Bluetooth process to access /dev/uhid in SELinux Policy am:
a61f7f60
am:
ae709241
Change-Id: Ia52cb0d049a82b2ce682243ff1fbe90ebd0a4614
parents
c45e9b9a
ae709241
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/bluetooth.te
+3
-0
3 additions, 0 deletions
private/bluetooth.te
with
3 additions
and
0 deletions
private/bluetooth.te
+
3
−
0
View file @
a8af61f0
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment