Call proper dbus function
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
27238433ad
commit
ef102bf81a
1 changed files with 1 additions and 1 deletions
|
@ -2727,7 +2727,7 @@ class SELinuxGui():
|
|||
if not active and not exists:
|
||||
return
|
||||
try:
|
||||
self.dbus.relabel_on_boots(active)
|
||||
self.dbus.relabel_on_boot(active)
|
||||
except dbus.exceptions.DBusException, e:
|
||||
self.error(e)
|
||||
|
||||
|
|
Loading…
Reference in a new issue