diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-03 10:07:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-03 10:07:04 +0000 |
commit | 058ac4543d7d9b3acec3dd992df07d460484742e (patch) | |
tree | e8f993dffc34380fbcc54cc858c81da594bdb95b /sysdeps/linux | |
parent | 6b9670aadfe6d16099d630f89862239bb0c59e7c (diff) | |
download | busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.tar.gz busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.tar.bz2 busybox-w32-058ac4543d7d9b3acec3dd992df07d460484742e.zip |
Patch from Russell Coker:
I've attached my latest SE Linux patch for busybox against the latest CVS
version of busybox.
git-svn-id: svn://busybox.net/trunk/busybox@7031 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/linux/Config.in b/sysdeps/linux/Config.in index 70dd2ca5e..2e9ddc382 100644 --- a/sysdeps/linux/Config.in +++ b/sysdeps/linux/Config.in | |||
@@ -106,6 +106,13 @@ config CONFIG_FEATURE_SUID_CONFIG_QUIET | |||
106 | help | 106 | help |
107 | Please submit a patch to add help text for this item. | 107 | Please submit a patch to add help text for this item. |
108 | 108 | ||
109 | config CONFIG_SELINUX | ||
110 | bool "Support NSA Security Enhanced Linux" | ||
111 | default n | ||
112 | help | ||
113 | Enable support for SE Linux in applets ls, ps, and id. Also provide | ||
114 | the option of compiling in SE Linux applets. | ||
115 | |||
109 | endmenu | 116 | endmenu |
110 | 117 | ||
111 | menu 'Build Options' | 118 | menu 'Build Options' |