Searched defs:aa_g_profile_mode (Results 1 - 1 of 1) sorted by relevance

/security/apparmor/
H A Dlsm.c704 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE; variable in typeref:enum:profile_mode
706 &aa_g_profile_mode, S_IRUSR | S_IWUSR);
848 return sprintf(buffer, "%s", aa_profile_mode_names[aa_g_profile_mode]);
865 aa_g_profile_mode = i;
930 if (aa_g_profile_mode == APPARMOR_COMPLAIN)
932 else if (aa_g_profile_mode == APPARMOR_KILL)

Completed in 45 milliseconds