snapcrafters / sentry

A community-maintained package to easily install Sentry on Linux
MIT License
14 stars 12 forks source link

Add shared-memory interface with private: true #43

Closed lucyllewy closed 2 years ago

lucyllewy commented 2 years ago

Sentry is attempting to create semaphores in /dev/shm which are being blocked by AppArmor strict confinement.

Fixes #34 Fixes #42 Closes #35 (supercedes)

Signed-off-by: Dani Llewellyn diddledani@ubuntu.com