Skip to content
Commit c36f74e6 authored by Joshua Roys's avatar Joshua Roys Committed by James Morris
Browse files

netlabel: fix export of SELinux categories > 127



This fixes corrupted CIPSO packets when SELinux categories greater than 127
are used.  The bug occured on the second (and later) loops through the
while; the inner for loop through the ebitmap->maps array used the same
index as the NetLabel catmap->bitmap array, even though the NetLabel bitmap
is twice as long as the SELinux bitmap.

Signed-off-by: default avatarJoshua Roys <joshua.roys@gtri.gatech.edu>
Acked-by: default avatarPaul Moore <paul.moore@hp.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent baac35c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment