Hello,
I look at my logs, and I notice that. I have a problem on one of my LXC container (he host Openvpn)
Can you enlighten me on this error ?
Thank you !
lxc config :
I look at my logs, and I notice that. I have a problem on one of my LXC container (he host Openvpn)
Code:
audit: type=1400 audit(1502146004.740:77): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=15472 comm="(openvpn)" flags="rw, rslave"
Can you enlighten me on this error ?
Thank you !
lxc config :
Code:
arch: amd64
cores: 1
hostname: CT-Openvpn
memory: 512
net0: name=eth0,bridge=vmbr0,gw=192.168.X.X,hwaddr=XX:XX:XX:XX:XX:XX,ip=192.168.XX.XX/24,type=veth
onboot: 1
ostype: centos
rootfs: RAIDX:212/vm-212-disk-2.raw,size=10G
swap: 512
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.hook.autodev: sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"