From e34735a461ccce648f3a95809c5ab02e53b583f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 3 Feb 2005 18:40:59 +0000 Subject: [PATCH] - updated privileges, bnc user shouldn't be able to change config or permissions Changed files: bnc.spec -> 1.28 --- bnc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bnc.spec b/bnc.spec index c011af2..97cf4a9 100644 --- a/bnc.spec +++ b/bnc.spec @@ -133,12 +133,12 @@ fi %files %defattr(644,root,root,755) %doc README Changelog motd example.conf bncchk -%dir %attr(750,bnc,bnc) %{_sysconfdir} -%config(noreplace) %verify(not size mtime md5) %attr(640,bnc,bnc) %{_sysconfdir}/* +%dir %attr(750,root,bnc) %{_sysconfdir} +%config(noreplace) %verify(not size mtime md5) %attr(640,root,bnc) %{_sysconfdir}/* %attr(755,root,root) %{_bindir}/* %attr(754,root,root) /etc/rc.d/init.d/%{name} %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name} -%dir %attr(750,bnc,bnc) /var/run/%{name} +%dir %attr(750,root,bnc) /var/run/%{name} %attr(620,bnc,bnc) %ghost /var/log/%{name}.log -- 2.44.0