Fuse-support plug. still denied access to /dev/fuse

EDIT: needed to connect the plug. it’s not automatically connected by snap.

what’s the current status of the fuse-support plug? I’ve added it to a cryfs snap I’m building but still rw access to /dev/fuse is denied

= AppArmor =
Time: Jul 26 13:42:10
Log: apparmor="DENIED" operation="open" profile="snap.cryfs.cryfs" name="/dev/fuse" pid=651 
comm="cryfs" requested_mask="wr" denied_mask="wr" fsuid=1000 ouid=0
File: /dev/fuse (write)
Suggestion:
* add 'fuse-support' to 'plugs'

snapcraft.yml excerpt:

apps:
  cryfs:
    command: bin/cryfs
    plugs: [fuse-support, home]

did you actually connect it (fuse does not auto-connect) ?

1 Like

d’oh! I will get the hang of that eventually… maybe :-p

1 Like