Re: [libvirt] [PATCH v2 11/18] security_selinux: Track if transaction is restore

2018-12-06 Thread Daniel P . Berrangé
On Thu, Nov 29, 2018 at 02:52:26PM +0100, Michal Privoznik wrote: > It is going to be important to know if the current transaction we > are running is a restore operation or set label operation. Might be worth saying why it is important :-) > > Signed-off-by: Michal Privoznik > --- >

[libvirt] [PATCH v2 11/18] security_selinux: Track if transaction is restore

2018-11-29 Thread Michal Privoznik
It is going to be important to know if the current transaction we are running is a restore operation or set label operation. Signed-off-by: Michal Privoznik --- src/security/security_selinux.c | 36 +++-- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git