apparmor.d/profiles/usr.bin.lxc-start

6 lines
141 B
Text
Raw Normal View History

2020-12-10 22:33:39 +01:00
include <tunables/global>
profile lxc-start /usr/bin/lxc-start flags=(attach_disconnected) {
2020-12-10 22:33:39 +01:00
include <abstractions/lxc/start-container>
}