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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
d2c759ab
Commit
d2c759ab
authored
Dec 4, 2014
by
Nick Kralevich
Committed by
Android Git Automerger
Dec 4, 2014
Browse files
Options
Downloads
Plain Diff
am
e2547c3b
: allow untrusted_app read /data/anr/traces.txt
* commit '
e2547c3b
': allow untrusted_app read /data/anr/traces.txt
parents
264dc2a8
e2547c3b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
untrusted_app.te
+8
-0
8 additions, 0 deletions
untrusted_app.te
with
8 additions
and
0 deletions
untrusted_app.te
+
8
−
0
View file @
d2c759ab
...
@@ -48,6 +48,14 @@ create_pty(untrusted_app)
...
@@ -48,6 +48,14 @@ create_pty(untrusted_app)
allow untrusted_app shell_data_file:file r_file_perms;
allow untrusted_app shell_data_file:file r_file_perms;
allow untrusted_app shell_data_file:dir r_dir_perms;
allow untrusted_app shell_data_file:dir r_dir_perms;
# b/18504118: Allow reads from /data/anr/traces.txt
# TODO: We shouldn't be allowing all untrusted_apps to read
# this file. This is only needed for the GMS feedback agent.
# See also b/18340553. GMS runs as untrusted_app, and
# it's too late to change the domain it runs in.
# This line needs to be deleted.
allow untrusted_app anr_data_file:file r_file_perms;
#
#
# Rules migrated from old app domains coalesced into untrusted_app.
# Rules migrated from old app domains coalesced into untrusted_app.
# This includes what used to be media_app, shared_app, and release_app.
# This includes what used to be media_app, shared_app, and release_app.
...
...
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