commit:     846991c796b897d07999f44d950ab516899dbe69
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 21:09:48 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 21:19:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846991c7

sys-apps/firejail: Add new package

Package-Manager: portage-2.2.26

 sys-apps/firejail/Manifest               |  1 +
 sys-apps/firejail/firejail-0.9.36.ebuild | 21 +++++++++++++++++++++
 sys-apps/firejail/metadata.xml           | 16 ++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
new file mode 100644
index 0000000..689cce1
--- /dev/null
+++ b/sys-apps/firejail/Manifest
@@ -0,0 +1 @@
+DIST firejail-0.9.36.tar.bz2 151123 SHA256 
db16c93e6f838048b0bbcb3b90aa191f79860382c5197fd2ac6df51f1a469510 SHA512 
8b9b7f3dd071825117a45e41c1e33871bf4f7788faf27f322913079a7094e6fa4eb7a94362630664c4b441213c357531a2f9f41bd94ff06c64bc6f8a6ee68fd1
 WHIRLPOOL 
413bab0edf6259129f75a8242546a2f290366bb3bd1711689fd0530a895262db5e78afee0a90639c9edc59bbcc8f93225003b1f1340f9e1479dd491f26edd1d6

diff --git a/sys-apps/firejail/firejail-0.9.36.ebuild 
b/sys-apps/firejail/firejail-0.9.36.ebuild
new file mode 100644
index 0000000..9aaeccd
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.36.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+seccomp"
+
+DEPEND=""
+RDEPEND=""
+
+src_configure() {
+       econf $(use_enable seccomp)
+}

diff --git a/sys-apps/firejail/metadata.xml b/sys-apps/firejail/metadata.xml
new file mode 100644
index 0000000..351bca0
--- /dev/null
+++ b/sys-apps/firejail/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>[email protected]</email>
+               <name>Amadeusz Żołnowski</name>
+       </maintainer>
+       <longdescription lang="en">
+               Firejail is a SUID program that reduces the risk of security 
breaches
+               by restricting the running environment of untrusted 
applications using
+               Linux namespaces and seccomp-bpf. It allows a process and all 
its
+               descendants to have their own private view of the globally 
shared
+               kernel resources, such as the network stack, process table, 
mount
+               table.
+       </longdescription>
+</pkgmetadata>

Reply via email to