]> git.pld-linux.org Git - packages/nagios-plugin-check_raid.git/commitdiff
let config be readable for nagios only
authorElan Ruusamäe <glen@delfi.ee>
Fri, 10 Apr 2015 14:57:19 +0000 (17:57 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 10 Apr 2015 14:57:19 +0000 (17:57 +0300)
nagios-plugin-check_raid.spec

index 8775cac9de459922a33c1dc16d47eabd592b1d92..605671b8cda14caa346cd2b65484451ca7d603fc 100644 (file)
@@ -116,6 +116,6 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{plugin}.cfg
+%attr(640,root,nagios) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{plugin}.cfg
 %attr(755,root,root) %{plugindir}/%{plugin}
 %ghost %{nrpeddir}/%{plugin}.cfg
This page took 0.143771 seconds and 4 git commands to generate.