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

Richard Su rwsu at redhat.com
Thu Mar 1 00:56:20 UTC 2012


On 02/29/2012 04:32 PM, John Eckersberg wrote:
> 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/
Ack.



More information about the aeolus-devel mailing list