Home
last modified time | relevance | path

Searched hist:"55 a0e73806ec64279ea31d57b2116672631696a8" (Results 1 – 1 of 1) sorted by relevance

/linux/security/selinux/
H A DKconfigdiff 55a0e73806ec64279ea31d57b2116672631696a8 Tue Jul 18 20:49:19 CEST 2023 Christian Göttsche <cgzones@googlemail.com> selinux: introduce SECURITY_SELINUX_DEBUG configuration

The policy database code contains several debug output statements
related to hashtable utilization. Those are guarded by the macro
DEBUG_HASHES, which is neither documented nor set anywhere.

Introduce a new Kconfig configuration guarding this and potential
other future debugging related code. Disable the setting by default.

Suggested-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
[PM: fixed line lengths in the help text]
Signed-off-by: Paul Moore <paul@paul-moore.com>