Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlib.h39 #define DEBUG_ON (aa_g_debug != DEBUG_NONE)
40 #define DEBUG_ABS_ROOT (aa_g_debug & DEBUG_LABEL_ABS_ROOT)
44 if (aa_g_debug & opt) \
H A Dapparmor.h48 extern int aa_g_debug;
/linux/security/apparmor/
H A Dlib.c115 if (!aa_g_debug) in aa_print_debug_params()
118 aa_g_debug); in aa_print_debug_params()
H A Dlsm.c1847 int aa_g_debug; variable
1849 &aa_g_debug, 0600);
2066 aa_g_debug = i; in param_set_debug()