diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c index f273e09dacb23423c45b5e8e73ac164fb9c26df2..869bf18b87f6df11ec2f53302b2294d5d57ff628 100644 --- a/src/security/virt-aa-helper.c +++ b/src/security/virt-aa-helper.c @@ -571,7 +571,7 @@ valid_path(const char *path, const bool readonly) }; /* override the above with these */ const char * const override[] = { - "/sys/devices/pci", /* for hostdev pci devices */ + "/sys/devices/pci", /* for hostdev pci devices */ "/etc/libvirt-sandbox/services/" /* for virt-sandbox service config */ };