aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkdeb.sh4
-rw-r--r--platform/debian/control.amd64 (renamed from platform/debian/control)0
-rw-r--r--platform/debian/control.i38620
3 files changed, 22 insertions, 2 deletions
diff --git a/mkdeb.sh b/mkdeb.sh
index 3db62564d..4a8e00dee 100755
--- a/mkdeb.sh
+++ b/mkdeb.sh
@@ -34,7 +34,7 @@ gzip -9 -n $INSTALL_DIR/usr/share/doc/firejail/changelog.Debian
34rm $INSTALL_DIR/usr/share/doc/firejail/COPYING 34rm $INSTALL_DIR/usr/share/doc/firejail/COPYING
35cp platform/debian/copyright $INSTALL_DIR/usr/share/doc/firejail/. 35cp platform/debian/copyright $INSTALL_DIR/usr/share/doc/firejail/.
36mkdir -p $DEBIAN_CTRL_DIR 36mkdir -p $DEBIAN_CTRL_DIR
37sed "s/FIREJAILVER/$2/g" platform/debian/control > $DEBIAN_CTRL_DIR/control 37sed "s/FIREJAILVER/$2/g" platform/debian/control.$(dpkg-architecture -qDEB_HOST_ARCH) > $DEBIAN_CTRL_DIR/control
38 38
39mkdir -p $INSTALL_DIR/usr/share/lintian/overrides/ 39mkdir -p $INSTALL_DIR/usr/share/lintian/overrides/
40cp platform/debian/firejail.lintian-overrides $INSTALL_DIR/usr/share/lintian/overrides/firejail 40cp platform/debian/firejail.lintian-overrides $INSTALL_DIR/usr/share/lintian/overrides/firejail
@@ -43,7 +43,7 @@ find $INSTALL_DIR/etc -type f | sed "s,^$INSTALL_DIR,," | LC_ALL=C sort > $DEBIA
43find $INSTALL_DIR -type d | xargs chmod 755 43find $INSTALL_DIR -type d | xargs chmod 755
44cd $CODE_DIR 44cd $CODE_DIR
45fakeroot dpkg-deb --build debian 45fakeroot dpkg-deb --build debian
46lintian --no-tag-display-limit debian.deb 46lintian debian.deb
47mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb 47mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
48cd .. 48cd ..
49rm -fr $CODE_DIR 49rm -fr $CODE_DIR
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.