mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-23 02:15:37 +01:00
5 lines
141 B
Text
5 lines
141 B
Text
include <tunables/global>
|
|
|
|
profile lxc-start /usr/bin/lxc-start flags=(attach_disconnected) {
|
|
include <abstractions/lxc/start-container>
|
|
}
|