Home
last modified time | relevance | path

Searched refs:aa_g_debug (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dapparmor.h37 extern bool aa_g_debug;
H A Dlib.h24 #define DEBUG_ON (aa_g_debug)
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dapparmor.h45 extern bool aa_g_debug;
H A Dlib.h24 #define DEBUG_ON (aa_g_debug)
/kernel/linux/linux-5.10/security/apparmor/
H A Dlsm.c1336 bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES); variable
1337 module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR);
/kernel/linux/linux-6.6/security/apparmor/
H A Dlsm.c1417 bool aa_g_debug = IS_ENABLED(CONFIG_SECURITY_APPARMOR_DEBUG_MESSAGES); variable
1418 module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR);

Completed in 7 milliseconds