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
or just modify the struct class_perm_node in 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;