[libvirt] [PATCH] Fix off-by-1 in default SELinux MCS range

Eric Blake eblake at redhat.com
Tue Nov 19 19:15:08 UTC 2013


On 11/19/2013 10:48 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> For a while we're have random failures of 'securityselinuxtest'
> which were not at all reproducible. Fortunately we finally
> caught a failure with VIR_TEST_DEBUG=1 enabled. This revealed
> 
> TEST: securityselinuxtest
>  1) GenLabel "dynamic unconfined, s0, c0.c1023"                       ... OK
>  2) GenLabel "dynamic unconfined, s0, c0.c1023"                       ... OK
>  3) GenLabel "dynamic unconfined, s0, c0.c1023"                       ... OK
>  4) GenLabel "dynamic virtd, s0, c0.c1023"                            ... OK
>  5) GenLabel "dynamic virtd, s0, c0.c10"                              ... OK
>  6) GenLabel "dynamic virtd, s2-s3, c0.c1023"                         ... OK
>  7) GenLabel "dynamic virtd, missing range"                           ... Category two 1024 is out of range 0-1023
> FAILED
> FAIL: securityselinuxtest
> 
> And sure enough we had an off-by-1 in the MCS range code when
> the current process has no range set. The test suite randomly
> allocates 2 categories from 0->1024 so the chances of hitting
> this in the test suite were slim indeed :-)
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/security/security_selinux.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

ACK.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131119/f7e00c75/attachment-0001.sig>


More information about the libvir-list mailing list