add /tmp directory for accessing and change confinement to classic.
This commit is contained in:
parent
8a9ebd8a21
commit
f1bd15fa40
|
@ -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.
|
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
|
grade: stable
|
||||||
confinement: strict
|
confinement: classic
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
tdengine:
|
tdengine:
|
||||||
|
@ -30,9 +30,11 @@ plugs:
|
||||||
read:
|
read:
|
||||||
- /etc/taos
|
- /etc/taos
|
||||||
- /var/lib/taos
|
- /var/lib/taos
|
||||||
|
- /tmp
|
||||||
write:
|
write:
|
||||||
- /var/log/taos
|
- /var/log/taos
|
||||||
- /var/lib/taos
|
- /var/lib/taos
|
||||||
|
- /tmp
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue