diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-05 00:18:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-05 00:18:26 +0000 |
commit | 31d898fefff8d9e8b0a823bf44afc0eb3f687ec7 (patch) | |
tree | 73f2c693c765f4eba23fbfd443c739db5e7bdfdb /sysdeps/linux/Config.in | |
parent | 96e9785493a11eea89c6d872f09055433243fd24 (diff) |
Elaborate on CONFIG_SELINUX, and explain that most people should
not enbable this option.
Diffstat (limited to 'sysdeps/linux/Config.in')
-rw-r--r-- | sysdeps/linux/Config.in | 8 |
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 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' |