aboutsummaryrefslogtreecommitdiffstats
path: root/netd.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-04-04 11:31:00 -0400
committerrepo sync <gcondra@google.com>2013-04-05 13:07:26 -0700
commit9de4c6920220880e236ef1648ebd900c69727d43 (patch)
tree5e6dc59d8006b0d482c02d239c69cdcee5a425d2 /netd.te
parent81fe5f7c0f47d48faa820ad5f8d3f4f44637a486 (diff)
downloadandroid_external_sepolicy-9de4c6920220880e236ef1648ebd900c69727d43.tar.gz
android_external_sepolicy-9de4c6920220880e236ef1648ebd900c69727d43.tar.bz2
android_external_sepolicy-9de4c6920220880e236ef1648ebd900c69727d43.zip
Strip unnecessary trailing semicolon on macro calls.
Change-Id: I013e08bcd82a9e2311a958e1c98931f53f6720c9 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'netd.te')
-rw-r--r--netd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/netd.te b/netd.te
index 654dae5..af7d15d 100644
--- a/netd.te
+++ b/netd.te
@@ -33,5 +33,5 @@ unix_socket_connect(netd, property, init)
allow netd system_prop:property_service set;
# Connect to PAN
-domain_auto_trans(netd, dhcp_exec, dhcp);
+domain_auto_trans(netd, dhcp_exec, dhcp)
allow netd dhcp:process signal;