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
142f5dfe
Commit
142f5dfe
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "suppress logspam" into oc-dr1-dev
parents
f6be4b66
fc283871
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
private/isolated_app.te
+4
-0
4 additions, 0 deletions
private/isolated_app.te
private/webview_zygote.te
+4
-0
4 additions, 0 deletions
private/webview_zygote.te
with
8 additions
and
0 deletions
private/isolated_app.te
+
4
−
0
View file @
142f5dfe
...
@@ -46,6 +46,10 @@ allow isolated_app webview_zygote:unix_dgram_socket write;
...
@@ -46,6 +46,10 @@ allow isolated_app webview_zygote:unix_dgram_socket write;
# Read system properties managed by webview_zygote.
# Read system properties managed by webview_zygote.
allow isolated_app webview_zygote_tmpfs:file read;
allow isolated_app webview_zygote_tmpfs:file read;
# TODO (b/63631799) fix this access
# suppress denials to /data/local/tmp
dontaudit isolated_app shell_data_file:dir search;
#####
#####
##### Neverallow
##### Neverallow
#####
#####
...
...
This diff is collapsed.
Click to expand it.
private/webview_zygote.te
+
4
−
0
View file @
142f5dfe
...
@@ -43,6 +43,10 @@ allow webview_zygote system_server:process getpgid;
...
@@ -43,6 +43,10 @@ allow webview_zygote system_server:process getpgid;
# Interaction between the webview_zygote and its children.
# Interaction between the webview_zygote and its children.
allow webview_zygote isolated_app:process setpgid;
allow webview_zygote isolated_app:process setpgid;
# TODO (b/63631799) fix this access
# Suppress denials to storage. Webview zygote should not be accessing.
dontaudit webview_zygote mnt_expand_file:dir getattr;
# Get seapp_contexts
# Get seapp_contexts
allow webview_zygote seapp_contexts_file:file r_file_perms;
allow webview_zygote seapp_contexts_file:file r_file_perms;
# Check validity of SELinux context before use.
# Check validity of SELinux context before use.
...
...
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