Displaying 3 results from an estimated 3 matches for "client_v1".
Did you mean:
client_1
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
...quot;
memory = "128"
~~~~
name = "vm1"
disk = [ ''file:/xen/vm1.img,sda1,w'' ]
vif = [ '''' ]
root = "/dev/sda1 ro"
on_xend_stop = "suspend"
extra = "3 xencons=tty"
access_control = [''policy=example.client_v1,label=dom_HomeBanking'']
#cat vm4.conf
kernel = "/boot/vmlinuz-2.6.18-xen"
ramdisk = "/boot/initrd-2.6.18-xenU.img"
memory = "128"
~~~~~
name = "vm4"
disk = [ ''file:/xen/vm4.img,sda1,w'']
vif = [ '''' ]
root...
2008 Sep 03
0
Xen 3.3 and ACM Security Errors
...selection of an
# XSM security module (FLASK_ENABLE or ACM_SECURITY).
XSM_ENABLE ?= n
FLASK_ENABLE ?= n
ACM_SECURITY ?= n
After the install completed, there was not a /etc/xen/acm-security
directory or xensec programs.
I tried creating the /etc/xen/acm-security/policies directory and copied
the client_v1-security-policy.xml from the
source/tools/security/policies/examples directory. That didn''t help. I
then tried xm makepolicy
/etc/xen/acm-security/policies/client_v1-security-policy.xml and got an
error saying:
ACMError: Unknown policy
''/etc/xen/acm-security/policies/client_v...
2008 Oct 03
0
security policies
Hi All,
There is no /etc/xen/acm-security directory or xensec programs.
Then I created the /etc/xen/acm-security/policies directory and
copied the client_v1-security-policy.xml from the
source/tools/security/policies/examples directory.
I then executed command
xm makepolicy /etc/xen/acm-security/policies/client_v1-security-policy.xml
I got an error saying: ACMError: Unknown policy
''/etc/xen/acm-security/policies/client_v1-security_policy.xml...