aboutsummaryrefslogtreecommitdiffstats
path: root/platform/debian
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 19:12:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 19:12:30 -0400
commit1379851360349d6617ad32944a25ee5e2bb74fc2 (patch)
treef69b48e90708bfa3c2723d5a27ed3e024c827b43 /platform/debian
parentdelete files (diff)
downloadfirejail-1379851360349d6617ad32944a25ee5e2bb74fc2.tar.gz
firejail-1379851360349d6617ad32944a25ee5e2bb74fc2.tar.zst
firejail-1379851360349d6617ad32944a25ee5e2bb74fc2.zip
Baseline firejail 0.9.28
Diffstat (limited to 'platform/debian')
-rw-r--r--platform/debian/conffiles33
-rw-r--r--platform/debian/control20
-rw-r--r--platform/debian/copyright30
3 files changed, 83 insertions, 0 deletions
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 @@
1/etc/firejail/evince.profile
2/etc/firejail/disable-secret.inc
3/etc/firejail/chromium.profile
4/etc/firejail/midori.profile
5/etc/firejail/icedove.profile
6/etc/firejail/iceweasel.profile
7/etc/firejail/dropbox.profile
8/etc/firejail/login.users
9/etc/firejail/chromium-browser.profile
10/etc/firejail/disable-mgmt.inc
11/etc/firejail/firefox.profile
12/etc/firejail/opera.profile
13/etc/firejail/thunderbird.profile
14/etc/firejail/transmission-gtk.profile
15/etc/firejail/transmission-qt.profile
16/etc/firejail/vlc.profile
17/etc/firejail/audacious.profile
18/etc/firejail/clementine.profile
19/etc/firejail/gnome-mplayer.profile
20/etc/firejail/rhythmbox.profile
21/etc/firejail/totem.profile
22/etc/firejail/deluge.profile
23/etc/firejail/qbittorrent.profile
24/etc/firejail/generic.profile
25/etc/firejail/xchat.profile
26/etc/firejail/server.profile
27/etc/firejail/quassel.profile
28/etc/firejail/pidgin.profile
29/etc/firejail/filezilla.profile
30/etc/firejail/empathy.profile
31/etc/firejail/disable-common.inc
32/etc/firejail/deadbeef.profile
33/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 @@
1Package: firejail
2Version: FIREJAILVER-1
3Architecture: amd64
4Maintainer: netblue30 <netblue30@yahoo.com>
5Installed-Size: 272
6Depends: libc6
7Section: admin
8Priority: extra
9Homepage: http://firejail.sourceforge.net
10Description: Linux namepaces sandbox program.
11 Firejail is a SUID sandbox program that reduces the risk of security
12 breaches by restricting the running environment of untrusted applications
13 using Linux namespaces and seccmp-bpf. It includes sandbox profiles for
14 Iceweasel/Mozilla Firefox, Chromium, Midori, Opera, Evince, Transmission
15 and VLC.
16 .
17 Firejail also expands the restricted shell facility found in bash by
18 adding Linux namespace support. It also supports sandboxing SSH users
19 upon login.
20
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 @@
1
2This is the Debian/Ubuntu prepackaged version of firejail.
3
4 Firejail is a sandbox program that reduces the risk of security breaches
5 by restricting the running environment of untrusted applications using
6 Linux namespaces. It currently implements hostname, filesystem, PID, IPC
7 and networking stack isolation, and it runs on any recent Linux system. It
8 includes a sandbox profile for Mozilla Firefox.
9
10 Copyright (C) 2014,2015 Firejail Authors (see README file for more details)
11
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 2 of the License, or
15 (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License along
23 with this program; if not, write to the Free Software Foundation, Inc., 51
24 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
25
26The complete text of the GNU General Public License can be found
27in /usr/share/common-licenses/GPL-2.
28
29Homepage: http://firejail.sourceforge.net.
30