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
a307b6f1
Commit
a307b6f1
authored
10 years ago
by
Mark Salyzyn
Committed by
Android Git Automerger
10 years ago
Browse files
Options
Downloads
Plain Diff
am
e0bbb6f3
: am
848109c0
: Merge "selinux: logd Development settings"
* commit '
e0bbb6f3
': selinux: logd Development settings
parents
9da3b786
e0bbb6f3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
property.te
+1
-0
1 addition, 0 deletions
property.te
property_contexts
+1
-0
1 addition, 0 deletions
property_contexts
system_app.te
+1
-0
1 addition, 0 deletions
system_app.te
with
3 additions
and
0 deletions
property.te
+
1
−
0
View file @
a307b6f1
...
@@ -14,6 +14,7 @@ type ctl_mdnsd_prop, property_type;
...
@@ -14,6 +14,7 @@ type ctl_mdnsd_prop, property_type;
type ctl_rildaemon_prop, property_type;
type ctl_rildaemon_prop, property_type;
type ctl_bugreport_prop, property_type;
type ctl_bugreport_prop, property_type;
type audio_prop, property_type;
type audio_prop, property_type;
type logd_prop, property_type;
type security_prop, property_type;
type security_prop, property_type;
type bluetooth_prop, property_type;
type bluetooth_prop, property_type;
type powerctl_prop, property_type;
type powerctl_prop, property_type;
This diff is collapsed.
Click to expand it.
property_contexts
+
1
−
0
View file @
a307b6f1
...
@@ -34,6 +34,7 @@ service.adb.root u:object_r:shell_prop:s0
...
@@ -34,6 +34,7 @@ service.adb.root u:object_r:shell_prop:s0
service.adb.tcp.port u:object_r:shell_prop:s0
service.adb.tcp.port u:object_r:shell_prop:s0
persist.audio. u:object_r:audio_prop:s0
persist.audio. u:object_r:audio_prop:s0
persist.logd. u:object_r:logd_prop:s0
persist.sys. u:object_r:system_prop:s0
persist.sys. u:object_r:system_prop:s0
persist.service. u:object_r:system_prop:s0
persist.service. u:object_r:system_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0
...
...
This diff is collapsed.
Click to expand it.
system_app.te
+
1
−
0
View file @
a307b6f1
...
@@ -33,6 +33,7 @@ allow system_app debug_prop:property_service set;
...
@@ -33,6 +33,7 @@ allow system_app debug_prop:property_service set;
allow system_app radio_prop:property_service set;
allow system_app radio_prop:property_service set;
allow system_app system_prop:property_service set;
allow system_app system_prop:property_service set;
allow system_app ctl_bugreport_prop:property_service set;
allow system_app ctl_bugreport_prop:property_service set;
allow system_app logd_prop:property_service set;
# Create /data/anr/traces.txt.
# Create /data/anr/traces.txt.
allow system_app anr_data_file:dir ra_dir_perms;
allow system_app anr_data_file:dir ra_dir_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