]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- updated privileges, bnc user shouldn't be able to change config or permissions
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Feb 2005 18:40:59 +0000 (18:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc.spec -> 1.28

bnc.spec

index c011af26e4b1a0e4785a261a7d33bdb9b695c9fb..97cf4a9c9b122d217df79baebcd6e99a3def6171 100644 (file)
--- 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
This page took 0.115285 seconds and 4 git commands to generate.