We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504cf06 commit d9fc2caCopy full SHA for d9fc2ca
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: glances
2
-version: '4.1.2+build02' # Put the current stable version+buildXX
+version: '4.1.2+build03' # Put the current stable version+buildXX
3
4
summary: Glances an Eye on your system. A top/htop alternative.
5
description: |
@@ -47,9 +47,9 @@ plugs:
47
- /etc/glances/glances.conf
48
proc-sys:
49
interface: system-observe
50
- read:
51
- - /proc
52
- - /sys
+ # read:
+ # - /proc
+ # - /sys
53
54
parts:
55
glances:
@@ -59,3 +59,5 @@ parts:
59
python-requirements:
60
- requirements.txt
61
- webui-requirements.txt
62
+ - docker-requirements.txt
63
+
0 commit comments