Home
last modified time | relevance | path

Searched refs:AA_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/security/apparmor/
Dprocattr.c96 AA_ERROR("%s: Invalid input '%s'", op_table[op], args); in split_token_from_name()
126 AA_ERROR("change_hat: Invalid input, NULL hat and NULL magic"); in aa_setprocattr_changehat()
Dcrypto.c84 AA_ERROR("failed to setup profile sha1 hashing: %d\n", error); in init_profile_hash()
Dlsm.c909 AA_ERROR("Unable to allocate default profile namespace\n"); in apparmor_init()
915 AA_ERROR("Failed to set context on init task\n"); in apparmor_init()
924 AA_ERROR("Unable to register AppArmor\n"); in apparmor_init()
Dpolicy.c157 AA_ERROR("%s: internal error, " in policy_destroy()
163 AA_ERROR("%s: internal error, policy '%s' still on list\n", in policy_destroy()
398 AA_ERROR("Failed to create interface for ns %s\n", in aa_prepare_namespace()
Dapparmorfs.c943 AA_ERROR("%s: AppArmor securityfs already exists\n", __func__); in aa_create_aafs()
965 AA_ERROR("Error creating AppArmor securityfs\n"); in aa_create_aafs()
/linux-4.1.27/security/apparmor/include/
Dapparmor.h56 #define AA_ERROR(fmt, args...) \ macro