Skip to content
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

interfaces/builtin: fold network-bind into core-support #3166

Merged
merged 1 commit into from Apr 11, 2017

Conversation

zyga
Copy link
Collaborator

@zyga zyga commented Apr 10, 2017

Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
@niemeyer
Copy link
Contributor

niemeyer commented Apr 10, 2017

@@ -79,7 +79,9 @@ owner /boot/uboot/config.txt.tmp rwk,
func NewCoreSupportInterface() interfaces.Interface {
return &commonInterface{
name: "core-support",
connectedPlugAppArmor: coreSupportConnectedPlugAppArmor,
// NOTE: cure-support implicitly contains the rules from network-bind.
connectedPlugAppArmor: coreSupportConnectedPlugAppArmor + networkBindConnectedPlugAppArmor,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mvo5
Copy link
Collaborator

mvo5 commented Apr 10, 2017

The corresponding core snap change: snapcore/core#33 - then we need to adjust the test in #3164 and we are good to go with 2.24

@mvo5 mvo5 added this to the 2.24 milestone Apr 10, 2017
@mvo5 mvo5 merged commit e2a856c into snapcore:master Apr 11, 2017
@zyga zyga deleted the fold-network-bind-into-core-support branch August 22, 2017 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants