mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 01:24:49 +00:00
Call proper dbus function
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
d24fb6834d
commit
635e803e1c
@ -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 New Issue
Block a user