It's failing in the checking of the security policy, specifically:
boolean_t
priv_isfullset(const priv_set_t *set)
{
PRIV_TEST_BODY(set->pbits[i] == ~(priv_chunk_t)0);
}Evidently I'm missing something from my hand assembled system that defines the policies. Any clues as to what I haven't setup? This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
