Changes of Revision 4
[-] [+] | Added | nagios-rpmlintrc |
@@ -0,0 +1,8 @@ +# common.css is used in cgi - and can be expanded by user +addFilter("zero-length.*/usr/share/nagios/stylesheets/common.css"); +# we need xntp for SLES9 +addFilter("init-script-non-var-dependency /etc/init.d/nagios xntpd"); +# nagios comes with embedded perl +addFilter("W: no-dependency-on perl") +# this is the directory, where users of the group nagcmd can trigger commands for nagios +addFilter("permissions-directory-setuid-bit.*/var/spool/nagios"); |