Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Set ownership of /etc/icinga2/features-enabled to nagios:nagios. (closes: #934108)
· 8cfb5156
Bas Couwenberg
authored
Aug 07, 2019
8cfb5156
Set distribution to experimental.
· 9afc5bdb
Bas Couwenberg
authored
Aug 07, 2019
9afc5bdb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9afc5bdb
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
...
...
debian/icinga2-common.postinst
View file @
9afc5bdb
...
...
@@ -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
...
...