From 1472cb07296667d305c2c019269629774bf6030c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 20 Aug 1999 14:42:13 +0000 Subject: [PATCH] config root read-only Changed files: cfingerd.spec -> 1.2 --- cfingerd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfingerd.spec b/cfingerd.spec index 1720c99..4c8a9c9 100644 --- a/cfingerd.spec +++ b/cfingerd.spec @@ -71,5 +71,5 @@ rm -rf $RPM_BUILD_ROOT %attr(644,root,root) /etc/logrotate.d/%{name} %attr(755,root,root) %{_sbindir}/* %attr(644,root,root) %{_mandir}/man[158]/* -%attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/cfingerd.conf +%attr(600,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/cfingerd.conf %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/%{name}/userlist.conf -- 2.44.0