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 27238433ad
commit ef102bf81a

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)