Displaying 1 result from an estimated 1 matches for "047re".
Did you mean:
047e
2013 Jan 03
1
Passing "allow_unsafe" appears not to workaround protection for CVE-2012-2934
...r to have been successful.
Digging a little deeper, I saw in xm dmesg:
(XEN) Xen does not allow DomU creation on this CPU for security reasons.
And also the hint:
(XEN) *** Xen will not allow creation of DomU-s on this CPU for
security reasons. ***
(XEN) *** Pass "allow_unsafe" if you\047re trusting all your (PV)
guest kernels. ***
So, I added allow_unsafe to my kernel parameters and rebooted:
[root@dom0-a ~]# cat /proc/cmdline
placeholder root=/dev/mapper/vg_dom0--a-lv_root ro rd.md=0 rd.dm=0
SYSFONT=True rd.lvm.lv=vg_dom0-a/lv_root KEYTABLE=uk rd.luks=0
rd.lvm.lv=vg_dom0-a/lv_swap...