I need to have real /dev/mem in my privileged lxc, how can I do this ?
try add this into ct.conf
lxc.cgroup.devices.allow: c 1:1
and in ct run
mknod /dev/mem c 1 1
but this not working..
try add this into ct.conf
lxc.cgroup.devices.allow: c 1:1
and in ct run
mknod /dev/mem c 1 1
but this not working..