acct-user/scponly: added user for scponly.

Signed-off-by: Hank Leininger <hlein@korelogic.com>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Hank Leininger
2020-02-18 13:52:33 -07:00
committed by Ulrich Müller
parent 2e8599e7e8
commit 9116a6f222
2 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>hlein@korelogic.com</email>
<name>Hank Leininger</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@@ -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