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
b58ec714
Commit
b58ec714
authored
Feb 22, 2017
by
Jeff Vander Stoep
Committed by
android-build-merger
Feb 22, 2017
Browse files
Options
Downloads
Plain Diff
Merge "Allow all untrusted_apps to create ptys" am:
2f348392
am:
2c99c9ff
Change-Id: Ic11f3abd6b27769ac1c77af0530cec6b4702d911
parents
d7cb7ff4
2c99c9ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/untrusted_app.te
+4
-0
4 additions, 0 deletions
private/untrusted_app.te
private/untrusted_app_25.te
+4
-0
4 additions, 0 deletions
private/untrusted_app_25.te
private/untrusted_app_all.te
+0
-4
0 additions, 4 deletions
private/untrusted_app_all.te
with
8 additions
and
4 deletions
private/untrusted_app.te
+
4
−
0
View file @
b58ec714
...
...
@@ -21,3 +21,7 @@ app_domain(untrusted_app)
untrusted_app_domain(untrusted_app)
net_domain(untrusted_app)
bluetooth_domain(untrusted_app)
# Allow the allocation and use of ptys
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
create_pty(untrusted_app)
This diff is collapsed.
Click to expand it.
private/untrusted_app_25.te
+
4
−
0
View file @
b58ec714
...
...
@@ -24,6 +24,10 @@ untrusted_app_domain(untrusted_app_25)
net_domain(untrusted_app_25)
bluetooth_domain(untrusted_app_25)
# Allow the allocation and use of ptys
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
create_pty(untrusted_app_25)
# b/34115651 - net.dns* properties read
# This will go away in a future Android release
get_prop(untrusted_app_25, net_dns_prop)
This diff is collapsed.
Click to expand it.
private/untrusted_app_all.te
+
0
−
4
View file @
b58ec714
...
...
@@ -17,10 +17,6 @@
### seapp_contexts.
###
# Allow the allocation and use of ptys
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
create_pty(untrusted_app)
# Legacy text relocations
allow untrusted_app_all apk_data_file:file execmod;
...
...
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