Re: [PATCH] gui/semanagePage: Close "edit" and "add" dialogues when successfull

2018-02-26 Thread Stephen Smalley
On 02/22/2018 08:29 AM, Vit Mojzis wrote: > "Edit" and "add" dialogues weren't closed after successful transaction > ("add" and "edit" methods return "None" if successful). I see the bug, but the behavior after applying the patch also seems to be wrong: Traceback (most recent call last): File

Re: [PATCH] secilc: Fix documentation build for OS X systems

2018-02-26 Thread Stephen Smalley
On 02/23/2018 11:57 PM, Yuli Khodorkovskiy wrote: > Since Darwin systems do not have GNU sed installed, the Darwin sed is > missing the "regexp-extended" flag needed to modify the secilc markdown > files before processing with pandoc. > > A quick fix for Mac users is to `brew install gnu-sed` and

Re: [PATCH] semodule-utils/semodule_package: fix semodule_unpackage man page

2018-02-26 Thread Stephen Smalley
On 02/22/2018 08:33 AM, Vit Mojzis wrote: > Fix command line arguments and description in man page. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1334834 > > Signed-off-by: Vit Mojzis Thanks, applied. > --- > semodule-utils/semodule_package/semodule_unpackage.8 |

Re: [PATCH] Minor update for bash completion. Bash completion for ports is missing '-' for type. Based on documentation, it should be --type, not -type.

2018-02-26 Thread Stephen Smalley
On 02/18/2018 05:21 PM, Lee Stubbs wrote: > --- > python/semanage/semanage-bash-completion.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/python/semanage/semanage-bash-completion.sh > b/python/semanage/semanage-bash-completion.sh > index 6b53292..2d811c9 100644 > ---

Re: [PATCH V7 2/4] sctp: Add ip option support

2018-02-26 Thread Marcelo Ricardo Leitner
On Fri, Feb 23, 2018 at 11:11:50AM -0500, Paul Moore wrote: > On Thu, Feb 22, 2018 at 9:40 PM, Marcelo Ricardo Leitner > wrote: > > On Thu, Feb 22, 2018 at 06:08:05PM -0500, Paul Moore wrote: > >> On Wed, Feb 21, 2018 at 3:45 PM, Paul Moore wrote:

[PATCH V8 2/4] sctp: Add ip option support

2018-02-26 Thread Richard Haines via Selinux
Add ip option support to allow LSM security modules to utilise CIPSO/IPv4 and CALIPSO/IPv6 services. Signed-off-by: Richard Haines --- All SCTP lksctp-tools/src/func_tests run correctly in enforcing mode. All "./sctp-tests run" obtained from:

Re: [PATCH] selinux: fix typo in selinux_netlbl_sctp_sk_clone declaration

2018-02-26 Thread Richard Haines via Selinux
On Fri, 2018-02-23 at 16:25 -0500, Paul Moore wrote: > On Fri, Feb 23, 2018 at 4:12 PM, Arnd Bergmann wrote: > > A missing 'struct' keyword caused a build error when > > CONFIG_NETLABEL > > is disabled: > > > > In file included from security/selinux/hooks.c:99: > >