Searched refs:currbase (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | label.c | 1890 struct aa_label *label, *currbase = base; in aa_label_strn_parse() local 1921 vec[i] = fqlookupn_profile(base, currbase, str, split - str); in aa_label_strn_parse() 1928 if (vec[i]->ns != labels_ns(currbase)) in aa_label_strn_parse() 1929 currbase = &vec[i]->label; in aa_label_strn_parse() 1935 vec[i] = fqlookupn_profile(base, currbase, str, end - str); in aa_label_strn_parse()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | label.c | 1890 struct aa_label *label, *currbase = base; in aa_label_strn_parse() local 1921 vec[i] = fqlookupn_profile(base, currbase, str, split - str); in aa_label_strn_parse() 1928 if (vec[i]->ns != labels_ns(currbase)) in aa_label_strn_parse() 1929 currbase = &vec[i]->label; in aa_label_strn_parse() 1935 vec[i] = fqlookupn_profile(base, currbase, str, end - str); in aa_label_strn_parse()
|
Completed in 7 milliseconds