commit: 8b587969473a4c2bb6bd50f78bdfe0c69b25cb5a Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com> AuthorDate: Fri Apr 2 17:23:45 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Apr 2 17:23:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b587969
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 <AT> gentoo.org> acct-user/unbound-telemetry/unbound-telemetry-1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 00000000000..5c4d78d7b70 --- /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
