Home
last modified time | relevance | path

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

/security/apparmor/
DKconfig42 bool "Build AppArmor with debug code"
48 provide fine grained control of the debug options that are
66 Set the default value of the apparmor.debug kernel parameter.
67 When enabled, various debug messages will be logged to
Dlsm.c1297 module_param_named(debug, aa_g_debug, aabool, S_IRUSR | S_IWUSR);
/security/
Dsecurity.c57 static __initdata bool debug; variable
60 if (debug) \
394 debug = true; in enable_debug()