mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
The correct usage of the terms context and label is not clear in the aa_getcon(2) man page. The aa_getcon(2) family of functions are also prototyped incorrectly since the *con parameter represents a label and not a context. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: John Johansen <john.johansen@canonical.com>