aboutsummaryrefslogtreecommitdiffstats
path: root/platform/snap/snapcraft.yaml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-11 08:13:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-11 08:13:00 -0400
commitff7fe7cbc0cf38717e93629eccf16d8294c94f67 (patch)
tree3a9b66ff19f8a4d80f5828df54f61fdd9b5bd02f /platform/snap/snapcraft.yaml
parentMerge pull request #628 from Fred-Barclay/jitsi (diff)
downloadfirejail-ff7fe7cbc0cf38717e93629eccf16d8294c94f67.tar.gz
firejail-ff7fe7cbc0cf38717e93629eccf16d8294c94f67.tar.zst
firejail-ff7fe7cbc0cf38717e93629eccf16d8294c94f67.zip
snap platform
Diffstat (limited to 'platform/snap/snapcraft.yaml')
-rw-r--r--platform/snap/snapcraft.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/platform/snap/snapcraft.yaml b/platform/snap/snapcraft.yaml
new file mode 100644
index 000000000..7b04a2ca1
--- /dev/null
+++ b/platform/snap/snapcraft.yaml
@@ -0,0 +1,21 @@
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
21