utils: Fix typo in write_dbus()

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
Tyler Hicks 2014-03-20 14:19:40 -05:00
parent 87d1c1e9f4
commit 5dce40c97f

View file

@ -3265,7 +3265,7 @@ def write_dbus_rules(prof_data, depth, allow):
def write_dbus(prof_data, depth):
data = write_dbus_rules(prof_data, depth, 'deny')
data += write_net_rules(prof_data, depth, 'allow')
data += write_dbus_rules(prof_data, depth, 'allow')
return data
def write_link_rules(prof_data, depth, allow):