From 392e8802486cb573b916e746010e141a75f507e6 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 15 Nov 2014 09:58:27 +0800 Subject: init android origin source code --- ANDROID_3.4.5/security/smack/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ANDROID_3.4.5/security/smack/Kconfig (limited to 'ANDROID_3.4.5/security/smack/Kconfig') diff --git a/ANDROID_3.4.5/security/smack/Kconfig b/ANDROID_3.4.5/security/smack/Kconfig new file mode 100644 index 00000000..603b0878 --- /dev/null +++ b/ANDROID_3.4.5/security/smack/Kconfig @@ -0,0 +1,10 @@ +config SECURITY_SMACK + bool "Simplified Mandatory Access Control Kernel Support" + depends on NETLABEL && SECURITY_NETWORK + default n + help + This selects the Simplified Mandatory Access Control Kernel. + Smack is useful for sensitivity, integrity, and a variety + of other mandatory security schemes. + If you are unsure how to answer this question, answer N. + -- cgit