projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e9785
)
Elaborate on CONFIG_SELINUX, and explain that most people should
author
Eric Andersen
<andersen@codepoet.org>
Thu, 5 Feb 2004 00:18:26 +0000
(
00:18
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 5 Feb 2004 00:18:26 +0000
(
00:18
-0000)
not enbable this option.
sysdeps/linux/Config.in
patch
|
blob
|
history
diff --git
a/sysdeps/linux/Config.in
b/sysdeps/linux/Config.in
index
3e14b40
..
2559965
100644
(file)
--- a/
sysdeps/linux/Config.in
+++ b/
sysdeps/linux/Config.in
@@
-131,6
+131,14
@@
config CONFIG_SELINUX
Enable support for SE Linux in applets ls, ps, and id. Also provide
the option of compiling in SE Linux applets.
+ If you do not have a complete SE Linux Full Userland installed, this
+ stuff will not compile. Go visit
+ http://www.nsa.gov/selinux/index.html
+ to download the necessary stuff to allow busybox to compile with this
+ option enabled.
+
+ Most people will leave this set to 'N'.
+
endmenu
menu 'Build Options'