diff --git a/app.te b/app.te
index 68f4fbe76768b99b83bb26e9c97b7786e97b97c4..9ab3ead794d4f177ce7e614188ed5ccf27abaf11 100644
--- a/app.te
+++ b/app.te
@@ -47,7 +47,7 @@ net_domain(shared_app)
 # Access bluetooth.
 bluetooth_domain(shared_app)
 # ASEC
-r_dir_file(shared_app, asec_apk_file);
+r_dir_file(shared_app, asec_apk_file)
 
 # Apps signed with the release key (testkey in AOSP).
 type release_app, domain;
diff --git a/netd.te b/netd.te
index 654dae50f998d58a4216c68c65462c718a480e47..af7d15d3396494f5955298f4f481ba22833ba8cb 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;