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

This commit is contained in:
2022-05-08 14:30:45 +02:00
parent 56e84d81f6
commit 76dec79528
2 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,21 @@
```
lxc.cgroup2.devices.allow: c 226:* rwm
lxc.mount.entry: /dev/dri/card0 dev/dri/card0 none bind,create=file
lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,create=file
```
```
lxc.cgroup2.devices.allow: c 13:* rwm
lxc.mount.entry: /dev/input/event2 dev/input/event2 none bind,optional,create=file
lxc.mount.entry: /run/udev mnt/udev none bind,create=dir
```
```
lxc.cgroup2.devices.allow: c 116:* rwm
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
```