From 88799b9564ce6f2108b82d2211a7dc8f3768a284 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 1 Jun 2019 16:04:19 +0200 Subject: [PATCH] acct-user/ftp: Add 'ftp' user (UID 21) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- acct-user/ftp/ftp-0.ebuild | 14 ++++++++++++++ acct-user/ftp/metadata.xml | 5 +++++ profiles/categories | 1 + 3 files changed, 20 insertions(+) create mode 100644 acct-user/ftp/ftp-0.ebuild create mode 100644 acct-user/ftp/metadata.xml diff --git a/acct-user/ftp/ftp-0.ebuild b/acct-user/ftp/ftp-0.ebuild new file mode 100644 index 000000000000..e33e289397a2 --- /dev/null +++ b/acct-user/ftp/ftp-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="File Transfer Protocol server user" +ACCT_USER_ID=21 +ACCT_USER_HOME=/home/ftp +ACCT_USER_HOME_OWNER=root:ftp +ACCT_USER_GROUPS=( ftp ) + +acct-user_add_deps diff --git a/acct-user/ftp/metadata.xml b/acct-user/ftp/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/ftp/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/profiles/categories b/profiles/categories index ebfc72f70759..0f45f8cd1732 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,4 +1,5 @@ acct-group +acct-user app-accessibility app-admin app-antivirus -- 2.26.2