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

/security/apparmor/
H A Dpolicy.c224 * aa_ns_visible - test if @view is visible from @curr
225 * @curr: namespace to treat as the parent (NOT NULL)
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)
236 if (view->parent == curr)
243 * aa_na_name - Find the ns name to display for @view from @curr
244 * @curr - current namespace (NOT NULL)
247 * Returns: name of @view visible from @curr
249 aa_ns_name(struct aa_namespace *curr, struct aa_namespace *view) argument
[all...]

Completed in 16 milliseconds