Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Enable snap-confine namespace sharing #134
Conversation
|
I'll close this for now and reopen once #135 lands |
zyga
closed this
Sep 12, 2016
zyga
reopened this
Sep 12, 2016
zyga
added some commits
Sep 8, 2016
|
I'll close this until all the tests run in qemu |
zyga
closed this
Sep 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedSep 12, 2016
This branch changes mount-support.[ch] a little so that there's no
explicit unshare API anymore (this is handled by ns-support.h) and so
that mount-suppor.h is really just about populating the namespace that
is already provided.
In addition, sc-main.c now uses SNAP_NAME to join or create a namespace
group and if populates it if necessary. The apparmor profile is updated
to let snap-confine perform the additional tasks.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com