Strip unnecessary trailing semicolon on macro calls.
Change-Id: I013e08bcd82a9e2311a958e1c98931f53f6720c9 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
2b732237d1
commit
80c9ba5267
2 changed files with 2 additions and 2 deletions
2
app.te
2
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;
|
||||
|
|
2
netd.te
2
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;
|
||||
|
|
Loading…
Reference in a new issue