aboutsummaryrefslogtreecommitdiffstats
path: root/platform/snap/snapcraft.yaml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-08-19 08:21:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-08-19 08:21:09 -0400
commitd9b1eca97e00188d4f98ac8cdfc2e7ba3a73dcef (patch)
tree53b2525dd70d0044883e44646cb550c1245779a1 /platform/snap/snapcraft.yaml
parenttests: increase some timeouts in which I was running (diff)
downloadfirejail-d9b1eca97e00188d4f98ac8cdfc2e7ba3a73dcef.tar.gz
firejail-d9b1eca97e00188d4f98ac8cdfc2e7ba3a73dcef.tar.zst
firejail-d9b1eca97e00188d4f98ac8cdfc2e7ba3a73dcef.zip
minor cleanup
Diffstat (limited to 'platform/snap/snapcraft.yaml')
-rw-r--r--platform/snap/snapcraft.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/platform/snap/snapcraft.yaml b/platform/snap/snapcraft.yaml
deleted file mode 100644
index d3755de96..000000000
--- a/platform/snap/snapcraft.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
1name: faudit # the name of the snap
2version: 0 # the version of the snap
3summary: Fireajail audit snap edition # 79 char long summary
4description: faudit program extracted from Firejail and packaged as a snap # a longer description for the snap
5confinement: strict # use "strict" to enforce system access only via declared interfaces
6
7apps:
8 faudit:
9 command: /usr/lib/firejail/faudit
10
11parts:
12 faudit: # Replace with a part name of your liking
13 # Get more information about plugins by running
14 # snapcraft help plugins
15 # and more information about the available plugins
16 # by running
17 # snapcraft list-plugins
18 plugin: nil
19 snap:
20 - usr/lib/firejail/faudit