mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
include <tunables/global>
|
|
|
|
profile lxc-start /usr/bin/lxc-start flags=(attach_disconnected) {
|
|
include <abstractions/lxc/start-container>
|
|
}
|