Re: [libvirt] [PATCH v3 2/2] selinux: Only create the selabel_handle once.

2013-01-24 Thread Daniel P. Berrange
On Thu, Jan 24, 2013 at 10:10:58AM +, Richard W.M. Jones wrote: > From: "Richard W.M. Jones" > > According to Eric Paris this is slightly more efficient because it > only loads the regular expressions in libselinux once. > --- > src/security/security_selinux.c | 129 > ++

[libvirt] [PATCH v3 2/2] selinux: Only create the selabel_handle once.

2013-01-24 Thread Richard W.M. Jones
From: "Richard W.M. Jones" According to Eric Paris this is slightly more efficient because it only loads the regular expressions in libselinux once. --- src/security/security_selinux.c | 129 ++-- 1 file changed, 83 insertions(+), 46 deletions(-) diff --git a