Skip to content
Snippets Groups Projects
Commit 80c9ba52 authored by Stephen Smalley's avatar Stephen Smalley
Browse files

Strip unnecessary trailing semicolon on macro calls.


Change-Id: I013e08bcd82a9e2311a958e1c98931f53f6720c9
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 2b732237
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ net_domain(shared_app) ...@@ -47,7 +47,7 @@ net_domain(shared_app)
# Access bluetooth. # Access bluetooth.
bluetooth_domain(shared_app) bluetooth_domain(shared_app)
# ASEC # 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). # Apps signed with the release key (testkey in AOSP).
type release_app, domain; type release_app, domain;
......
...@@ -33,5 +33,5 @@ unix_socket_connect(netd, property, init) ...@@ -33,5 +33,5 @@ unix_socket_connect(netd, property, init)
allow netd system_prop:property_service set; allow netd system_prop:property_service set;
# Connect to PAN # Connect to PAN
domain_auto_trans(netd, dhcp_exec, dhcp); domain_auto_trans(netd, dhcp_exec, dhcp)
allow netd dhcp:process signal; allow netd dhcp:process signal;
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