Skip to content

Commit

Permalink
interfaces: make network-status implicit on core - it is required for…
Browse files Browse the repository at this point in the history
… using the network portal
  • Loading branch information
robert-ancell authored and jhenstridge committed Oct 1, 2023
1 parent f6f9c22 commit 558a947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/builtin/network_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func init() {
commonInterface: commonInterface{
name: "network-status",
summary: networkStatusSummary,
implicitOnCore: true,
implicitOnClassic: true,
baseDeclarationSlots: networkStatusBaseDeclarationSlots,
connectedPlugAppArmor: networkStatusConnectedPlugAppArmor,
Expand Down

0 comments on commit 558a947

Please sign in to comment.