diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-01-05 21:09:48 +0000 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2016-01-05 21:19:56 +0000 |
commit | 846991c796b897d07999f44d950ab516899dbe69 (patch) | |
tree | 9bba87cd51aa3ff4ace79eb9cf020b14a57d993b /sys-apps | |
parent | app-backup/obnam: fix paramiko dep in 1.18.2-r1 (diff) | |
download | gentoo-846991c796b897d07999f44d950ab516899dbe69.tar.gz gentoo-846991c796b897d07999f44d950ab516899dbe69.tar.bz2 gentoo-846991c796b897d07999f44d950ab516899dbe69.zip |
sys-apps/firejail: Add new package
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/firejail/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/firejail/firejail-0.9.36.ebuild | 21 | ||||
-rw-r--r-- | sys-apps/firejail/metadata.xml | 16 |
3 files changed, 38 insertions, 0 deletions
diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest new file mode 100644 index 000000000000..689cce1ce5bc --- /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 000000000000..9aaeccd8726f --- /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 000000000000..351bca0ffdc4 --- /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>aidecoe@gentoo.org</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> |