Don't use don't

Single quotes sometimes mess up m4 parsing

Change-Id: Ic53cf0f9b45b2173cbea5c96048750f6a582a535
This commit is contained in:
Nick Kralevich 2014-07-09 19:03:08 -07:00
parent 99d86c7a77
commit f583566616

View file

@ -77,7 +77,7 @@ neverallow untrusted_app debugfs:file read;
# services.
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
neverallow untrusted_app property_socket:sock_file write;
neverallow untrusted_app init:unix_stream_socket connectto;