mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2026-03-28 15:35:59 +00:00
The permission to make a mount "slave" is spelt "make-slave", not "slave", see https://launchpad.net/bugs/1401619. Also, we need to make all mounts slave, not just the root dir. https://launchpad.net/bugs/1350947 |
||
|---|---|---|
| .. | ||
| abstractions | ||
| profiles | ||
| container-rules | ||
| container-rules.base | ||
| lxc-containers | ||
| lxc-generate-aa-rules.py | ||
| Makefile.am | ||
| README | ||
| usr.bin.lxc-start | ||
The abstractions/container-base file is partially automatically generated. The two source files are container-rules.base and abstractions/container-base.in. If these file are updated, then 1. Generate a new container-rules file using ./lxc-generate-aa-rules.py container-rules.base > container-rules 2. Concatenate container-base.in with container-rules using cat abstractions/container-base.in container-rules > abstractions/container-base