Re: [PATCH] Fix build break around __atomic_*() with GCC<4.7

2018-08-22 Thread Nicolas Iooss
On Tue, Aug 14, 2018 at 2:02 PM Hollis Blanchard wrote: > > On 08/13/2018 02:18 PM, Tom Cherry wrote: > > On Mon, Aug 13, 2018 at 1:49 PM Hollis Blanchard > > wrote: > >> On 08/13/2018 01:45 PM, Tom Cherry wrote: > >>> On Mon, Aug 13, 2018 at 12:43 PM Hollis Blanchard > >>> wrote: > The

RE: [PATCH v3 3/5] LSM: Security module checking for side-channel dangers

2018-08-22 Thread Schaufler, Casey
> -Original Message- > From: Jann Horn [mailto:ja...@google.com] > Sent: Wednesday, August 22, 2018 10:04 AM > To: Schaufler, Casey > Cc: Kernel Hardening ; kernel list > ; linux-security-module mod...@vger.kernel.org>; selinux@tycho.nsa.gov; Hansen, Dave > ; Dock, Deneen T ; >

Re: [PATCH] libsemanage: reset umask before creating directories

2018-08-22 Thread Nicolas Iooss
On Tue, Aug 21, 2018 at 3:18 PM Vit Mojzis wrote: > > Restrictive umask may cause creating directories with with unintended > access mode. Reset umask before creating directories to avoid this > issue. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1186422 > > Signed-off-by: Vit Mojzis

Re: [PATCH v1 00/22] LSM: Full security module stacking

2018-08-22 Thread James Morris
On Tue, 14 Aug 2018, Casey Schaufler wrote: > On 8/14/2018 4:22 PM, Jordan Glover wrote: > > On August 14, 2018 8:28 PM, Casey Schaufler wrote: > > > > On the other hand there is concern that those security modules might > > be abandoned if they have to wait until everything is finished :) > >

Re: [PATCH v3 3/5] LSM: Security module checking for side-channel dangers

2018-08-22 Thread Jann Horn via Selinux
On Wed, Aug 22, 2018 at 1:44 AM Schaufler, Casey wrote: > > > -Original Message- > > From: Jann Horn [mailto:ja...@google.com] > > Sent: Tuesday, August 21, 2018 10:24 AM > > To: Schaufler, Casey > > Cc: Kernel Hardening ; kernel list > > ; linux-security-module >

RE: [PATCH v3 3/5] LSM: Security module checking for side-channel dangers

2018-08-22 Thread Schaufler, Casey
> -Original Message- > From: Jann Horn [mailto:ja...@google.com] > Sent: Tuesday, August 21, 2018 10:24 AM > To: Schaufler, Casey > Cc: Kernel Hardening ; kernel list > ; linux-security-module mod...@vger.kernel.org>; selinux@tycho.nsa.gov; Hansen, Dave > ; Dock, Deneen T ; >

Re: [PATCH RFC v2 2/5] X86: Support LSM determination of side-channel vulnerability

2018-08-22 Thread Jann Horn via Selinux
On Tue, Aug 21, 2018 at 6:37 PM Schaufler, Casey wrote: > > > -Original Message- > > From: Jann Horn [mailto:ja...@google.com] > > Sent: Tuesday, August 21, 2018 3:20 AM > > To: Schaufler, Casey > > Cc: Kernel Hardening ; kernel list > > ; linux-security-module >

Re: [PATCH 3/3] python: remove semicolon from end of lines

2018-08-22 Thread Nicolas Iooss
On Mon, Aug 20, 2018 at 11:51 PM William Roberts wrote: > > Ack on these as well Thanks, I applied these patches and the previous ones I sent. Nicolas > > On Sun, Aug 19, 2018 at 11:49 AM, Nicolas Iooss wrote: >> >> Python does not need to end a statement with a semicolon. Doing this >> gets