mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
24 lines
866 B
XML
24 lines
866 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>carana2099@gmail.com</email>
|
|
<description>Carlos E.</description>
|
|
</maintainer>
|
|
<longdescription>
|
|
This package is a minimalist implementation of containers for Linux, making secure
|
|
containers as easy to create and use as a traditional chroot. It comprises three
|
|
utilities, contain, inject and pseudo, which use the kernel support for user
|
|
namespaces merged in Linux 3.8.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="suid">
|
|
allow unprivileged users to have multiple UIDs/GIDs in the container (see CVE-2014-8989 for implications)
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<bugs-to>mailto:chris@arachsys.com</bugs-to>
|
|
<remote-id type="github">arachsys/containers</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|