Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dprocattr.c81 AA_ERROR("%s: Invalid input '%s'", op, args); in split_token_from_name()
111 AA_ERROR("change_hat: Invalid input, NULL hat and NULL magic"); in aa_setprocattr_changehat()
H A Dcrypto.c112 AA_ERROR("failed to setup profile sha1 hashing: %d\n", error); in init_profile_hash()
H A Dlsm.c1918 AA_ERROR("Unable to setup dfa engine\n"); in apparmor_init()
1924 AA_ERROR("Unable to allocate default profile namespace\n"); in apparmor_init()
1930 AA_ERROR("Unable to register sysctls\n"); in apparmor_init()
1937 AA_ERROR("Unable to allocate work buffers\n"); in apparmor_init()
1943 AA_ERROR("Failed to set context on init task\n"); in apparmor_init()
H A Dpolicy_ns.c270 AA_ERROR("Failed to create interface for ns %s\n", in __aa_create_ns()
H A Dapparmorfs.c2631 AA_ERROR("%s: AppArmor securityfs already exists\n", __func__); in aa_create_aafs()
2698 AA_ERROR("Error creating AppArmor securityfs\n"); in aa_create_aafs()
/openbmc/linux/security/apparmor/include/
H A Dlib.h52 #define AA_ERROR(fmt, args...) \ macro