mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
0.9.52 testing
This commit is contained in:
parent
6d03a614f0
commit
e84252dce0
3 changed files with 22 additions and 2 deletions
4
mkdeb.sh
4
mkdeb.sh
|
|
@ -34,7 +34,7 @@ gzip -9 -n $INSTALL_DIR/usr/share/doc/firejail/changelog.Debian
|
|||
rm $INSTALL_DIR/usr/share/doc/firejail/COPYING
|
||||
cp platform/debian/copyright $INSTALL_DIR/usr/share/doc/firejail/.
|
||||
mkdir -p $DEBIAN_CTRL_DIR
|
||||
sed "s/FIREJAILVER/$2/g" platform/debian/control > $DEBIAN_CTRL_DIR/control
|
||||
sed "s/FIREJAILVER/$2/g" platform/debian/control.$(dpkg-architecture -qDEB_HOST_ARCH) > $DEBIAN_CTRL_DIR/control
|
||||
|
||||
mkdir -p $INSTALL_DIR/usr/share/lintian/overrides/
|
||||
cp 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
|
|||
find $INSTALL_DIR -type d | xargs chmod 755
|
||||
cd $CODE_DIR
|
||||
fakeroot dpkg-deb --build debian
|
||||
lintian --no-tag-display-limit debian.deb
|
||||
lintian debian.deb
|
||||
mv debian.deb ../firejail_$2_1_$(dpkg-architecture -qDEB_HOST_ARCH).deb
|
||||
cd ..
|
||||
rm -fr $CODE_DIR
|
||||
|
|
|
|||
20
platform/debian/control.i386
Normal file
20
platform/debian/control.i386
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
Package: firejail
|
||||
Version: FIREJAILVER-1
|
||||
Architecture: i386
|
||||
Maintainer: netblue30 <netblue30@yahoo.com>
|
||||
Installed-Size: 2024
|
||||
Depends: libc6
|
||||
Suggests: python, python3
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Homepage: http://github.com/netblue30/firejail
|
||||
Description: Linux namepaces sandbox program.
|
||||
Firejail is a SUID sandbox program that reduces the risk of security
|
||||
breaches by restricting the running environment of untrusted applications
|
||||
using Linux namespaces and seccmp-bpf. It includes sandbox profiles for
|
||||
Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission
|
||||
and VLC.
|
||||
.
|
||||
Firejail also expands the restricted shell facility found in bash by
|
||||
adding Linux namespace support. It also supports sandboxing SSH users
|
||||
upon login.
|
||||
Loading…
Add table
Add a link
Reference in a new issue