Re: [libvirt] [sandbox PATCH v4 06/21] Image: Add check_writable and runtime resolver

2015-09-04 Thread Daniel P. Berrange
On Fri, Aug 28, 2015 at 01:47:34PM +, Eren Yagdiran wrote: > These helper functions are for selecting right directories according > to running user privileges > --- > virt-sandbox-image/virt-sandbox-image.py | 27 ++- > 1 file changed, 26 insertions(+), 1 deletion(-) >

[libvirt] [sandbox PATCH v4 06/21] Image: Add check_writable and runtime resolver

2015-08-28 Thread Eren Yagdiran
These helper functions are for selecting right directories according to running user privileges --- virt-sandbox-image/virt-sandbox-image.py | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/virt-sandbox-image/virt-sandbox-image.py