aboutsummaryrefslogtreecommitdiffstats
path: root/untrusted_app.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-07-09 19:03:08 -0700
committerNick Kralevich <nnk@google.com>2014-07-09 19:03:47 -0700
commitf58356661632d4c08870122f2cf944ea4edfe810 (patch)
treeae15b4d8638f055cb36c33aa1299d4f9c5549e2d /untrusted_app.te
parent99d86c7a77d402a106a1b3fe57af06dbb231c750 (diff)
downloadandroid_external_sepolicy-f58356661632d4c08870122f2cf944ea4edfe810.tar.gz
android_external_sepolicy-f58356661632d4c08870122f2cf944ea4edfe810.tar.bz2
android_external_sepolicy-f58356661632d4c08870122f2cf944ea4edfe810.zip
Don't use don't
Single quotes sometimes mess up m4 parsing Change-Id: Ic53cf0f9b45b2173cbea5c96048750f6a582a535
Diffstat (limited to 'untrusted_app.te')
-rw-r--r--untrusted_app.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/untrusted_app.te b/untrusted_app.te
index 720e8f2..f29149e 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -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;