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
This commit is contained in:
parent
66ad1cdeb8
commit
7e4c01e0c9
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user