Re: [libvirt] [PATCH 1/3] Expose ownership ID parsing

2013-07-24 Thread Michal Privoznik
On 24.05.2013 22:25, Martin Kletzander wrote: Parsing 'user:group' is useful even outside the DAC security driver, so expose the most abstract function which has no DAC security driver bits in itself. Signed-off-by: Martin Kletzander mklet...@redhat.com --- src/libvirt_private.syms|

[libvirt] [PATCH 1/3] Expose ownership ID parsing

2013-05-24 Thread Martin Kletzander
Parsing 'user:group' is useful even outside the DAC security driver, so expose the most abstract function which has no DAC security driver bits in itself. Signed-off-by: Martin Kletzander mklet...@redhat.com --- src/libvirt_private.syms| 1 + src/security/security_dac.c | 51