From: Dan Walsh <dwalsh@redhat.com>
To: sds@tycho.nsa.gov, eparis@redhat.com
Cc: selinux@tycho.nsa.gov, Dan Walsh <dwalsh@redhat.com>
Subject: [PATCH 01/08] Call proper dbus function
Date: Fri, 8 Nov 2013 08:17:28 -0500 [thread overview]
Message-ID: <1383916655-9354-2-git-send-email-dwalsh@redhat.com> (raw)
In-Reply-To: <1383916655-9354-1-git-send-email-dwalsh@redhat.com>
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
---
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@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next prev parent reply other threads:[~2013-11-08 13:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-08 13:17 Current upstreamable patch set from Fedora Dan Walsh
2013-11-08 13:17 ` Dan Walsh [this message]
2013-11-08 13:17 ` [PATCH 02/08] Only return writeable files that are enabled Dan Walsh
2013-11-08 13:17 ` [PATCH 03/08] Add domain to short list of domains, when -t and -d used together Dan Walsh
2013-11-08 13:17 ` [PATCH 04/08] Fix up desktop files to match current standards Dan Walsh
2013-11-08 13:17 ` [PATCH 05/08] Add support to return sesitivities and cats for python bindings Dan Walsh
2013-11-08 13:17 ` [PATCH 07/08] Cleanup whitespace Dan Walsh
2013-11-08 13:17 ` [PATCH 08/08] Add message to tell user to install sandbox policy package Dan Walsh
2013-11-08 21:10 ` Stephen Smalley
2013-11-08 22:36 ` Daniel J Walsh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383916655-9354-2-git-send-email-dwalsh@redhat.com \
--to=dwalsh@redhat.com \
--cc=eparis@redhat.com \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.