mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2026-03-29 05:14:42 +00:00
Restrict signal and ptrace for processes running under the container profile. Rules based on AppArmor base abstraction. Add unix rules for processes running under the container profile. Signed-off-by: Jamie Strandboge <jamie@canonical.com> Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
||
|---|---|---|
| .. | ||
| 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