09edac3ab5
The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools33 package contains the tools to create, destroy and control the virtual machines. The xentools33 package contains the tools for Xen 3.3.x
22 lines
1.1 KiB
Text
22 lines
1.1 KiB
Text
$NetBSD: patch-ee,v 1.1.1.1 2008/08/07 20:26:58 cegger Exp $
|
|
|
|
--- security/xensec_ezpolicy.orig 2008-08-01 16:38:07.000000000 +0200
|
|
+++ security/xensec_ezpolicy
|
|
@@ -935,7 +935,7 @@ class ezFrame(wx.Frame):
|
|
policyname = transInfo()
|
|
if not policyname:
|
|
return
|
|
- path="/etc/xen/acm-security/policies/"
|
|
+ path="@XENDCONFDIR@/acm-security/policies/"
|
|
nameparts=string.split(policyname, ".")
|
|
if len(nameparts) > 1:
|
|
path = path + "/".join(nameparts[0:len(nameparts)-1])
|
|
@@ -1592,7 +1592,7 @@ where you merely replace "NAME"
|
|
Save the policy under the name proposed by the tool in the proposed directory
|
|
if you are using this tool in your Xen environment. Otherwise, you need
|
|
to copy the resulting file into your Xen environment to the directory
|
|
-"/etc/xen/acm-security/policies/example/chwall_ste/".<BR>
|
|
+"@XENDCONFDIR@/acm-security/policies/example/chwall_ste/".<BR>
|
|
<BR>
|
|
This tool creates policies for the Xen Chinese Wall and Simple Type Enforcement
|
|
policy. The Xen access control policy in general is more expressive and
|