Home
last modified time | relevance | path

Searched refs:reject_unknown (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dpolicydb.h313 unsigned int reject_unknown : 1; member
H A Dservices.c137 if (pol->reject_unknown) in selinux_set_mapping()
156 if (pol->reject_unknown) in selinux_set_mapping()
3490 value = policy->policydb.reject_unknown; in security_get_reject_unknown()
H A Dpolicydb.c2491 p->reject_unknown = !!(le32_to_cpu(buf[1]) & REJECT_UNKNOWN); in policydb_read()
3644 if (p->reject_unknown) in policydb_write()