Skip to content
Snippets Groups Projects
Commit f5835666 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Don't use don't

Single quotes sometimes mess up m4 parsing

Change-Id: Ic53cf0f9b45b2173cbea5c96048750f6a582a535
parent 99d86c7a
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ neverallow untrusted_app debugfs:file read; ...@@ -77,7 +77,7 @@ neverallow untrusted_app debugfs:file read;
# services. # services.
neverallow untrusted_app service_manager_type:service_manager add; neverallow untrusted_app service_manager_type:service_manager add;
# Don't allow untrusted_apps to connect to the property service # Do not allow untrusted_apps to connect to the property service
# or set properties. b/10243159 # or set properties. b/10243159
neverallow untrusted_app property_socket:sock_file write; neverallow untrusted_app property_socket:sock_file write;
neverallow untrusted_app init:unix_stream_socket connectto; neverallow untrusted_app init:unix_stream_socket connectto;
......
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