From a6ab5b5ebce32da4fb285189f28f50a29d461645 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 23 Mar 2015 14:36:18 +0300 Subject: [PATCH] Restrict access to a working directory Signed-off-by: Peter Lemenkov --- el/rtpengine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/rtpengine.spec b/el/rtpengine.spec index 48f152c48..70ec79399 100644 --- a/el/rtpengine.spec +++ b/el/rtpengine.spec @@ -130,7 +130,7 @@ true # init.d script and configuration file %{_initrddir}/%{name} %config(noreplace) %{_sysconfdir}/sysconfig/%{name} -%dir %{_sharedstatedir}/%{name} +%attr(0750,%{name},%{name}) %dir %{_sharedstatedir}/%{name} # Documentation %doc LICENSE README.md el/README.el.md debian/changelog debian/copyright