I'm trying to forward a sound card to container LXC and get error.
if i right understand "Unprivileged containers are not allowed to create device nodes."!
Then how do I organize sound support in a container LXC?
"Debian 10" is installed in the container.
Code:
mknod: snd/controlC0: Operation not permitted
mknod: snd/controlC2: Operation not permitted
mknod: snd/controlC1: Operation not permitted
mknod: snd/hwC2D0: Operation not permitted
mknod: snd/pcmC0D0p: Operation not permitted
mknod: snd/pcmC0D0c: Operation not permitted
mknod: snd/pcmC0D1p: Operation not permitted
mknod: snd/pcmC2D3p: Operation not permitted
mknod: snd/pcmC1D0p: Operation not permitted
mknod: snd/timer: Operation not permitted
mknod: snd/seq: Operation not permitted
if i right understand "Unprivileged containers are not allowed to create device nodes."!
Then how do I organize sound support in a container LXC?
"Debian 10" is installed in the container.