Skip to content
Snippets Groups Projects
Commit bd64d7fb authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Add untrusted_v2_app to all_untrusted_apps am: db5962ce am: eb710332

am: 16eb632a

Change-Id: Ifb5f7fd54973cf1de256404344bd8690a4f13c02
parents 59be4ad5 16eb632a
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,15 @@ ...@@ -5,7 +5,15 @@
# Only allow domains in AOSP to use the untrusted_app_all attribute. # Only allow domains in AOSP to use the untrusted_app_all attribute.
neverallow { untrusted_app_all -untrusted_app -untrusted_app_25 } domain:process fork; neverallow { untrusted_app_all -untrusted_app -untrusted_app_25 } domain:process fork;
define(`all_untrusted_apps',`{ untrusted_app_all untrusted_app_25 untrusted_app ephemeral_app isolated_app mediaprovider }') define(`all_untrusted_apps',`{
ephemeral_app
isolated_app
mediaprovider
untrusted_app
untrusted_app_25
untrusted_app_all
untrusted_v2_app
}')
# Receive or send uevent messages. # Receive or send uevent messages.
neverallow all_untrusted_apps domain:netlink_kobject_uevent_socket *; neverallow all_untrusted_apps domain:netlink_kobject_uevent_socket *;
......
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