diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-06-17 11:20:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:30:30 +0100 |
commit | 832d1b5575c76f61623f2e0337554287d056422b (patch) | |
tree | b0bc0093b96c10be4d1ea3eb7cdcf878eb91d951 /meta/recipes-core/busybox/busybox_1.20.2.bb | |
parent | 2a37490d4d55a1a6e4c4d268231a9d8904d38f8b (diff) | |
download | openembedded-core-832d1b5575c76f61623f2e0337554287d056422b.tar.gz openembedded-core-832d1b5575c76f61623f2e0337554287d056422b.tar.bz2 openembedded-core-832d1b5575c76f61623f2e0337554287d056422b.zip |
busybox: enable to list suid and non-suid app configs
This patch, written by Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>,
adds the ability to busybox to list configuration items of suid apps
and non-suid apps separately.
`make busybox.cfg.suid' generates a file containing config items of the
suid apps.
'make busybox.cfg.nosuid' generates a file containing config items of
the non-suid apps.
This patch helps to separate busybox into two binaries, the suid one and
the non-suid one.
[YOCTO #4207]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.20.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb index 3ff8a88958..a2e762d451 100644 --- a/meta/recipes-core/busybox/busybox_1.20.2.bb +++ b/meta/recipes-core/busybox/busybox_1.20.2.bb @@ -36,7 +36,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://busybox-sulogin-empty-root-password.patch \ file://inetd.conf \ file://inetd \ - file://login-utilities.cfg" + file://login-utilities.cfg \ + file://busybox-list-suid-and-non-suid-app-configs.patch" SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" |