aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-05 00:18:26 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-05 00:18:26 +0000
commitd246db9a1e93668eec5730ef47941a8b5330d23d (patch)
tree73f2c693c765f4eba23fbfd443c739db5e7bdfdb
parentffccbcefaa79c76c38ad732e50136455f66e6800 (diff)
downloadbusybox-w32-d246db9a1e93668eec5730ef47941a8b5330d23d.tar.gz
busybox-w32-d246db9a1e93668eec5730ef47941a8b5330d23d.tar.bz2
busybox-w32-d246db9a1e93668eec5730ef47941a8b5330d23d.zip
Elaborate on CONFIG_SELINUX, and explain that most people should
not enbable this option. git-svn-id: svn://busybox.net/trunk/busybox@8406 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--sysdeps/linux/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in
index 3e14b4082..2559965f2 100644
--- a/sysdeps/linux/Config.in
+++ b/sysdeps/linux/Config.in
@@ -131,6 +131,14 @@ config CONFIG_SELINUX
131 Enable support for SE Linux in applets ls, ps, and id. Also provide 131 Enable support for SE Linux in applets ls, ps, and id. Also provide
132 the option of compiling in SE Linux applets. 132 the option of compiling in SE Linux applets.
133 133
134 If you do not have a complete SE Linux Full Userland installed, this
135 stuff will not compile. Go visit
136 http://www.nsa.gov/selinux/index.html
137 to download the necessary stuff to allow busybox to compile with this
138 option enabled.
139
140 Most people will leave this set to 'N'.
141
134endmenu 142endmenu
135 143
136menu 'Build Options' 144menu 'Build Options'