search for: acm_init

Displaying 5 results from an estimated 5 matches for "acm_init".

Did you mean: ac_init
2009 Apr 12
0
acm_init: Loading default policy but not policy is installed.
...s in the 2.6.27.5 kernel. Boot goes smoothly, set to automatically create 2 domUs. All appears okay with XSM/ACM... root@ubuntu:~# xm dmesg | grep -i xsm (XEN) XSM Framework v1.0.0 initialized (XEN) ACM-XSM: Initializing. root@ubuntu:~# xm dmesg | grep -i acm (XEN) ACM-XSM: Initializing. (XEN) acm_init: Loading default policy (CHINESE WALL AND SIMPLE TYPE ENFORCEMENT). > okay, but... root@ubuntu:~# xm getpolicy Supported security subsystems : None No policy is installed. (---------------------- ( - try: ( 1) reboot xen w/0 domUs and ck xm getpolicy: (---------------------- root@ubuntu:/...
2005 Jun 22
17
[PATCH] fix broken ACM
The latest change to ACM makes it fail to compile. This patch fixes the problem. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> $ diffstat acm.patch acm/acm_core.c | 61 --------------------- include/acm/acm_hooks.h | 135 ++++++++++++++++++++++++++++++++++-------------- 2 files changed, 96 insertions(+), 100 deletions(-) _______________________________________________
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM. To include ACM in the build I set ACM_SECURITY ?= y in Config.mk. When I start the build process by calling "make all" compiling failes: acm_core.c: In Funktion »acm_init«: acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste Benutzung in dieser Funktion) acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner wird nur einmal aufgeführt acm_core.c:283: Fehler: für jede Funktion in der er auftritt.) acm_core.c:283: Fehler: »policy_size« nicht deklarier...
2011 Jun 13
5
3.0.0-rc2: Xen: High amount of kernel "reserved" memory, about 33% in 256MB DOMU
Hi, another issue I''m seeing with 3.0-rc2 and Xen is that there is an unexpectedly high amount of kernel reserved memory. I suspect that Linux allocates page table entries and corresponding data structures for the whole 6GB areas of the provided ''physical RAM map'' even though it has rather big unusable holes in it. [ 0.000000] BIOS-provided physical RAM map: [
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel