mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Ulrich Müller
parent
2e8599e7e8
commit
9116a6f222
12
acct-user/scponly/metadata.xml
Normal file
12
acct-user/scponly/metadata.xml
Normal 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>
|
||||
15
acct-user/scponly/scponly-0.ebuild
Normal file
15
acct-user/scponly/scponly-0.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user