Signed-off-by: Dan Walsh <dwalsh@xxxxxxxxxx> --- policycoreutils/sepolicy/sepolicy/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policycoreutils/sepolicy/sepolicy/gui.py b/policycoreutils/sepolicy/sepolicy/gui.py index 0123e6c..94ddb72 100644 --- a/policycoreutils/sepolicy/sepolicy/gui.py +++ b/policycoreutils/sepolicy/sepolicy/gui.py @@ -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) -- 1.8.4.2 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.