Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-11-12 Thread Kristian Høgsberg
Looks good, Reviewed-by: Kristian H. Kristensen On Tue, Nov 12, 2019 at 10:47 AM Brian Paul wrote: > > Ping again. > > > On 10/24/2019 03:25 PM, Brian Paul wrote: > > Ping. Anyone? > > > > -Brian > > > > On Tue, Oct 22, 2019 at 3:52 PM Brian Paul > > wrote: > > > >

Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-11-12 Thread Brian Paul
Ping again. On 10/24/2019 03:25 PM, Brian Paul wrote: Ping.  Anyone? -Brian On Tue, Oct 22, 2019 at 3:52 PM Brian Paul > wrote: A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could

Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-10-24 Thread Stuart Young
Not my call, but both of these went into my gmail spam folder for DMARC failures, so a lot of people might not have seen it. On Fri, 25 Oct 2019 at 08:25, Brian Paul wrote: > Ping. Anyone? > > -Brian > > On Tue, Oct 22, 2019 at 3:52 PM Brian Paul wrote: > >> A security advisory

Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-10-24 Thread Brian Paul
Ping. Anyone? -Brian On Tue, Oct 22, 2019 at 3:52 PM Brian Paul wrote: > A security advisory (TALOS-2019-0857/CVE-2019-5068) found that > creating shared memory regions with permission mode 0777 could allow > any user to access that memory. Several Mesa drivers use shared- > memory XImages

[Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-10-22 Thread Brian Paul
A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget()