* [meta-selinux][PATCH] MAINTAINERS: Update maintainers file
@ 2016-02-18 2:41 Joe MacDonald
2016-02-18 7:59 ` 欧阳 鑫
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Joe MacDonald @ 2016-02-18 2:41 UTC (permalink / raw)
To: yocto
Adding Philip Tricca as a common layer maintainer and marking Pascal as
away.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
---
MAINTAINERS | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Pascal: if you're still watching the list, it looks like your email is
bouncing, can you contact either Mark or myself so we can update your contact
info if you're still able to / interested in acting as a maintainer?
Also, if someone else has an alternative contact for Pascal (Xin) please send
him a ping for us. Thanks all.
diff --git a/MAINTAINERS b/MAINTAINERS
index b228e21..3c49548 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24,7 +24,12 @@ F: conf
F: classes
F: recipes-*
-M: Xin Ouyang <xin.ouyang@windriver.com>
+M: Philip Tricca <flihp@twobit.us>
+F: conf
+F: classes
+F: recipes-*
+
+M: (away) Xin Ouyang <xin.ouyang@windriver.com>
F: conf
F: classes
F: recipes-*
--
2.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-selinux][PATCH] MAINTAINERS: Update maintainers file
2016-02-18 2:41 [meta-selinux][PATCH] MAINTAINERS: Update maintainers file Joe MacDonald
@ 2016-02-18 7:59 ` 欧阳 鑫
2016-02-18 21:13 ` Philip Tricca
2016-02-21 4:24 ` Philip Tricca
2 siblings, 0 replies; 5+ messages in thread
From: 欧阳 鑫 @ 2016-02-18 7:59 UTC (permalink / raw)
To: Joe MacDonald; +Cc: yocto@yoctoproject.org
Hi Joe,
I haven’t done selinux works for a long time, so please remove my name from the maintainer list.
Since Wenzong does most selinux works at Windriver, I think we could add him if you all wishes.
Thank you for notifying me. :)
- Pascal
> 在 2016年2月18日,上午10:41,Joe MacDonald <joe_macdonald@mentor.com> 写道:
>
> Adding Philip Tricca as a common layer maintainer and marking Pascal as
> away.
>
> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
> ---
> MAINTAINERS | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> Pascal: if you're still watching the list, it looks like your email is
> bouncing, can you contact either Mark or myself so we can update your contact
> info if you're still able to / interested in acting as a maintainer?
>
> Also, if someone else has an alternative contact for Pascal (Xin) please send
> him a ping for us. Thanks all.
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b228e21..3c49548 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24,7 +24,12 @@ F: conf
> F: classes
> F: recipes-*
>
> -M: Xin Ouyang <xin.ouyang@windriver.com>
> +M: Philip Tricca <flihp@twobit.us>
> +F: conf
> +F: classes
> +F: recipes-*
> +
> +M: (away) Xin Ouyang <xin.ouyang@windriver.com>
> F: conf
> F: classes
> F: recipes-*
> --
> 2.1.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-selinux][PATCH] MAINTAINERS: Update maintainers file
2016-02-18 2:41 [meta-selinux][PATCH] MAINTAINERS: Update maintainers file Joe MacDonald
2016-02-18 7:59 ` 欧阳 鑫
@ 2016-02-18 21:13 ` Philip Tricca
2016-02-21 4:24 ` Philip Tricca
2 siblings, 0 replies; 5+ messages in thread
From: Philip Tricca @ 2016-02-18 21:13 UTC (permalink / raw)
To: Joe MacDonald, yocto
On 02/17/2016 06:41 PM, Joe MacDonald wrote:
> Adding Philip Tricca as a common layer maintainer and marking Pascal as
Thanks Joe. I'm working my way through the backlog now.
Best,
Philip
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-selinux][PATCH] MAINTAINERS: Update maintainers file
2016-02-18 2:41 [meta-selinux][PATCH] MAINTAINERS: Update maintainers file Joe MacDonald
2016-02-18 7:59 ` 欧阳 鑫
2016-02-18 21:13 ` Philip Tricca
@ 2016-02-21 4:24 ` Philip Tricca
2016-02-22 14:00 ` Joe MacDonald
2 siblings, 1 reply; 5+ messages in thread
From: Philip Tricca @ 2016-02-21 4:24 UTC (permalink / raw)
To: yocto
On 02/17/2016 06:41 PM, Joe MacDonald wrote:
> Adding Philip Tricca as a common layer maintainer and marking Pascal as
> away.
While the admins upstream get my ssh key in place I did a pass over the
pending patches and the current state of the repo. There isn't a lot to
do in the actual meta-selinux layer beyond what's already on the list.
There was only one fix needed to get the build working again:
The xattr patches to e2fsprogs have been superseded by the work that
WindRiver has been doing in upstream e2fsprogs. There's a bug in their
implementation though and the root directory on the rootfs image doesn't
get labeled. I've sent a fix to the upstream maintainer. In the meantime
the current patches can just be dropped and replaced with this one.
There's also one fix required to get a login shell working. In
openembedded-core, commit
http://git.openembedded.org/openembedded-core/commit/?id=b93369a7943949f51057e0a704f5524ab7682fe6
breaks the login process when the SELinux policy is enforced. I've sent
a patch upstream to fix this:
http://article.gmane.org/gmane.comp.handhelds.openembedded.core/76599
When I can commit these changes they're ready to go. After that I'll do
another pass over the list and pick up the remaining patches that
weren't required to get basic functionality back.
Philip
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-selinux][PATCH] MAINTAINERS: Update maintainers file
2016-02-21 4:24 ` Philip Tricca
@ 2016-02-22 14:00 ` Joe MacDonald
0 siblings, 0 replies; 5+ messages in thread
From: Joe MacDonald @ 2016-02-22 14:00 UTC (permalink / raw)
To: Philip Tricca, michael; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]
[Re: [yocto] [meta-selinux][PATCH] MAINTAINERS: Update maintainers file] On 16.02.20 (Sat 20:24) Philip Tricca wrote:
> On 02/17/2016 06:41 PM, Joe MacDonald wrote:
> > Adding Philip Tricca as a common layer maintainer and marking Pascal as
> > away.
>
> While the admins upstream get my ssh key in place I did a pass over the
> pending patches and the current state of the repo. There isn't a lot to
> do in the actual meta-selinux layer beyond what's already on the list.
> There was only one fix needed to get the build working again:
>
> The xattr patches to e2fsprogs have been superseded by the work that
> WindRiver has been doing in upstream e2fsprogs. There's a bug in their
> implementation though and the root directory on the rootfs image doesn't
> get labeled. I've sent a fix to the upstream maintainer. In the meantime
> the current patches can just be dropped and replaced with this one.
>
> There's also one fix required to get a login shell working. In
> openembedded-core, commit
> http://git.openembedded.org/openembedded-core/commit/?id=b93369a7943949f51057e0a704f5524ab7682fe6
> breaks the login process when the SELinux policy is enforced. I've sent
> a patch upstream to fix this:
> http://article.gmane.org/gmane.comp.handhelds.openembedded.core/76599
>
> When I can commit these changes they're ready to go. After that I'll do
> another pass over the list and pick up the remaining patches that
> weren't required to get basic functionality back.
Awesome, thanks Philip. I've pushed the change to the repo this morning
that lists you in the maintainers file, but if you haven't got access yet
to push to the repo yourself I'll be happy to take a PR from you and
merge it myself. I think I'm finally getting my head above water today.
Also, Michael, we talked last summer about getting meta-selinux added to
the list of projects monitored by Patchwork at patchwork.openembedded.org
and everyone seemed in favour of it but we didn't seem to close the loop
on it. What's needed from Philip / Mark / myself to make that happen?
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-22 14:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 2:41 [meta-selinux][PATCH] MAINTAINERS: Update maintainers file Joe MacDonald
2016-02-18 7:59 ` 欧阳 鑫
2016-02-18 21:13 ` Philip Tricca
2016-02-21 4:24 ` Philip Tricca
2016-02-22 14:00 ` Joe MacDonald
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.