summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-18 10:57:48 +0000
committerAmadeusz Żołnowski <aidecoe@gentoo.org>2016-12-18 11:14:31 +0000
commit4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5 (patch)
tree4cdab6933910063bb7fb95870850568c10286168 /sys-apps/firejail-lts/metadata.xml
parentsys-apps/firejail: Remove older LTS version (diff)
downloadgentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.tar.gz
gentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.tar.bz2
gentoo-4f4ba7ccdb2bccd1835237c9ffba27e2bafe45c5.zip
sys-apps/firejail-lts: Move LTS version to separate package
Having it in a separate package makes it easier for users to follow LTS branch of firejail. Before that users had to mask older versions to test LTS. It's better than having it slotted because portage by default picks up latest version from any slot and user would have to explicitly install particular slot. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/firejail-lts/metadata.xml')
-rw-r--r--sys-apps/firejail-lts/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys-apps/firejail-lts/metadata.xml b/sys-apps/firejail-lts/metadata.xml
new file mode 100644
index 000000000000..942b4a06eabc
--- /dev/null
+++ b/sys-apps/firejail-lts/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <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.
+
+ This is long term support branch of firejail. For bleeding edge version
+ see sys-apps/firejail.
+ </longdescription>
+ <upstream>
+ <remote-id type="sourceforge">firejail</remote-id>
+ </upstream>
+ <use>
+ <flag name="seccomp">Enable system call filtering</flag>
+ </use>
+</pkgmetadata>