aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-12-07 10:27:09 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-12-07 10:27:09 -0500
commite84252dce012e91da29d8f949dd80dc3469f1d23 (patch)
tree79eee14879f452c0bc28ac04a6453b7fff620e14 /platform
parent0.9.52 testing (diff)
downloadfirejail-e84252dce012e91da29d8f949dd80dc3469f1d23.tar.gz
firejail-e84252dce012e91da29d8f949dd80dc3469f1d23.tar.zst
firejail-e84252dce012e91da29d8f949dd80dc3469f1d23.zip
0.9.52 testing
Diffstat (limited to 'platform')
-rw-r--r--platform/debian/control.amd64 (renamed from platform/debian/control)0
-rw-r--r--platform/debian/control.i38620
2 files changed, 20 insertions, 0 deletions
diff --git a/platform/debian/control b/platform/debian/control.amd64
index b8ea455f0..b8ea455f0 100644
--- a/platform/debian/control
+++ b/platform/debian/control.amd64
diff --git a/platform/debian/control.i386 b/platform/debian/control.i386
new file mode 100644
index 000000000..db6cb9b53
--- /dev/null
+++ b/platform/debian/control.i386
@@ -0,0 +1,20 @@
1Package: firejail
2Version: FIREJAILVER-1
3Architecture: i386
4Maintainer: netblue30 <netblue30@yahoo.com>
5Installed-Size: 2024
6Depends: libc6
7Suggests: python, python3
8Section: admin
9Priority: optional
10Homepage: http://github.com/netblue30/firejail
11Description: Linux namepaces sandbox program.
12 Firejail is a SUID sandbox program that reduces the risk of security
13 breaches by restricting the running environment of untrusted applications
14 using Linux namespaces and seccmp-bpf. It includes sandbox profiles for
15 Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission
16 and VLC.
17 .
18 Firejail also expands the restricted shell facility found in bash by
19 adding Linux namespace support. It also supports sandboxing SSH users
20 upon login.