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

2017-07-05 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Update to increase the pathname limit to the linux limit of 4096 characters. Similar patch: https://patchwork.openembedded.org/patch/131475/ Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by: Matt Weber

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

2017-06-26 Thread Matt Weber
From: Jared Bents <jared.be...@rockwellcollins.com> Update to increase the pathname limit to the linux limit of 4096 characters. Similar patch: https://patchwork.openembedded.org/patch/131475/ Signed-off-by: Jared Bents <jared.be...@rockwellcollins.com> Signed-off-by: Matt Weber

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

2015-05-11 Thread Matt Weber
Fixes the case of using mkdir in inittab where a system might boot with selinux disable during testing and still needs the folders created 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

[PATCH 1/1] applets: Add installation of individual binaries

2015-05-08 Thread Matt Weber
From: Clayton Shotwell clayton.shotw...@rockwellcollins.com Adding support to install individual binaries if the option is enabled. This also installs the shared libbusybox.so.* library. Signed-off-by: Clayton Shotwell clayton.shotw...@rockwellcollins.com Signed-off-by: Matt Weber matthew.we