Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c437 * unpack_dfa - unpack a file rule dfa
442 static struct aa_dfa *unpack_dfa(struct aa_ext *e) in unpack_dfa() function
722 profile->xmatch = unpack_dfa(e); in unpack_profile()
835 profile->policy.dfa = unpack_dfa(e); in unpack_profile()
860 profile->file.dfa = unpack_dfa(e); in unpack_profile()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c418 * unpack_dfa - unpack a file rule dfa
424 static struct aa_dfa *unpack_dfa(struct aa_ext *e, int flags) in unpack_dfa() function
734 policy->dfa = unpack_dfa(e, flags); in unpack_pdb()

Completed in 4 milliseconds