Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dlabel.c1892 struct aa_label *label, *currbase = base; in aa_label_strn_parse() local
1923 vec[i] = fqlookupn_profile(base, currbase, str, split - str); in aa_label_strn_parse()
1930 if (vec[i]->ns != labels_ns(currbase)) in aa_label_strn_parse()
1931 currbase = &vec[i]->label; in aa_label_strn_parse()
1937 vec[i] = fqlookupn_profile(base, currbase, str, end - str); in aa_label_strn_parse()