summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
authornicolargo <nicolashennion@gmail.com>2024-07-07 18:47:46 +0200
committernicolargo <nicolashennion@gmail.com>2024-07-07 18:47:46 +0200
commitf603e8412c6768fd62b68bd6a7438c947062c8e3 (patch)
tree650c5428a23c21ebda70dee41c3aca45710b3bcb /snap/snapcraft.yaml
parent6f7a09686c4ec3a90f1aa16897dbc981202aafe9 (diff)
Add another connector to snap
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 28aa2fc4..45e5f574 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: glances
-version: '4.1.2+build01' # Put the current stable version+buildXX
+version: '4.1.2+build02' # Put the current stable version+buildXX
summary: Glances an Eye on your system. A top/htop alternative.
description: |
@@ -17,7 +17,7 @@ apps:
command: bin/glances
plugs: # https://snapcraft.io/docs/supported-interfaces
- network
- - system-observe
+ - system-observe # This one should give read access to all the system
- mount-observe
- hardware-observe
- log-observe
@@ -32,6 +32,7 @@ apps:
- power-control
- process-control
- network-setup-observe
+ - all-home
environment:
LANG: C.UTF-8
LC_ALL: C.UTF-8