Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_ns.c81 * alloc_ns - allocate, initialize and return a new namespace
87 static struct aa_ns *alloc_ns(const char *prefix, const char *name) in alloc_ns() function
252 ns = alloc_ns(parent->base.hname, name); in __aa_create_ns()
392 root_ns = alloc_ns(NULL, "root"); in aa_alloc_root_ns()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_ns.c99 * alloc_ns - allocate, initialize and return a new namespace
105 static struct aa_ns *alloc_ns(const char *prefix, const char *name) in alloc_ns() function
263 ns = alloc_ns(parent->base.hname, name); in __aa_create_ns()
405 root_ns = alloc_ns(NULL, "root"); in aa_alloc_root_ns()

Completed in 2 milliseconds