aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 15:35:23 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 15:35:23 +0000
commit4f23ed9597160b4ec8b0d69f109628f88bf052fc (patch)
treea7015adb869c89f4d27f1bb655385086bdb09d07
parentff3b91042409b6638ca1535430a196e0d2bb780d (diff)
downloadbusybox-w32-4f23ed9597160b4ec8b0d69f109628f88bf052fc.tar.gz
busybox-w32-4f23ed9597160b4ec8b0d69f109628f88bf052fc.tar.bz2
busybox-w32-4f23ed9597160b4ec8b0d69f109628f88bf052fc.zip
Documentation from Jan Kiszka
git-svn-id: svn://busybox.net/trunk/busybox@14685 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Config.in17
1 files changed, 11 insertions, 6 deletions
diff --git a/Config.in b/Config.in
index 2fbad8f17..93534d0e6 100644
--- a/Config.in
+++ b/Config.in
@@ -139,14 +139,19 @@ config CONFIG_SELINUX
139 bool "Support NSA Security Enhanced Linux" 139 bool "Support NSA Security Enhanced Linux"
140 default n 140 default n
141 help 141 help
142 Enable support for SE Linux in applets ls, ps, and id. Also provide 142 Enable support for SELinux in applets ls, ps, and id. Also provide
143 the option of compiling in SE Linux applets. 143 the option of compiling in SELinux applets.
144 144
145 If you do not have a complete SE Linux Full Userland installed, this 145 If you do not have a complete SELinux userland installed, this stuff
146 stuff will not compile. Go visit 146 will not compile. Go visit
147 http://www.nsa.gov/selinux/index.html 147 http://www.nsa.gov/selinux/index.html
148 to download the necessary stuff to allow busybox to compile with this 148 to download the necessary stuff to allow busybox to compile with
149 option enabled. 149 this option enabled. Specifially, libselinux 1.28 or better is
150 directly required by busybox. If the installation is located in a
151 non-standard directory, provide it by invoking make as follows:
152 CFLAGS=-I<libselinux-include-path> \
153 LDFLAGS=-L<libselinux-lib-path> \
154 make
150 155
151 Most people will leave this set to 'N'. 156 Most people will leave this set to 'N'.
152 157