You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Henrique de Moraes Holschuh ad7c6102f2 busybox: fix missing install with suid bit set if FEATURE_SUID=y
With FEATURE_SUID=y one can install busybox binary belonging to root
with the suid bit set, enabling some applets to perform root-level
operations even when run by ordinary users. Busybox then drops
privileges for applets that don't need root access, before entering
their main() function.

Currently we don't install busybox binary with suid bit set, rendering
this feature unusable.

Note that we can't just "chmod u+s /bin/busybox" at runtime as a
"cheaper" solution: it would waste approximately 200KiB of FLASH (the
whole /bin/busybox binary gets copied into the overlay).

Ref: PR#2502
Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br>
[commit title/description facelift, use INSTALL_SUID variable]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
..
base-files Revert "base-files: rename hostname with EUI of mac address" 5 years ago
boot ath79: add support for Netgear WNDR4300 5 years ago
devel strace: update to version 5.3 5 years ago
firmware ath10k-firmware: update Candela Tech firmware images 5 years ago
kernel kernel: add crypto_user mod to crypto-user pkg 5 years ago
libs wolfssl: update to v4.2.0-stable 5 years ago
network hostapd: enable PMKSA and OK caching for WPA3-Personal 5 years ago
system procd: Update to version 2019-11-02 5 years ago
utils busybox: fix missing install with suid bit set if FEATURE_SUID=y 5 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago