Restrict access to a working directory

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
pull/89/head
Peter Lemenkov 11 years ago
parent e71a7e15d8
commit a6ab5b5ebc

@ -130,7 +130,7 @@ true
# init.d script and configuration file # init.d script and configuration file
%{_initrddir}/%{name} %{_initrddir}/%{name}
%config(noreplace) %{_sysconfdir}/sysconfig/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
%dir %{_sharedstatedir}/%{name} %attr(0750,%{name},%{name}) %dir %{_sharedstatedir}/%{name}
# Documentation # Documentation
%doc LICENSE README.md el/README.el.md debian/changelog debian/copyright %doc LICENSE README.md el/README.el.md debian/changelog debian/copyright

Loading…
Cancel
Save