projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f71ce
)
tools/xenpaging: create dumpdir with mode 0700
author
Olaf Hering
<olaf@aepfle.de>
Mon, 22 Sep 2014 12:59:51 +0000
(14:59 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 23 Sep 2014 09:12:33 +0000
(10:12 +0100)
The swapfile contain sensitive guest info.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/xenpaging/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenpaging/Makefile
b/tools/xenpaging/Makefile
index 4ff3375e0c4bfdf5e818a49dc4ffef65e00d0f22..fedd0fb0c38dadcc2a1da5590a769c211e8d183e 100644
(file)
--- a/
tools/xenpaging/Makefile
+++ b/
tools/xenpaging/Makefile
@@
-23,7
+23,7
@@
xenpaging: $(OBJS)
$(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS) $(APPEND_LDFLAGS)
install: all
- $(INSTALL_DIR) $(DESTDIR)$(XEN_PAGING_DIR)
+ $(INSTALL_DIR)
-m 0700
$(DESTDIR)$(XEN_PAGING_DIR)
$(INSTALL_DIR) $(DESTDIR)$(LIBEXEC)
$(INSTALL_PROG) $(IBINS) $(DESTDIR)$(LIBEXEC)