Skip to content

Commit d9fc2ca

Browse files
committed
Update snap configuration
1 parent 504cf06 commit d9fc2ca

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: glances
2-
version: '4.1.2+build02' # Put the current stable version+buildXX
2+
version: '4.1.2+build03' # Put the current stable version+buildXX
33

44
summary: Glances an Eye on your system. A top/htop alternative.
55
description: |
@@ -47,9 +47,9 @@ plugs:
4747
- /etc/glances/glances.conf
4848
proc-sys:
4949
interface: system-observe
50-
read:
51-
- /proc
52-
- /sys
50+
# read:
51+
# - /proc
52+
# - /sys
5353

5454
parts:
5555
glances:
@@ -59,3 +59,5 @@ parts:
5959
python-requirements:
6060
- requirements.txt
6161
- webui-requirements.txt
62+
- docker-requirements.txt
63+

0 commit comments

Comments
 (0)