diff --git a/interfaces/builtin/core_support.go b/interfaces/builtin/core_support.go index 7e28fab4dc1..c5d88321c59 100644 --- a/interfaces/builtin/core_support.go +++ b/interfaces/builtin/core_support.go @@ -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, } }