first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-08 19:00:26 +02:00
parent 23359f89de
commit 14472408e8
3 changed files with 69 additions and 0 deletions

View File

@ -18,4 +18,9 @@ lxc.mount.entry: /dev/snd dev/snd none bind,create=dir
```
lxc.cgroup2.devices.allow: c 4:6 rwm
lxc.mount.entry: /dev/tty7 dev/tty7 none bind,create=file
```
```
lxc.cgroup.devices.allow: c 188:* rwm
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
```