From 1379851360349d6617ad32944a25ee5e2bb74fc2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 8 Aug 2015 19:12:30 -0400 Subject: Baseline firejail 0.9.28 --- platform/debian/conffiles | 33 +++++++++++++++++++++++++++++++++ platform/debian/control | 20 ++++++++++++++++++++ platform/debian/copyright | 30 ++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 platform/debian/conffiles create mode 100644 platform/debian/control create mode 100644 platform/debian/copyright (limited to 'platform/debian') diff --git a/platform/debian/conffiles b/platform/debian/conffiles new file mode 100644 index 000000000..6f55cc021 --- /dev/null +++ b/platform/debian/conffiles @@ -0,0 +1,33 @@ +/etc/firejail/evince.profile +/etc/firejail/disable-secret.inc +/etc/firejail/chromium.profile +/etc/firejail/midori.profile +/etc/firejail/icedove.profile +/etc/firejail/iceweasel.profile +/etc/firejail/dropbox.profile +/etc/firejail/login.users +/etc/firejail/chromium-browser.profile +/etc/firejail/disable-mgmt.inc +/etc/firejail/firefox.profile +/etc/firejail/opera.profile +/etc/firejail/thunderbird.profile +/etc/firejail/transmission-gtk.profile +/etc/firejail/transmission-qt.profile +/etc/firejail/vlc.profile +/etc/firejail/audacious.profile +/etc/firejail/clementine.profile +/etc/firejail/gnome-mplayer.profile +/etc/firejail/rhythmbox.profile +/etc/firejail/totem.profile +/etc/firejail/deluge.profile +/etc/firejail/qbittorrent.profile +/etc/firejail/generic.profile +/etc/firejail/xchat.profile +/etc/firejail/server.profile +/etc/firejail/quassel.profile +/etc/firejail/pidgin.profile +/etc/firejail/filezilla.profile +/etc/firejail/empathy.profile +/etc/firejail/disable-common.inc +/etc/firejail/deadbeef.profile +/etc/firejail/icecat.profile diff --git a/platform/debian/control b/platform/debian/control new file mode 100644 index 000000000..18d857c36 --- /dev/null +++ b/platform/debian/control @@ -0,0 +1,20 @@ +Package: firejail +Version: FIREJAILVER-1 +Architecture: amd64 +Maintainer: netblue30 +Installed-Size: 272 +Depends: libc6 +Section: admin +Priority: extra +Homepage: http://firejail.sourceforge.net +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. + diff --git a/platform/debian/copyright b/platform/debian/copyright new file mode 100644 index 000000000..7d8d0a2c7 --- /dev/null +++ b/platform/debian/copyright @@ -0,0 +1,30 @@ + +This is the Debian/Ubuntu prepackaged version of firejail. + + Firejail is a sandbox program that reduces the risk of security breaches + by restricting the running environment of untrusted applications using + Linux namespaces. It currently implements hostname, filesystem, PID, IPC + and networking stack isolation, and it runs on any recent Linux system. It + includes a sandbox profile for Mozilla Firefox. + + Copyright (C) 2014,2015 Firejail Authors (see README file for more details) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., 51 + Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +The complete text of the GNU General Public License can be found +in /usr/share/common-licenses/GPL-2. + +Homepage: http://firejail.sourceforge.net. + -- cgit v1.2.3-54-g00ecf