mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 09:34:54 +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:
|
if not active and not exists:
|
||||||
return
|
return
|
||||||
try:
|
try:
|
||||||
self.dbus.relabel_on_boots(active)
|
self.dbus.relabel_on_boot(active)
|
||||||
except dbus.exceptions.DBusException, e:
|
except dbus.exceptions.DBusException, e:
|
||||||
self.error(e)
|
self.error(e)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user