Skip to content

Commit 465eaf3

Browse files
authored
Merge pull request #370 from kliment/tempdirchange
9.0.0 release: Change temp directory to /var/tmp, disable access to host /tmp
2 parents 9b7a18a + 8d96620 commit 465eaf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

org.kicad.KiCad.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ command: kicad-startup
66
finish-args:
77
- --device=dri
88
- --filesystem=home
9-
# Required for default path of KiCad's IPC API
10-
- --filesystem=/tmp:rw
119
- --share=ipc
1210
- --share=network
1311
- --socket=x11
12+
- --env=TMPDIR=/var/tmp
1413

1514
add-extensions:
1615
org.kicad.KiCad.Library:

0 commit comments

Comments
 (0)