Searched refs:AA_ERROR (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/security/apparmor/ |
D | procattr.c | 96 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()
|
D | crypto.c | 84 AA_ERROR("failed to setup profile sha1 hashing: %d\n", error); in init_profile_hash()
|
D | lsm.c | 909 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()
|
D | policy.c | 157 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()
|
D | apparmorfs.c | 943 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/ |
D | apparmor.h | 56 #define AA_ERROR(fmt, args...) \ macro
|