Skip to content

Commit

Permalink
snapcraft: strict.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed May 4, 2024
1 parent ea5738f commit ba15454
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ summary: AppleWin Apple II emulator # 79 char long summary
description: |
Apple II emulator for Linux
# grade: devel # must be 'stable' to release into candidate/stable channels
# confinement: devmode # use 'strict' once you have the right plugs and slots

grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

Expand Down Expand Up @@ -46,16 +43,9 @@ parts:
- libsdl2-image-2.0-0
- libboost-program-options1.74.0
- libminizip1
- libpcap0.8
- libslirp0
- libgles2

plugs:
etc-xattr:
interface: system-files
read:
- /etc/xattr.conf

apps:
applewin:
command: usr/bin/sa2
Expand All @@ -68,6 +58,6 @@ apps:
- joystick
- home
- removable-media
# - hardware-observe # what is this for? it complains about /run/udev/data/c241:5
- screen-inhibit-control
- etc-xattr
# - hardware-observe # it complains about /run/udev/data/c241:5, something network / pcap related???
# - etc-xattr # complains about /etc/xattr.conf, is it important?

0 comments on commit ba15454

Please sign in to comment.