Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 31d31fe76859653172120b5f8f7440f2a0694de9 10 lines 365 B view raw
1config SECURITY_SMACK 2 bool "Simplified Mandatory Access Control Kernel Support" 3 depends on NETLABEL && SECURITY_NETWORK 4 default n 5 help 6 This selects the Simplified Mandatory Access Control Kernel. 7 Smack is useful for sensitivity, integrity, and a variety 8 of other mandatory security schemes. 9 If you are unsure how to answer this question, answer N. 10