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
f164843f
Commit
f164843f
authored
11 years ago
by
Alex Klyubin
Committed by
Android Git Automerger
11 years ago
Browse files
Options
Downloads
Plain Diff
am
b2aea99f
: am
3123b1ee
: SELinux policy for Bluetooth properties.
* commit '
b2aea99f
': SELinux policy for Bluetooth properties.
parents
ea2df956
b2aea99f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bluetooth.te
+3
-0
3 additions, 0 deletions
bluetooth.te
property.te
+1
-0
1 addition, 0 deletions
property.te
property_contexts
+2
-0
2 additions, 0 deletions
property_contexts
with
6 additions
and
0 deletions
bluetooth.te
+
3
−
0
View file @
f164843f
...
...
@@ -30,5 +30,8 @@ allow bluetooth efs_file:dir search;
# Talk to init over the property socket.
unix_socket_connect(bluetooth, property, init)
# Property Service
allow bluetooth bluetooth_prop:property_service set;
# proc access.
allow bluetooth proc_bluetooth_writable:file rw_file_perms;
This diff is collapsed.
Click to expand it.
property.te
+
1
−
0
View file @
f164843f
...
...
@@ -9,3 +9,4 @@ type ctl_dumpstate_prop, property_type;
type ctl_rildaemon_prop, property_type;
type audio_prop, property_type;
type security_prop, property_type;
type bluetooth_prop, property_type;
This diff is collapsed.
Click to expand it.
property_contexts
+
2
−
0
View file @
f164843f
...
...
@@ -23,6 +23,7 @@ sys. u:object_r:system_prop:s0
service. u:object_r:system_prop:s0
wlan. u:object_r:system_prop:s0
dhcp. u:object_r:system_prop:s0
bluetooth. u:object_r:bluetooth_prop:s0
debug. u:object_r:shell_prop:s0
log. u:object_r:shell_prop:s0
...
...
@@ -32,6 +33,7 @@ service.adb.tcp.port u:object_r:shell_prop:s0
persist.audio. u:object_r:audio_prop:s0
persist.sys. u:object_r:system_prop:s0
persist.service. u:object_r:system_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0
persist.security. u:object_r:system_prop:s0
# mmac persistent properties
...
...
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