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
you can apply the patch simply:
use-libsepol-2.3.diff
or just modify the struct class_perm_node in policydb.h
typedefstructclass_perm_node {
uint32_ttclass; //orign is: uint32_t class;uint32_tdata; /* permissions or new type */structclass_perm_node*next;
} class_perm_node_t;