mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-29 00:55:22 +00:00
b904bba7f4
Add an access control driver that uses the pkcheck command to check authorization requests. This is fairly inefficient, particularly for cases where an API returns a list of objects and needs to check permission for each object. It would be desirable to use the polkit API but this links to glib with abort-on-OOM behaviour, so can't be used. The other alternative is to speak to dbus directly Signed-off-by: Daniel P. Berrange <berrange@redhat.com> |
||
---|---|---|
.. | ||
genpolkit.pl | ||
viraccessdriver.h | ||
viraccessdrivernop.c | ||
viraccessdrivernop.h | ||
viraccessdriverpolkit.c | ||
viraccessdriverpolkit.h | ||
viraccessdriverstack.c | ||
viraccessdriverstack.h | ||
viraccessmanager.c | ||
viraccessmanager.h | ||
viraccessperm.c | ||
viraccessperm.h |