2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Update the documented error codes for aa_change_profile() and aa_change_onexe()

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Kees Cook <kees@ubuntu.com>
This commit is contained in:
John Johansen
2012-01-02 15:34:23 -08:00
parent a9697cec28
commit f0f520eeff

View File

@@ -85,14 +85,9 @@ Insufficient kernel memory was available.
The calling application is not confined by apparmor.
=item B<ECHILD>
The application's profile has no hats defined for it.
=item B<EACCES>
The specified I<profile> does not exist in this profile or the
process tried to change another process's domain.
The task does not have sufficient permissions to change its domain.
=back