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
748e2579
Commit
748e2579
authored
7 years ago
by
Josh Gao
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
crash_dump_fallback: allow dumpstate:pipe_file write. am:
7aa08523
am:
7b19b081
am:
9ff58c84
am:
dde38d9b
Change-Id: I8ad39a6ba69fa936f6522e29820127adc80798d5
parents
ffd57494
dde38d9b
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
public/te_macros
+2
-1
2 additions, 1 deletion
public/te_macros
with
2 additions
and
1 deletion
public/te_macros
+
2
−
1
View file @
748e2579
...
@@ -470,7 +470,8 @@ userdebug_or_eng(`
...
@@ -470,7 +470,8 @@ userdebug_or_eng(`
')
')
allow $1 anr_data_file:file append;
allow $1 anr_data_file:file append;
allow $1 dumpstate:fd use;
allow $1 dumpstate:fd use;
allow $1 dumpstate:fifo_file append;
# TODO: Figure out why write is needed and remove.
allow $1 dumpstate:fifo_file { append write };
allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:fd use;
allow $1 tombstoned:fd use;
allow $1 tombstoned_crash_socket:sock_file write;
allow $1 tombstoned_crash_socket:sock_file write;
...
...
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