]> xenbits.xensource.com Git - libvirt.git/commit
apparmor: Sort paths in blocks in libvirt-qemu profile
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 25 Jan 2020 08:28:47 +0000 (09:28 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 30 Jan 2020 07:57:59 +0000 (08:57 +0100)
commit07af71ad99c7898303abae5ed641e28381a612db
tree754700d7a4d1808936d148a8cc76489be8943086
parent849052ec61e18780713bec171748e859e32dfd6d
apparmor: Sort paths in blocks in libvirt-qemu profile

Even though we construct a domain specific profile for each
domain we start (which should cover domain specific paths), there
is also another file that is included from the profile and which
contains domain agnostic paths (e.g. to cover libraries that qemu
links with). The paths in the file are split into blocks divided
by comments. Sort the paths in each block individually (ignoring
case sensitivity).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Acked-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
src/security/apparmor/libvirt-qemu