You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you want to pass all tests, you should install libsepol from sourcecode and apply libsepol-2.4-mls-semantic-level-expand.patch.
apply patch for using libsepol-2.3
you can apply the patch simply:
$ patch -p1 < patches/use-libsepol-2.3.diff
or just modify the struct class_perm_node in /usr/local/sepol/policydb/policydb.h:
typedefstructclass_perm_node {
uint32_ttclass; //orign: uint32_t class;uint32_tdata; /* permissions or new type */structclass_perm_node*next;
} class_perm_node_t;