From: Stephen Smalley <sds@tycho.nsa.gov>
To: Laurent Bigonville <bigon@debian.org>, selinux@tycho.nsa.gov
Cc: 734806@bugs.debian.org
Subject: Re: [PATCH] Set self.sename to sename after calling semanage_seuser_set_sename()
Date: Thu, 16 Jul 2015 12:30:10 -0400 [thread overview]
Message-ID: <55A7DC12.3020002@tycho.nsa.gov> (raw)
In-Reply-To: <1436893676-21412-1-git-send-email-bigon@debian.org>
On 07/14/2015 01:07 PM, Laurent Bigonville wrote:
> From: Laurent Bigonville <bigon@bigon.be>
>
> This fixes audit information that are being logged and a crash when the
> python-audit binding is not installed.
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734806
Thanks, applied.
> ---
> policycoreutils/semanage/seobject.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/policycoreutils/semanage/seobject.py b/policycoreutils/semanage/seobject.py
> index 568ebfd..2edb050 100644
> --- a/policycoreutils/semanage/seobject.py
> +++ b/policycoreutils/semanage/seobject.py
> @@ -575,6 +575,7 @@ class loginRecords(semanageRecords):
>
> if sename != "":
> semanage_seuser_set_sename(self.sh, u, sename)
> + self.sename = sename
> else:
> self.sename = self.oldsename
>
>
prev parent reply other threads:[~2015-07-16 16:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 17:07 [PATCH] Set self.sename to sename after calling semanage_seuser_set_sename() Laurent Bigonville
2015-07-16 16:30 ` Stephen Smalley [this message]
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=55A7DC12.3020002@tycho.nsa.gov \
--to=sds@tycho.nsa.gov \
--cc=734806@bugs.debian.org \
--cc=bigon@debian.org \
--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.