All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch V3 1/3] Fixed flask policy's install path to avoid installing it as '/boot' file
@ 2013-07-30 12:34 Vadim A. Misbakh-Soloviov
  2013-07-30 12:34 ` [Patch V3 2/3] Fixed xen-tools makefile to build flask-tools and flask policy only if flask build especially enabled Vadim A. Misbakh-Soloviov
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2013-07-30 12:34 UTC (permalink / raw)
  To: xen-devel; +Cc: Daniel De Graaf, Ian Campbell, Vadim A. Misbakh-Soloviov

From: "Vadim A. Misbakh-Soloviov" <mva@mva.name>

Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
---
 tools/flask/policy/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/flask/policy/Makefile b/tools/flask/policy/Makefile
index e666f3e..df1e8f3 100644
--- a/tools/flask/policy/Makefile
+++ b/tools/flask/policy/Makefile
@@ -103,6 +103,7 @@ POLICY_SECTIONS += $(USERS) $(CONSTRAINTS) $(ISID_DEFS)
 all: $(POLICY_FILENAME)
 
 install: $(POLICY_FILENAME)
+	$(INSTALL_DIR) $(POLICY_LOADPATH)
 	$(INSTALL_DATA) $^ $(POLICY_LOADPATH)
 
 $(POLICY_FILENAME): policy.conf
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-08-02 17:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-30 12:34 [Patch V3 1/3] Fixed flask policy's install path to avoid installing it as '/boot' file Vadim A. Misbakh-Soloviov
2013-07-30 12:34 ` [Patch V3 2/3] Fixed xen-tools makefile to build flask-tools and flask policy only if flask build especially enabled Vadim A. Misbakh-Soloviov
2013-07-30 12:34 ` [Patch V3 3/3] Fixed policy Makefile with Ian Campbell advice: Vadim A. Misbakh-Soloviov
2013-07-30 13:16   ` Ian Campbell
2013-07-30 14:36     ` Daniel De Graaf
2013-07-31 19:29     ` Vadim A. Misbakh-Soloviov
2013-07-31 19:43       ` Ian Campbell
2013-08-02 16:07 ` [Patch V3 1/3] Fixed flask policy's install path to avoid installing it as '/boot' file Ian Campbell
2013-08-02 17:10   ` Vadim A. Misbakh-Soloviov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.