Re: [libvirt] [PATCH v1 11/23] locking: Introduce virSeclabelSpace

2015-10-15 Thread John Ferlan
On 10/12/2015 06:25 AM, Michal Privoznik wrote: > This module will handle all the security label remembering and > recalling for virlockd. We need to record a tuple of (path, > security model, security label). So I'm going with a hash table, > where @path would be the key, and tuple of (model, la

[libvirt] [PATCH v1 11/23] locking: Introduce virSeclabelSpace

2015-10-12 Thread Michal Privoznik
This module will handle all the security label remembering and recalling for virlockd. We need to record a tuple of (path, security model, security label). So I'm going with a hash table, where @path would be the key, and tuple of (model, label) is going to be the payload. Well, the payload tuple i