Searched defs:view (Results 1 - 1 of 1) sorted by relevance

/security/apparmor/
H A Dpolicy.c224 * aa_ns_visible - test if @view is visible from @curr
226 * @view: namespace to test if visible from @curr (NOT NULL)
228 * Returns: true if @view is visible from @curr else false
230 bool aa_ns_visible(struct aa_namespace *curr, struct aa_namespace *view) argument
232 if (curr == view)
235 for ( ; view; view = view->parent) {
236 if (view->parent == curr)
243 * aa_na_name - Find the ns name to display for @view fro
249 aa_ns_name(struct aa_namespace *curr, struct aa_namespace *view) argument
[all...]

Completed in 43 milliseconds