commit: e795850631ba8fcbd2921f88011312653982f46e Author: Chris Su <chris <AT> lesscrowds <DOT> org> AuthorDate: Wed Apr 27 15:34:33 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> 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 <chris <AT> lesscrowds.org> Signed-off-by: Jakov Smolić <jsmolic <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Chris Su</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>[email protected]</email> + <name>Yixun Lan</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>[email protected]</email> + <name>Jakov Smolić</name> + </maintainer> +</pkgmetadata>
