Home
last modified time | relevance | path

Searched refs:aa_g_debug (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/security/apparmor/include/
Dapparmor.h37 extern bool aa_g_debug;
Dlib.h24 #define DEBUG_ON (aa_g_debug)
/linux-5.19.10/security/apparmor/
Dlsm.c1366 bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES); variable
1367 module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR);