How to determine if and which linux security module (LSM) is available?
Yes you can check /sys/kernel/security
what's available.
See also dmesg or /proc/cmdline
for boot settings.
If your config.gz
available then
zgrep CONFIG_SECURITY /proc/config.gz
else
grep CONFIG_SECURITY /boot/config-`uname -r`