mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
87d1c1e9f4
commit
5dce40c97f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue