Hello,
is NTP needed on UML VMs?
Or does the UML kernel take the time from the host kernel? (so it's
enough if the host runs NTP)
Thanks,
Riccardo
--
Virtualization & Cloud Management Using Capacity Planning
Cloud compu
Hi,
I would like to create a SELinux aware UML. I compiled a ARCH=um kernel
with SELinux activated.
The UML starts but SELinux seems to be disabled. Libselinux is installed
so I have userspace tools to check selinux availability and mode
(permissive, targeted or strict).
Does somebody have a
Signed-off-by: Cong Wang
---
arch/um/kernel/skas/uaccess.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/um/kernel/skas/uaccess.c b/arch/um/kernel/skas/uaccess.c
index 9fefd92..cd7df79 100644
--- a/arch/um/kernel/skas/uaccess.c
+++ b/arch/um/kernel/skas/uaccess.