Skip to content
Snippets Groups Projects
Commit eec3c7cd authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am f7cf7a4b: am 99d86c7a: ensure that untrusted_app can\'t set properties

* commit 'f7cf7a4b':
  ensure that untrusted_app can't set properties
parents 88a65e24 f7cf7a4b
No related branches found
No related tags found
No related merge requests found
......@@ -76,3 +76,9 @@ neverallow untrusted_app debugfs:file read;
# Only trusted components of Android should be registering
# services.
neverallow untrusted_app service_manager_type:service_manager add;
# Don't allow untrusted_apps to connect to the property service
# or set properties. b/10243159
neverallow untrusted_app property_socket:sock_file write;
neverallow untrusted_app init:unix_stream_socket connectto;
neverallow untrusted_app property_type:property_service set;
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