From: Hank Leininger Date: Tue, 18 Feb 2020 20:52:33 +0000 (-0700) Subject: acct-user/scponly: added user for scponly. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9116a6f22295b4a39441330fcc482ff306695edb;p=gentoo.git acct-user/scponly: added user for scponly. Signed-off-by: Hank Leininger Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ulrich Müller --- diff --git a/acct-user/scponly/metadata.xml b/acct-user/scponly/metadata.xml new file mode 100644 index 000000000000..16853472f6b4 --- /dev/null +++ b/acct-user/scponly/metadata.xml @@ -0,0 +1,12 @@ + + + + + hlein@korelogic.com + Hank Leininger + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/acct-user/scponly/scponly-0.ebuild b/acct-user/scponly/scponly-0.ebuild new file mode 100644 index 000000000000..86b78a5ccf6f --- /dev/null +++ b/acct-user/scponly/scponly-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="user for chrooted scponly" +ACCT_USER_ID=239 +ACCT_USER_GROUPS=( scponly ) +# Not a typo. scponly uses the trailing // to identify the chroot dir. +ACCT_USER_HOME=/var/chroot/scponly// +ACCT_USER_HOME_OWNER=root:root + +acct-user_add_deps