Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy.h45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN)
63 APPARMOR_COMPLAIN, /* allow and log access violations */ enumerator
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c539 profile->mode = APPARMOR_COMPLAIN; in aa_new_null_profile()
H A Dpolicy_unpack.c750 profile->mode = APPARMOR_COMPLAIN; in unpack_profile()
H A Dlsm.c1877 if (aa_g_profile_mode == APPARMOR_COMPLAIN) in apparmor_init()