Skip to content
Snippets Groups Projects
Commit be8fd2cd authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Allow all untrusted_apps to create ptys" am: 2f348392 am: 2c99c9ff

am: b58ec714

Change-Id: I8334bd1c5d52366445b0edbce7c90d8e90c4c299
parents 035140d9 b58ec714
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,7 @@ app_domain(untrusted_app) ...@@ -21,3 +21,7 @@ app_domain(untrusted_app)
untrusted_app_domain(untrusted_app) untrusted_app_domain(untrusted_app)
net_domain(untrusted_app) net_domain(untrusted_app)
bluetooth_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)
...@@ -24,6 +24,10 @@ untrusted_app_domain(untrusted_app_25) ...@@ -24,6 +24,10 @@ untrusted_app_domain(untrusted_app_25)
net_domain(untrusted_app_25) net_domain(untrusted_app_25)
bluetooth_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 # b/34115651 - net.dns* properties read
# This will go away in a future Android release # This will go away in a future Android release
get_prop(untrusted_app_25, net_dns_prop) get_prop(untrusted_app_25, net_dns_prop)
...@@ -17,10 +17,6 @@ ...@@ -17,10 +17,6 @@
### seapp_contexts. ### 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 # Legacy text relocations
allow untrusted_app_all apk_data_file:file execmod; allow untrusted_app_all apk_data_file:file execmod;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment