Skip to content

Commit 3a8bac1

Browse files
authored
snap: set confinement to strict (#105)
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent 4ac5504 commit 3a8bac1

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

snap/gui/voidstar.desktop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=1.14.238936273
3+
Version=v1.30.0
44
Name=voidstar
55
Comment=Launch voidstar
6-
Exec=bin/voidstar
6+
Exec=voidstar
77
Terminal=true

snap/snapcraft.yaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: voidstar
2-
version: git
2+
version: v1.30.0 # FIXME: 'git'
33
summary: void* casts files onto 2D/3D colored spaces for your mind blowing needs # 79 char long summary
44
description: |
55
Usage:
@@ -37,8 +37,7 @@ description: |
3737
3838
grade: stable
3939
base: core20
40-
# confinement: strict
41-
confinement: devmode
40+
confinement: strict
4241

4342
apps:
4443
voidstar:
@@ -48,13 +47,13 @@ apps:
4847
LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa-gl:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/xorg
4948
LIBGL_DRIVERS_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri
5049
plugs:
51-
- home # to read files in $HOME
52-
- network # to read URLs
53-
- opengl # to access rendering hardware
54-
- optical-drive # to read CDs
55-
- removable-media # to read USB keys
56-
- wayland
57-
- x11 # to create windows
50+
- home # to read files in $HOME
51+
- network # to read URLs
52+
- opengl # to access rendering hardware
53+
- optical-drive # to read CDs
54+
- removable-media # to read USB keys
55+
- wayland
56+
- x11 # to create windows
5857

5958
parts:
6059
voidstar:

0 commit comments

Comments
 (0)