[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [Patch V3 1/3] Fixed flask policy's install path to avoid installing it as '/boot' file
From: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx> Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |