Commit e1a03f62 authored by John Johansen's avatar John Johansen

apparmor: cleanup fixup description of aa_replace_profiles

Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent f175221a
...@@ -845,8 +845,9 @@ static struct aa_profile *update_to_newest_parent(struct aa_profile *new) ...@@ -845,8 +845,9 @@ static struct aa_profile *update_to_newest_parent(struct aa_profile *new)
* @udata: serialized data stream (NOT NULL) * @udata: serialized data stream (NOT NULL)
* *
* unpack and replace a profile on the profile list and uses of that profile * unpack and replace a profile on the profile list and uses of that profile
* by any aa_cred_ctx. If the profile does not exist on the profile list * by any task creds via invalidating the old version of the profile, which
* it is added. * tasks will notice to update their own cred. If the profile does not exist
* on the profile list it is added.
* *
* Returns: size of data consumed else error code on failure. * Returns: size of data consumed else error code on failure.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment