Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
95f90701
Commit
95f90701
authored
11 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
11 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Allow system_app to start bugreport and to create /data/anr/traces.txt."
parents
1d98c49f
1c0c0102
No related branches found
Branches containing commit
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
+5
-0
5 additions, 0 deletions
system_app.te
with
7 additions
and
0 deletions
property.te
+
1
−
0
View file @
95f90701
...
@@ -9,6 +9,7 @@ type rild_prop, property_type;
...
@@ -9,6 +9,7 @@ type rild_prop, property_type;
type ctl_default_prop, property_type;
type ctl_default_prop, property_type;
type ctl_dumpstate_prop, property_type;
type ctl_dumpstate_prop, property_type;
type ctl_rildaemon_prop, property_type;
type ctl_rildaemon_prop, property_type;
type ctl_bugreport_prop, property_type;
type audio_prop, property_type;
type audio_prop, property_type;
type security_prop, property_type;
type security_prop, property_type;
type bluetooth_prop, property_type;
type bluetooth_prop, property_type;
...
...
This diff is collapsed.
Click to expand it.
property_contexts
+
1
−
0
View file @
95f90701
...
@@ -54,4 +54,5 @@ crypto. u:object_r:vold_prop:s0
...
@@ -54,4 +54,5 @@ crypto. u:object_r:vold_prop:s0
# ctl properties
# ctl properties
ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
ctl.ril-daemon u:object_r:ctl_rildaemon_prop:s0
ctl.bugreport u:object_r:ctl_bugreport_prop:s0
ctl. u:object_r:ctl_default_prop:s0
ctl. u:object_r:ctl_default_prop:s0
This diff is collapsed.
Click to expand it.
system_app.te
+
5
−
0
View file @
95f90701
...
@@ -25,3 +25,8 @@ unix_socket_connect(system_app, property, init)
...
@@ -25,3 +25,8 @@ unix_socket_connect(system_app, property, init)
allow system_app debug_prop:property_service set;
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;
# Create /data/anr/traces.txt.
allow system_app anr_data_file:dir ra_dir_perms;
allow system_app anr_data_file:file create_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