|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Error while installing ACM
Hi all,
I am running 64-bit Xen 3.3.1 on an FC8 Linux. I have an error while
installing ACM. I followed Xen's user guide by setting
XSM_ENABLE ?= y
ACM_SECURITY ?= y
in Config.mk
However, I get the following
---------------------------
[root@ ~]# xm getpolicy
Supported security subsystems : None
No policy is installed.
---------------------------
What is preventing Xen from correctly loading the ACM???????
is there any prerequisite packages or another configurations I missed?
I also noticed the following massages during start-up
(XEN) Intel VT-d has been enabled
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) XSM Framework v1.0.0 initialized
(XEN) dummy.c:404: Had to override the security_domaininfo security
operation with the dummy one.
(XEN) dummy.c:405: Had to override the setvcpucontext security operation
with the dummy one.
(XEN) dummy.c:406: Had to override the pausedomain security operation
with the dummy one.
(XEN) dummy.c:407: Had to override the unpausedomain security operation
with the dummy one.
(XEN) dummy.c:408: Had to override the resumedomain security operation
with the dummy one.
(XEN) dummy.c:409: Had to override the domain_create security operation
with the dummy one.
(XEN) dummy.c:410: Had to override the max_vcpus security operation with
the dummy one.
(XEN) dummy.c:411: Had to override the destroydomain security operation
with the dummy one.
(XEN) dummy.c:412: Had to override the vcpuaffinity security operation
with the dummy one.
(XEN) dummy.c:413: Had to override the scheduler security operation with
the dummy one.
(XEN) dummy.c:414: Had to override the getdomaininfo security operation
with the dummy one.
(XEN) dummy.c:415: Had to override the getvcpucontext security operation
with the dummy one.
(XEN) dummy.c:416: Had to override the getvcpuinfo security operation
with the dummy one.
(XEN) dummy.c:417: Had to override the domain_settime security operation
with the dummy one.
(XEN) dummy.c:418: Had to override the tbufcontrol security operation
with the dummy one.
(XEN) dummy.c:419: Had to override the readconsole security operation
with the dummy one.
(XEN) dummy.c:420: Had to override the sched_id security operation with
the dummy one.
(XEN) dummy.c:421: Had to override the setdomainmaxmem security
operation with the dummy one.
(XEN) dummy.c:422: Had to override the setdomainhandle security
operation with the dummy one.
(XEN) dummy.c:423: Had to override the setdebugging security operation
with the dummy one.
(XEN) dummy.c:424: Had to override the irq_permission security operation
with the dummy one.
(XEN) dummy.c:425: Had to override the iomem_permission security
operation with the dummy one.
(XEN) dummy.c:426: Had to override the perfcontrol security operation
with the dummy one.
(XEN) dummy.c:428: Had to override the evtchn_unbound security operation
with the dummy one.
(XEN) dummy.c:429: Had to override the evtchn_interdomain security
operation with the dummy one.
(XEN) dummy.c:430: Had to override the evtchn_close_post security
operation with the dummy one.
(XEN) dummy.c:431: Had to override the evtchn_send security operation
with the dummy one.
(XEN) dummy.c:432: Had to override the evtchn_status security operation
with the dummy one.
(XEN) dummy.c:433: Had to override the evtchn_reset security operation
with the dummy one.
(XEN) dummy.c:435: Had to override the grant_mapref security operation
with the dummy one.
(XEN) dummy.c:436: Had to override the grant_unmapref security operation
with the dummy one.
(XEN) dummy.c:437: Had to override the grant_setup security operation
with the dummy one.
(XEN) dummy.c:438: Had to override the grant_transfer security operation
with the dummy one.
(XEN) dummy.c:439: Had to override the grant_copy security operation
with the dummy one.
(XEN) dummy.c:440: Had to override the grant_query_size security
operation with the dummy one.
(XEN) dummy.c:442: Had to override the alloc_security_domain security
operation with the dummy one.
(XEN) dummy.c:443: Had to override the free_security_domain security
operation with the dummy one.
(XEN) dummy.c:444: Had to override the alloc_security_evtchn security
operation with the dummy one.
(XEN) dummy.c:445: Had to override the free_security_evtchn security
operation with the dummy one.
(XEN) dummy.c:447: Had to override the translate_gpfn_list security
operation with the dummy one.
(XEN) dummy.c:448: Had to override the memory_adjust_reservation
security operation with the dummy one.
(XEN) dummy.c:449: Had to override the memory_stat_reservation security
operation with the dummy one.
(XEN) dummy.c:450: Had to override the memory_pin_page security
operation with the dummy one.
(XEN) dummy.c:452: Had to override the console_io security operation
with the dummy one.
(XEN) dummy.c:454: Had to override the profile security operation with
the dummy one.
(XEN) dummy.c:456: Had to override the kexec security operation with the
dummy one.
(XEN) dummy.c:457: Had to override the schedop_shutdown security
operation with the dummy one.
(XEN) dummy.c:459: Had to override the __do_xsm_op security operation
with the dummy one.
(XEN) dummy.c:462: Had to override the shadow_control security operation
with the dummy one.
(XEN) dummy.c:463: Had to override the ioport_permission security
operation with the dummy one.
(XEN) dummy.c:464: Had to override the getpageframeinfo security
operation with the dummy one.
(XEN) dummy.c:465: Had to override the getmemlist security operation
with the dummy one.
(XEN) dummy.c:466: Had to override the hypercall_init security operation
with the dummy one.
(XEN) dummy.c:467: Had to override the hvmcontext security operation
with the dummy one.
(XEN) dummy.c:468: Had to override the address_size security operation
with the dummy one.
(XEN) dummy.c:469: Had to override the machine_address_size security
operation with the dummy one.
(XEN) dummy.c:470: Had to override the hvm_param security operation with
the dummy one.
(XEN) dummy.c:471: Had to override the hvm_set_pci_intx_level security
operation with the dummy one.
(XEN) dummy.c:472: Had to override the hvm_set_isa_irq_level security
operation with the dummy one.
(XEN) dummy.c:473: Had to override the hvm_set_pci_link_route security
operation with the dummy one.
(XEN) dummy.c:474: Had to override the apic security operation with the
dummy one.
(XEN) dummy.c:475: Had to override the assign_vector security operation
with the dummy one.
(XEN) dummy.c:476: Had to override the xen_settime security operation
with the dummy one.
(XEN) dummy.c:477: Had to override the memtype security operation with
the dummy one.
(XEN) dummy.c:478: Had to override the microcode security operation with
the dummy one.
(XEN) dummy.c:479: Had to override the physinfo security operation with
the dummy one.
(XEN) dummy.c:480: Had to override the platform_quirk security operation
with the dummy one.
(XEN) dummy.c:481: Had to override the machine_memory_map security
operation with the dummy one.
(XEN) dummy.c:482: Had to override the domain_memory_map security
operation with the dummy one.
(XEN) dummy.c:483: Had to override the mmu_normal_update security
operation with the dummy one.
(XEN) dummy.c:484: Had to override the mmu_machphys_update security
operation with the dummy one.
(XEN) dummy.c:485: Had to override the update_va_mapping security
operation with the dummy one.
(XEN) dummy.c:486: Had to override the add_to_physmap security operation
with the dummy one.
(XEN) ACM-XSM: Initializing.
(XEN) acm_init: Loading default policy (CHINESE WALL AND SIMPLE TYPE
ENFORCEMENT).
(XEN) dummy.c:405: Had to override the setvcpucontext security operation
with the dummy one.
(XEN) dummy.c:406: Had to override the pausedomain security operation
with the dummy one.
(XEN) dummy.c:407: Had to override the unpausedomain security operation
with the dummy one.
(XEN) dummy.c:408: Had to override the resumedomain security operation
with the dummy one.
(XEN) dummy.c:410: Had to override the max_vcpus security operation with
the dummy one.
(XEN) dummy.c:411: Had to override the destroydomain security operation
with the dummy one.
(XEN) dummy.c:412: Had to override the vcpuaffinity security operation
with the dummy one.
(XEN) dummy.c:413: Had to override the scheduler security operation with
the dummy one.
(XEN) dummy.c:414: Had to override the getdomaininfo security operation
with the dummy one.
(XEN) dummy.c:415: Had to override the getvcpucontext security operation
with the dummy one.
(XEN) dummy.c:416: Had to override the getvcpuinfo security operation
with the dummy one.
(XEN) dummy.c:417: Had to override the domain_settime security operation
with the dummy one.
(XEN) dummy.c:418: Had to override the tbufcontrol security operation
with the dummy one.
(XEN) dummy.c:419: Had to override the readconsole security operation
with the dummy one.
(XEN) dummy.c:420: Had to override the sched_id security operation with
the dummy one.
(XEN) dummy.c:421: Had to override the setdomainmaxmem security
operation with the dummy one.
(XEN) dummy.c:422: Had to override the setdomainhandle security
operation with the dummy one.
(XEN) dummy.c:423: Had to override the setdebugging security operation
with the dummy one.
(XEN) dummy.c:424: Had to override the irq_permission security operation
with the dummy one.
(XEN) dummy.c:425: Had to override the iomem_permission security
operation with the dummy one.
(XEN) dummy.c:426: Had to override the perfcontrol security operation
with the dummy one.
(XEN) dummy.c:430: Had to override the evtchn_close_post security
operation with the dummy one.
(XEN) dummy.c:431: Had to override the evtchn_send security operation
with the dummy one.
(XEN) dummy.c:432: Had to override the evtchn_status security operation
with the dummy one.
(XEN) dummy.c:433: Had to override the evtchn_reset security operation
with the dummy one.
(XEN) dummy.c:436: Had to override the grant_unmapref security operation
with the dummy one.
(XEN) dummy.c:437: Had to override the grant_setup security operation
with the dummy one.
(XEN) dummy.c:438: Had to override the grant_transfer security operation
with the dummy one.
(XEN) dummy.c:439: Had to override the grant_copy security operation
with the dummy one.
(XEN) dummy.c:440: Had to override the grant_query_size security
operation with the dummy one.
(XEN) dummy.c:442: Had to override the alloc_security_domain security
operation with the dummy one.
(XEN) dummy.c:444: Had to override the alloc_security_evtchn security
operation with the dummy one.
(XEN) dummy.c:445: Had to override the free_security_evtchn security
operation with the dummy one.
(XEN) dummy.c:447: Had to override the translate_gpfn_list security
operation with the dummy one.
(XEN) dummy.c:448: Had to override the memory_adjust_reservation
security operation with the dummy one.
(XEN) dummy.c:449: Had to override the memory_stat_reservation security
operation with the dummy one.
(XEN) dummy.c:450: Had to override the memory_pin_page security
operation with the dummy one.
(XEN) dummy.c:452: Had to override the console_io security operation
with the dummy one.
(XEN) dummy.c:454: Had to override the profile security operation with
the dummy one.
(XEN) dummy.c:456: Had to override the kexec security operation with the
dummy one.
(XEN) dummy.c:457: Had to override the schedop_shutdown security
operation with the dummy one.
(XEN) dummy.c:462: Had to override the shadow_control security operation
with the dummy one.
(XEN) dummy.c:463: Had to override the ioport_permission security
operation with the dummy one.
(XEN) dummy.c:464: Had to override the getpageframeinfo security
operation with the dummy one.
(XEN) dummy.c:465: Had to override the getmemlist security operation
with the dummy one.
(XEN) dummy.c:466: Had to override the hypercall_init security operation
with the dummy one.
(XEN) dummy.c:467: Had to override the hvmcontext security operation
with the dummy one.
(XEN) dummy.c:468: Had to override the address_size security operation
with the dummy one.
(XEN) dummy.c:469: Had to override the machine_address_size security
operation with the dummy one.
(XEN) dummy.c:470: Had to override the hvm_param security operation with
the dummy one.
(XEN) dummy.c:471: Had to override the hvm_set_pci_intx_level security
operation with the dummy one.
(XEN) dummy.c:472: Had to override the hvm_set_isa_irq_level security
operation with the dummy one.
(XEN) dummy.c:473: Had to override the hvm_set_pci_link_route security
operation with the dummy one.
(XEN) dummy.c:474: Had to override the apic security operation with the
dummy one.
(XEN) dummy.c:475: Had to override the assign_vector security operation
with the dummy one.
(XEN) dummy.c:476: Had to override the xen_settime security operation
with the dummy one.
(XEN) dummy.c:477: Had to override the memtype security operation with
the dummy one.
(XEN) dummy.c:478: Had to override the microcode security operation with
the dummy one.
(XEN) dummy.c:479: Had to override the physinfo security operation with
the dummy one.
(XEN) dummy.c:480: Had to override the platform_quirk security operation
with the dummy one.
(XEN) dummy.c:481: Had to override the machine_memory_map security
operation with the dummy one.
(XEN) dummy.c:482: Had to override the domain_memory_map security
operation with the dummy one.
(XEN) dummy.c:483: Had to override the mmu_normal_update security
operation with the dummy one.
(XEN) dummy.c:484: Had to override the mmu_machphys_update security
operation with the dummy one.
(XEN) dummy.c:485: Had to override the update_va_mapping security
operation with the dummy one.
(XEN) dummy.c:486: Had to override the add_to_physmap security operation
with the dummy one.
(XEN) Using scheduler: SMP Credit Scheduler (credit)
Thanks,
Ahmed
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] Error while installing ACM,
Ahmed Azab <=
|
|
|
|
|