Searched refs:match_prefix (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c2480 static inline int match_prefix(char *prefix, int plen, char *option, int olen) function
2490 return (match_prefix(CONTEXT_STR, sizeof(CONTEXT_STR)-1, option, len) ||
2491 match_prefix(FSCONTEXT_STR, sizeof(FSCONTEXT_STR)-1, option, len) ||
2492 match_prefix(DEFCONTEXT_STR, sizeof(DEFCONTEXT_STR)-1, option, len) ||
2493 match_prefix(ROOTCONTEXT_STR, sizeof(ROOTCONTEXT_STR)-1, option, len) ||
2494 match_prefix(LABELSUPP_STR, sizeof(LABELSUPP_STR)-1, option, len));

Completed in 25 milliseconds