app-misc/nsjail - 9999 (vklimovs)

Search

Install

Install this version:

emerge -a =app-misc/nsjail-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/nsjail-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/nsjail-9999

Package Information

Description:
nsjail is a process isolation tool for Linux.
Homepage:
https://nsjail.dev/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 toolchain-funcs

DESCRIPTION="nsjail is a process isolation tool for Linux."
HOMEPAGE="https://nsjail.dev/"
EGIT_REPO_URI="https://github.com/google/${PN}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""

DEPEND="
	dev-libs/protobuf
	dev-libs/libnl:3
"

RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${PN}-9999-respect-user-flags.patch" )

src_prepare() {
	default
	tc-export CC CXX
}

src_install() {
	dobin nsjail
	dodoc README.md
}

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/protobuf
	dev-libs/libnl:3

RDEPEND

	dev-libs/protobuf
	dev-libs/libnl:3