[PATCH] BZ 798440 - /etc/aeolus-configure/nodes/* should be not be world readable

John Eckersberg jeckersb at redhat.com
Thu Mar 1 00:32:21 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=798440

Also changed permissions of /etc/imagefactory/imagefactory.conf to 0600.
---
 imagefactory.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/imagefactory.spec.in b/imagefactory.spec.in
index 37e6a22..a0a4b23 100644
--- a/imagefactory.spec.in
+++ b/imagefactory.spec.in
@@ -85,7 +85,7 @@ fi
 %files
 %doc COPYING
 %{_initddir}/imagefactory
-%config(noreplace) %{_sysconfdir}/imagefactory/imagefactory.conf
+%config(noreplace) %attr(0600, root, root) %{_sysconfdir}/imagefactory/imagefactory.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %dir %attr(0755, root, root) %{_sysconfdir}/pki/imagefactory/
-- 
1.7.7.6




More information about the aeolus-devel mailing list