summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2021-04-02 10:23:45 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-04-02 10:23:45 -0700
commit8b587969473a4c2bb6bd50f78bdfe0c69b25cb5a (patch)
tree303a1d16c2ff9db849cfd40a59154e84df86e432 /acct-user/unbound-telemetry
parentnet-misc/lldpd-1.0.9: Version bump (diff)
downloadgentoo-8b587969473a4c2bb6bd50f78bdfe0c69b25cb5a.tar.gz
gentoo-8b587969473a4c2bb6bd50f78bdfe0c69b25cb5a.tar.bz2
gentoo-8b587969473a4c2bb6bd50f78bdfe0c69b25cb5a.zip
acct-user/unbound-telemetry: Bump, add "unbound" supplimental group
This can't work because the unbound socket is owned by the unbound user/group. Add the unbound-telemetry user to the unbound group so it can access the socket. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'acct-user/unbound-telemetry')
-rw-r--r--acct-user/unbound-telemetry/unbound-telemetry-1.ebuild12
1 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/unbound-telemetry/unbound-telemetry-1.ebuild b/acct-user/unbound-telemetry/unbound-telemetry-1.ebuild
new file mode 100644
index 000000000000..5c4d78d7b701
--- /dev/null
+++ b/acct-user/unbound-telemetry/unbound-telemetry-1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="user for unbound-telemetry"
+ACCT_USER_ID=279
+ACCT_USER_GROUPS=( unbound-telemetry unbound )
+
+acct-user_add_deps