Documentation from Jan Kiszka
This commit is contained in:
parent
fe908fda28
commit
24b0a9568d
1 changed files with 11 additions and 6 deletions
13
Config.in
13
Config.in
|
@ -142,11 +142,16 @@ config CONFIG_SELINUX
|
||||||
Enable support for SELinux in applets ls, ps, and id. Also provide
|
Enable support for SELinux in applets ls, ps, and id. Also provide
|
||||||
the option of compiling in SELinux applets.
|
the option of compiling in SELinux applets.
|
||||||
|
|
||||||
If you do not have a complete SE Linux Full Userland installed, this
|
If you do not have a complete SELinux userland installed, this stuff
|
||||||
stuff will not compile. Go visit
|
will not compile. Go visit
|
||||||
http://www.nsa.gov/selinux/index.html
|
http://www.nsa.gov/selinux/index.html
|
||||||
to download the necessary stuff to allow busybox to compile with this
|
to download the necessary stuff to allow busybox to compile with
|
||||||
option enabled.
|
this option enabled. Specifially, libselinux 1.28 or better is
|
||||||
|
directly required by busybox. If the installation is located in a
|
||||||
|
non-standard directory, provide it by invoking make as follows:
|
||||||
|
CFLAGS=-I<libselinux-include-path> \
|
||||||
|
LDFLAGS=-L<libselinux-lib-path> \
|
||||||
|
make
|
||||||
|
|
||||||
Most people will leave this set to 'N'.
|
Most people will leave this set to 'N'.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue