If I were debugging a problem here, I'd really want to know what influences visibility -- namespaces? apparmor permissions? (Cx pointing outside parent? Px pointing at incorrect name?)
If you can hit that in a short-and-sweet statement or pointer for more details that's be great. Thanks! ------Original Message------ From: John Johansen Sender: [email protected] To: apparmor Subject: [apparmor] [PATCH] update aa_change_profile documentation to include ENOENT Sent: Oct 21, 2012 5:43 PM === modified file 'libraries/libapparmor/doc/aa_change_profile.pod' --- libraries/libapparmor/doc/aa_change_profile.pod 2012-02-16 00:34:03 +0000 +++ libraries/libapparmor/doc/aa_change_profile.pod 2012-10-22 00:41:27 +0000 @@ -89,6 +89,11 @@ The task does not have sufficient permissions to change its domain. +=item B<ENOENT> + +The specified profile does not exist, or is not visible from the current +domain. + =back =head1 EXAMPLE -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
