config SECURITY_UHD
	bool "uharden support"
	depends on SECURITY
	depends on NET
	default y
	help
	  This selects the uharden support.
	  uharden is useful for manager kmod and net.
	  If you are unsure how to answer this question, answer N.

config SECURITY_UHDKMOD
	tristate "uharden kmod support"
	depends on SECURITY_UHD
	default m
	help
	  This module implement the function of kernel modules a-
	  nti unloading,uharden service on is necessary,if you d-
	  o not ensure how to function please choose n.

config SECURITY_UHDAPPNM
	bool "uharden app net manager"
	depends on SECURITY_UHD
	default y
	help
	  This selects uharden app net manager.
	  uharden app net manager is useful for block specified app networking.
	  If you are unsure how to answer this question, answer N.
