# SPDX-License-Identifier: GPL-2.0

menu "vguard (Customized LSM Skeleton)"
config FUSIONOS_SECURITY_VGUARD
	bool "vguard - Customized LSM skeleton"
	default n
	help
	  vguard is an extended customized Linux Security Module (LSM) skeleton for
	  FusionOS.
	  The module logs events and returns ALLOW (i.e. 0) by default

	  This module automatically registers all LSM hooks and dispatches to
	  vguard_<NAME> functions. It uses SRCU (Sleepable RCU) for safe
	  concurrent access to hook lists.
endmenu
