Skip to content

Commit

Permalink
interfaces: allow kernels to have content slots
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronis committed Oct 10, 2024
1 parent f63a4a8 commit 1a41562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions interfaces/builtin/content.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const contentBaseDeclarationSlots = `
slot-snap-type:
- app
- gadget
- kernel
allow-connection:
plug-attributes:
content: $SLOT(content)
Expand Down
2 changes: 1 addition & 1 deletion interfaces/policy/basedeclaration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ var (
"bluez": {"app", "core"},
"bool-file": {"core", "gadget"},
"browser-support": {"core"},
"content": {"app", "gadget"},
"content": {"app", "gadget", "kernel"},
"core-support": {"core"},
"cups": {"app"},
"cups-control": {"app", "core"},
Expand Down

0 comments on commit 1a41562

Please sign in to comment.