mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
cad2a4caed
The virRaiseError macro inside of virSecurityReportError expands to virRaiseErrorFull and includes the __FILE__, __FUNCTION__ and __LINE__ information. But this three values are always the same for every call to virSecurityReportError and do not reflect the actual error context. Converting virSecurityReportError into a macro results in getting the correct __FILE__, __FUNCTION__ and __LINE__ information. |
||
---|---|---|
.. | ||
security_apparmor.c | ||
security_apparmor.h | ||
security_driver.c | ||
security_driver.h | ||
security_selinux.c | ||
security_selinux.h | ||
virt-aa-helper.c |