Hello
I modified my container config file a bit to forward USB devices.
lxc.cgroup.devices.allow: c 189:385 rwm
lxc.mount.entry: /dev/bus/usb/004/002 dev/bus/usb/004/002 none bind,optional,create=file
lxc.cgroup.devices.allow: c 188:* rwm
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB1 none bind,optional,create=file
Each time after I restore a snapshot, the modifications are ignored and I have to add them again manually.
Is this behavior on purpuse? I my case it's a bit annoying.
I modified my container config file a bit to forward USB devices.
lxc.cgroup.devices.allow: c 189:385 rwm
lxc.mount.entry: /dev/bus/usb/004/002 dev/bus/usb/004/002 none bind,optional,create=file
lxc.cgroup.devices.allow: c 188:* rwm
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB1 none bind,optional,create=file
Each time after I restore a snapshot, the modifications are ignored and I have to add them again manually.
Is this behavior on purpuse? I my case it's a bit annoying.