Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dmatch.h17 #define DFA_START 1 macro
H A Dlabel.h338 state = aa_dfa_matchn_until(stacksplitdfa, DFA_START, str, n, &pos); in aa_label_strn_split()
350 state = aa_dfa_match_until(stacksplitdfa, DFA_START, str, &pos); in aa_label_str_split()
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack.c756 policy->start[0] = DFA_START; in unpack_pdb()
759 policy->start[AA_CLASS_FILE] = DFA_START; in unpack_pdb()
869 profile->attach.xmatch.start[AA_CLASS_XMATCH] = DFA_START; in unpack_profile()