Re: [PATCH ghak46 V1] audit: normalize MAC_STATUS record

2018-04-17 Thread Paul Moore
On Tue, Apr 17, 2018 at 6:09 PM, Richard Guy Briggs wrote: > On 2018-04-17 17:59, Paul Moore wrote: >> On Wed, Apr 11, 2018 at 5:08 PM, Paul Moore wrote: >> > On Mon, Apr 9, 2018 at 7:34 PM, Richard Guy Briggs wrote: >> >> There were two

Re: [PATCH ghak46 V1] audit: normalize MAC_STATUS record

2018-04-17 Thread Richard Guy Briggs
On 2018-04-17 17:59, Paul Moore wrote: > On Wed, Apr 11, 2018 at 5:08 PM, Paul Moore wrote: > > On Mon, Apr 9, 2018 at 7:34 PM, Richard Guy Briggs wrote: > >> There were two formats of the audit MAC_STATUS record, one of which was > >> more > >> standard

Re: [PATCH ghak46 V1] audit: normalize MAC_STATUS record

2018-04-17 Thread Paul Moore
On Wed, Apr 11, 2018 at 5:08 PM, Paul Moore wrote: > On Mon, Apr 9, 2018 at 7:34 PM, Richard Guy Briggs wrote: >> There were two formats of the audit MAC_STATUS record, one of which was more >> standard than the other. One listed enforcing status changes

Re: [PATCH ghak47 V1] audit: normalize MAC_POLICY_LOAD record

2018-04-17 Thread Paul Moore
On Wed, Apr 11, 2018 at 5:11 PM, Paul Moore wrote: > On Mon, Apr 9, 2018 at 7:36 PM, Richard Guy Briggs wrote: >> The audit MAC_POLICY_LOAD record had redundant dangling keywords and was >> missing information about which LSM was responsible and its

selinux namespace work rebased to 4.17-rc1

2018-04-17 Thread Stephen Smalley
The selinux namespace work has been rebased on top of the latest selinux/next branch, which in turn is now 4.17-rc1 based. As before, it can be found at: https://github.com/stephensmalley/selinux-kernel/tree/selinuxns As a reminder, this is still highly experimental and has a number of known

[PATCH] selinux-testsuite: only add the infiniband tests to SUBDIRS if they are enabled

2018-04-17 Thread Paul Moore
From: Paul Moore It was difficult to tell if the InfiniBand tests were actually being run as they were always added to SUBDIRS regardless of the configuration; this patch should make this more obvious. It is worth nothing that most of the changes to the tests themselves are