summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Su <chris@lesscrowds.org>2022-04-27 23:34:33 +0800
committerJakov Smolić <jsmolic@gentoo.org>2022-04-27 17:57:20 +0200
commite795850631ba8fcbd2921f88011312653982f46e (patch)
tree08029ea4a3bdd6515e4d5fe9dc9a69504b7a2170 /acct-group
parentdev-lisp/asdf: Fix "test-utilities.script" test (diff)
downloadgentoo-e795850631ba8fcbd2921f88011312653982f46e.tar.gz
gentoo-e795850631ba8fcbd2921f88011312653982f46e.tar.bz2
gentoo-e795850631ba8fcbd2921f88011312653982f46e.zip
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@lesscrowds.org> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r--acct-group/headscale/headscale-0.ebuild8
-rw-r--r--acct-group/headscale/metadata.xml16
2 files changed, 24 insertions, 0 deletions
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>chris@lesscrowds.org</email>
+ <name>Chris Su</name>
+ </maintainer>
+ <maintainer type="person" proxied="proxy">
+ <email>dlan@gentoo.org</email>
+ <name>Yixun Lan</name>
+ </maintainer>
+ <maintainer type="person" proxied="proxy">
+ <email>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
+ </maintainer>
+</pkgmetadata>