agl-ic-container: Fix host configuration when using agl-demo
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-container / lxc-config / lxc-config-cluster-demo / mount.in
1 # lxc mount setting
2 lxc.mount.entry = /var/lib/lxc/cluster-demo/system.conf etc/systemd/system.conf.d/10-environment.conf none bind,optional,create=file
3
4 lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
5 lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0
6 lxc.mount.entry = /sys/kernel/security sys/kernel/security none ro,bind,optional 0 0
7
8 lxc.cgroup.devices.allow = c 226:* rwm
9 lxc.mount.entry = /dev/dri dev/dri none bind,optional,create=dir
10
11 lxc.mount.entry = /run/drm-lease-manager/lease-cluster var/display/drm-lease-manager/lease none bind,create=file
12
13 lxc.mount.entry = /run/pipewire/icipc-0 var/icipc-0 none bind,optional,create=file
14