Home
last modified time | relevance | path

Searched refs:APPARMOR_COMPLAIN (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/apparmor/include/
Dpolicy.h49 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN)
67 APPARMOR_COMPLAIN, /* allow and log access violations */ enumerator
/Linux-v4.19/security/apparmor/
Dpolicy.c540 profile->mode = APPARMOR_COMPLAIN; in aa_new_null_profile()
Dpolicy_unpack.c663 profile->mode = APPARMOR_COMPLAIN; in unpack_profile()
Dlsm.c1589 if (aa_g_profile_mode == APPARMOR_COMPLAIN) in apparmor_init()