libsepol: Add two new Xen initial SIDs
Xen uses the initial SIDs domU and domDM in its toolstack, so it makes sense to add these to xen_sid_to_str[] in kernel_to_common.h Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>
This commit is contained in:
parent
253be67d09
commit
4a400f38a6
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ static const char * const xen_sid_to_str[] = {
|
|||
"iomem",
|
||||
"irq",
|
||||
"device",
|
||||
"domU",
|
||||
"domDM",
|
||||
};
|
||||
|
||||
#define XEN_SID_SZ (sizeof(xen_sid_to_str)/sizeof(xen_sid_to_str[0]))
|
||||
|
|
Loading…
Reference in a new issue