From 7e4c01e0c9b8e0060536c72ed83f5c589d242a56a769a387c1223f07d25c5af7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 May 2013 15:03:54 +0000 Subject: [PATCH] Accepting request 175254 from Base:System Fix for https://build.opensuse.org/request/show/174892 - Make /etc/xen mode 0700 to protect vnc passwords. (forwarded request 175231 from olh) OBS-URL: https://build.opensuse.org/request/show/175254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/drbd?expand=0&rev=41 --- drbd.changes | 5 +++++ drbd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drbd.changes b/drbd.changes index f2df696..b6cba8a 100644 --- a/drbd.changes +++ b/drbd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 13 10:44:16 CEST 2013 - ohering@suse.de + +- Make /etc/xen mode 0700 to protect vnc passwords. + ------------------------------------------------------------------- Tue Jul 10 07:51:21 UTC 2012 - tserong@suse.com diff --git a/drbd.spec b/drbd.spec index a6978fd..1dd8bfa 100644 --- a/drbd.spec +++ b/drbd.spec @@ -1,7 +1,7 @@ # # spec file for package drbd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT/etc/xen /sbin/drbdmeta /usr/sbin/drbd-overview %ifarch %ix86 x86_64 -%dir /etc/xen +%dir %attr(700,root,root) /etc/xen %dir /etc/xen/scripts /etc/xen/scripts/block-drbd %endif