From fbce7be9f952a4fcea84dfa38e8265d684f0b16e Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 14 Aug 2020 10:01:36 +0800 Subject: [PATCH] add /tmp directory for accessing and change confinement to classic. --- snap/snapcraft.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 031704393f..dfa68a9347 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | TDengine is an open-source big data platform designed and optimized for Internet of Things (IoT), Connected Vehicles, and Industrial IoT. Besides the 10x faster time-series database, it provides caching, stream computing, message queuing and other functionalities to reduce the complexity and costs of development and operations. grade: stable -confinement: strict +confinement: classic apps: tdengine: @@ -30,9 +30,11 @@ plugs: read: - /etc/taos - /var/lib/taos + - /tmp write: - /var/log/taos - /var/lib/taos + - /tmp parts: script: -- GitLab