apparmor.d -> profiles
This commit is contained in:
parent
c408a878b7
commit
e9b8e62fcd
726 changed files with 0 additions and 0 deletions
15
profiles/libvirt/TEMPLATE.lxc
Normal file
15
profiles/libvirt/TEMPLATE.lxc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# This profile is for the domain whose UUID matches this file.
|
||||
#
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
profile LIBVIRT_TEMPLATE flags=(attach_disconnected) {
|
||||
include <abstractions/libvirt-lxc>
|
||||
|
||||
# Globally allows everything to run under this profile
|
||||
# These can be narrowed depending on the container's use.
|
||||
file,
|
||||
capability,
|
||||
network,
|
||||
}
|
||||
9
profiles/libvirt/TEMPLATE.qemu
Normal file
9
profiles/libvirt/TEMPLATE.qemu
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#
|
||||
# This profile is for the domain whose UUID matches this file.
|
||||
#
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
profile LIBVIRT_TEMPLATE flags=(attach_disconnected) {
|
||||
include <abstractions/libvirt-qemu>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue