diff options
author | John Johansen <john.johansen@canonical.com> | 2017-01-16 09:42:24 +0100 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-01-16 10:18:22 +0100 |
commit | 31617ddfdd7764a5046f076247208aa324458069 (patch) | |
tree | c7338161d7d5fae07b830e5f24c4bae0604b30b4 /security/apparmor/policy_ns.c | |
parent | apparmor: add lib fn to find the "split" for fqnames (diff) | |
download | linux-31617ddfdd7764a5046f076247208aa324458069.tar.xz linux-31617ddfdd7764a5046f076247208aa324458069.zip |
apparmor: add fn to lookup profiles by fqname
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/policy_ns.c')
-rw-r--r-- | security/apparmor/policy_ns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/apparmor/policy_ns.c b/security/apparmor/policy_ns.c index 9746643cbab2..bab23cce197c 100644 --- a/security/apparmor/policy_ns.c +++ b/security/apparmor/policy_ns.c @@ -226,7 +226,7 @@ static void __ns_list_release(struct list_head *head); /** * destroy_ns - remove everything contained by @ns - * @ns: ns to have it contents removed (NOT NULL) + * @ns: namespace to have it contents removed (NOT NULL) */ static void destroy_ns(struct aa_ns *ns) { @@ -276,7 +276,7 @@ static void __ns_list_release(struct list_head *head) } /** - * aa_alloc_root_ns - allocate the root profile namespcae + * aa_alloc_root_ns - allocate the root profile namespace * * Returns: %0 on success else error * |