-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selinux: switch to opencontainers/go-selinux #897
Comments
WDYT @rhatdan Presumably this would live in |
Fine with me. |
@cyphar any news on this? Can the new repo see the light? I'm certainly in favour of this living under the opencontainers umbrella, I just have some minor wish items:
|
I'm still waiting for a response from @caniszczyk and @crosbymichael. From my view, if @rhatdan is fine with it, then I'm fine with it too. |
The @opencontainers/tob have the authorization to approve new projects, they would need to sign off it and we can move forward. @philips do you see anything wrong with this? This is essentially a utility package |
This seems to be live (https://github.com/opencontainers/go-selinux/), except it hasn't been integrated back into this repository yet - is there a plan for that? |
The first half of this has happened after opencontainers/tob#29, thus I've re-titled it for the remaining part. |
We just need to do the work not to re-integrate this back into runc. If someone has time it should be a very simple PR with the code vendored. |
I'm sure a PR would be welcome ;-)
…On Wed, Mar 8, 2017 at 11:12 AM, Jonathan Boulle ***@***.***> wrote:
This seems to be live (https://github.com/opencontainers/go-selinux/),
except it hasn't been integrated back into this repository yet - is there a
plan for that?
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub
<#897 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEF6ROZalmLlX1kRHOpbxFWEeKmspR-ks5rjtNYgaJpZM4IxC2O>
.
|
@vbatts naw |
dang |
@crosbymichael @vbatts I'll do it today. |
I would prefer the repository be renamed to selinux with a subdir of the golang bindings. |
Make pid option on platforms other than linux
Through 96de01b (Merge pull request opencontainers#897 from crosbymichael/pids, 2017-07-12). Signed-off-by: W. Trevor King <wking@tremily.us>
While touching rkt code, I realized there is an embedded copy of libcontainer selinux package. The two versions are now diverging, and I would like to reconcile/contribute back.
Looking at the code, it looks like most of it isn't container specific and could be nicely split into its own module. Would you be ok in splitting this out in a self-standing selinux module? I'd be happy to submit current rkt changes into that and getting rid of existing forks.
The text was updated successfully, but these errors were encountered: