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
23ca0826
Commit
23ca0826
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
am:
a8af61f0
Change-Id: I9c49e79fd976c9c4bf37d79102d22d1e4c350a40
parents
dc8a278a
a8af61f0
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 @
23ca0826
...
@@ -32,6 +32,9 @@ allow bluetooth self:tun_socket create_socket_perms_no_ioctl;
...
@@ -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 tun_device:chr_file rw_file_perms;
allow bluetooth efs_file:dir search;
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.
# proc access.
allow bluetooth proc_bluetooth_writable:file rw_file_perms;
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