Shared-memory plug in snap failing to upload

Locally building snap and uploading to store getting this.

unknown attribute 'private' for interface 'shared-memory' (plugs) lint-snap-v2_plugs_attributes (shared-memory, private)

I’m using this in snapcraft.yaml

assumes:
  - snapd2.55

plugs:
  shared-memory:
    private: true

apps:
  foo:
    command: bar
    plugs:
      - shared-memory

snap version

snap    2.55.3+22.04
snapd   2.55.3+22.04
series  16
ubuntu  22.04
kernel  5.17.4-xanmod1

snapcraft

 6.1                                (7201)

review-tools

 0.48+20220422-1313UTC              (2643)

The store doesn’t yet recognize shared-memory automatically, it would require manual approval for now. Hang tight, the thing to properly support this should land in the next few days.

  • Daniel
1 Like

The thing has landed, can you give it a try?

  • Daniel