• R
    Avoid segfault in virt-aa-helper when handling read-only filesystems · b3c1bcb9
    Rufo Dogav 提交于
    This patch fixes a segfault in virt-aa-helper caused by attempting to
    modify a static string literal. It is triggered when a domain has a
    <filesystem> with type='mount' configured read-only and libvirt is
    using the AppArmor security driver for sVirt confinement. An "R" is
    passed into the function and converted to 'r'.
    b3c1bcb9
virt-aa-helper.c 42.0 KB