Skip to content
Commits on Source (2)
icinga2 (2.11.0~rc1-1~exp2) UNRELEASED; urgency=medium
icinga2 (2.11.0~rc1-1~exp2) experimental; urgency=medium
* Team upload.
* Use /run instead of /var/run.
* Set ownership of /etc/icinga2/features-enabled to nagios:nagios.
(closes: #934108)
-- Bas Couwenberg <sebastic@debian.org> Sun, 28 Jul 2019 11:28:37 +0200
-- Bas Couwenberg <sebastic@debian.org> Wed, 07 Aug 2019 14:50:58 +0200
icinga2 (2.11.0~rc1-1~exp1) experimental; urgency=medium
......
......@@ -35,6 +35,7 @@ case "$1" in
# explicitly set permissions on some files that are dependent
# on the uid/gid of the nagios user, which is dynamically created.
setperm nagios nagios 0750 /etc/icinga2
setperm nagios nagios 0750 /etc/icinga2/features-enabled
setperm nagios nagios 0700 /etc/icinga2/pki
setperm nagios adm 2751 /var/log/icinga2
......