Skip to content

Commit

Permalink
interfaces/builtin: fold network-bind into core-support
Browse files Browse the repository at this point in the history
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
  • Loading branch information
zyga committed Apr 10, 2017
1 parent 6072744 commit e2a856c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion interfaces/builtin/core_support.go
Expand Up @@ -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,
connectedPlugSecComp: "" + networkBindConnectedPlugSecComp,
reservedForOS: true,
}
}

0 comments on commit e2a856c

Please sign in to comment.