From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C678D15808E for ; Wed, 27 Apr 2022 16:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06896E0823; Wed, 27 Apr 2022 16:01:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80C08E0825 for ; Wed, 27 Apr 2022 16:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F193341335 for ; Wed, 27 Apr 2022 16:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55DAD35A for ; Wed, 27 Apr 2022 16:01:12 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1651075040.e795850631ba8fcbd2921f88011312653982f46e.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/headscale/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/headscale/headscale-0.ebuild acct-group/headscale/metadata.xml X-VCS-Directories: acct-group/headscale/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e795850631ba8fcbd2921f88011312653982f46e X-VCS-Branch: master Date: Wed, 27 Apr 2022 16:01:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecf5d988-fdc9-405c-8611-64208ac59624 X-Archives-Hash: c4eb0ef5a423e7663188bb2277b7e955 commit: e795850631ba8fcbd2921f88011312653982f46e Author: Chris Su lesscrowds org> AuthorDate: Wed Apr 27 15:34:33 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Apr 27 15:57:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7958506 acct-group/headscale: new package, add 0 Create a user group corresponding to headscale and run services with reduced authority, making the system more secure. Bug: https://bugs.gentoo.org/841017 Signed-off-by: Chris Su lesscrowds.org> Signed-off-by: Jakov Smolić gentoo.org> acct-group/headscale/headscale-0.ebuild | 8 ++++++++ acct-group/headscale/metadata.xml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/acct-group/headscale/headscale-0.ebuild b/acct-group/headscale/headscale-0.ebuild new file mode 100644 index 000000000000..73623757f6d6 --- /dev/null +++ b/acct-group/headscale/headscale-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=514 diff --git a/acct-group/headscale/metadata.xml b/acct-group/headscale/metadata.xml new file mode 100644 index 000000000000..73d345656db7 --- /dev/null +++ b/acct-group/headscale/metadata.xml @@ -0,0 +1,16 @@ + + + + + chris@lesscrowds.org + Chris Su + + + dlan@gentoo.org + Yixun Lan + + + jsmolic@gentoo.org + Jakov Smolić + +