Re: [PATCH 1/1] makedevs: set path size to match linux

2017-07-05 Thread Matthew Weber
All, On Tue, Jun 27, 2017 at 8:36 AM, Jared Bents <jared.be...@rockwellcollins.com> wrote: > On Mon, Jun 26, 2017 at 10:31 PM, Baruch Siach <bar...@tkos.co.il> wrote: >> Hi Matthew, >> >> On Mon, Jun 26, 2017 at 08:45:42PM -0500, Matthew Weber wrote: >>>

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matthew Weber
Baruch/Emmanuel, On Mon, Jun 26, 2017 at 7:36 PM, Emmanuel Deloget <log...@free.fr> wrote: > Hello, > > On Mon, Jun 26, 2017 at 11:23 PM, Matthew Weber > <matthew.we...@rockwellcollins.com> wrote: >> >> Baruch, >> >> On Mon, Jun 26, 2017 at 3:55 PM,

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matthew Weber
Baruch, On Mon, Jun 26, 2017 at 3:55 PM, Baruch Siach wrote: > Hi Jared, > > On Mon, Jun 26, 2017 at 03:33:09PM -0500, Matt Weber wrote: >> From: Jared Bents >> >> Update to increase the pathname limit to the >> linux limit of 4096 characters.

Re: [PATCH 1/1] coreutil mkdir: ignore -z when selinux is runtime disabled

2015-05-12 Thread Matthew Weber
by this command for ram mounts, etc before a mount -a. Currently it errors out and doesn't create the folder. Signed-off-by: Matthew Weber matthew.we...@rockwellcollins.com --- coreutils/mkdir.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/coreutils/mkdir.c b