Call proper dbus function

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
Dan Walsh 2013-11-08 08:17:28 -05:00 committed by Stephen Smalley
parent d24fb6834d
commit 635e803e1c

View File

@ -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)