Re: [OE-core] [PATCH] sysvinit-inittab: Move start_getty scrip to base_bindir.

2016-02-27 Thread Philip Tricca
Ping. Any thoughts on this Saul? Thanks, Philip On 02/20/2016 09:55 AM, Philip Tricca wrote: > When this file is in ${sysconfdir}/init.d, SELinux labels it as a generic > init script (initrc_t). This causes problms at runtime because SELinux > doesn't let the login process execut

[OE-core] [PATCH] sysvinit-inittab: Move start_getty scrip to base_bindir.

2016-02-20 Thread Philip Tricca
inary (bin_t). Nearly every SELinux domain is allowed to execute generic binaries and the login process is one of them. Signed-off-by: Philip Tricca --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH] python-2.7-manifest: Add package for contextlib module

2015-01-26 Thread Philip Tricca
On 01/21/2015 06:48 AM, Burton, Ross wrote: > On 13 January 2015 at 03:06, Philip Tricca wrote: > >> Rebased on master before sending. No changes since. Did you mean >> master-next? I wasn't sure which was preferred but I can submit the >> patch on either. >> &

Re: [OE-core] [PATCH] image.bbclass: Catch readonly sshd config in ssh_allow_empty_password.

2015-01-19 Thread Philip Tricca
ping. Any interest in this. Fixes an annoying bug for me: password-less root logins are broken if image is readonly. If there's a better way I'm happy to revise. Thanks, Philip On 01/03/2015 06:52 PM, Philip Tricca wrote: > The ssh_allow_empty_password function modifies the standar

Re: [OE-core] [PATCH] python-2.7-manifest: Add package for contextlib module

2015-01-12 Thread Philip Tricca
On 01/12/2015 01:15 PM, Burton, Ross wrote: > On 11 January 2015 at 20:45, Philip Tricca wrote: > >> This is required for python code using 'with' statements. >> > > This isn't applying to master, can you rebase it? Rebased on master before sending. No

[OE-core] [PATCH] python-2.7-manifest: Add package for contextlib module

2015-01-11 Thread Philip Tricca
This is required for python code using 'with' statements. Signed-off-by: Philip Tricca --- meta/recipes-devtools/python/python-2.7-manifest.inc | 10 +++--- scripts/contrib/python/generate-manifest-2.7.py |4 2 files changed, 11 insertions(+), 3 deletions(-) di

[OE-core] [PATCH] image.bbclass: Catch readonly sshd config in ssh_allow_empty_password.

2015-01-03 Thread Philip Tricca
The ssh_allow_empty_password function modifies the standard sshd_config file but not sshd_config_readonly. This patch uses a simple shell wildcard to catch all openssh server config files so long as they're in /etc/ssh and are named with the sshd_config prefix. Signed-off-by: Philip T

Re: [OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-05-05 Thread Philip Tricca
On 05/05/2014 11:49 AM, Saul Wold wrote: > On 05/04/2014 03:34 PM, Philip Tricca wrote: >> ping ... >> > > It was merged on 4/16! Whoops. Was watching the mailing list, not git. My bad. Thanks! Philip > Sau! > >> On 04/15/2014 09:16 PM, Philip Tricca wrote: &g

Re: [OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-05-04 Thread Philip Tricca
ping ... On 04/15/2014 09:16 PM, Philip Tricca wrote: > The previous behavior defines a static set of modules that are built > into the grub efi executable. This works fine for a limited set of boot > environments namely the standard linux/initrd. This patch conditionally > assi

[OE-core] [PATCH] grub-efi: Use a variable to specify built-in grub modules.

2014-04-15 Thread Philip Tricca
additional modules or completely override the defaults. The use case driving this patch is the use of multiboot2 and related modules. Signed-off-by: Philip Tricca --- meta/recipes-bsp/grub/grub-efi_2.00.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub