The icinga-director.service installed by icingaweb2-module-director-1.8.1.ebuild runs the /usr/share/icingaweb2/bin/icingacli director daemon run command as user icingadirector and according to https://github.com/Icinga/icingaweb2-module-director/blob/master/doc/02-Installation.md#install-the-director-module this user has group icingaweb2. Therefore a new acct-user/icingadirector was added in bug 802276 but we still need a small change in www-apps/icingaweb2: src_install() { ... fowners root:icingaweb2 "/usr/share/${PN}/bin/icingacli" } Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b325428abdd0071c336886651d60e2b862e3d952 commit b325428abdd0071c336886651d60e2b862e3d952 Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2021-12-29 17:14:32 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2021-12-29 17:14:32 +0000 www-apps/icingaweb2: manage group of icingaweb2 icingacli Closes: https://bugs.gentoo.org/830215 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> .../icingaweb2/{icingaweb2-2.9.5.ebuild => icingaweb2-2.9.5-r1.ebuild} | 1 + www-apps/icingaweb2/icingaweb2-9999.ebuild | 1 + 2 files changed, 2 insertions(+)