mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-15 04:43:01 +01:00
21 lines
899 B
Diff
21 lines
899 B
Diff
--- ./include/applets.src.h.orig
|
|
+++ ./include/applets.src.h
|
|
@@ -194,7 +194,7 @@
|
|
|| ENABLE_FEATURE_IP_LINK \
|
|
|| ENABLE_FEATURE_IP_TUNNEL \
|
|
|| ENABLE_FEATURE_IP_RULE
|
|
-IF_IP(APPLET(ip, BB_DIR_BIN, BB_SUID_DROP))
|
|
+IF_IP(APPLET(ip, BB_DIR_SBIN, BB_SUID_DROP))
|
|
#endif
|
|
IF_IPADDR(APPLET(ipaddr, BB_DIR_BIN, BB_SUID_DROP))
|
|
IF_IPCALC(APPLET(ipcalc, BB_DIR_BIN, BB_SUID_DROP))
|
|
@@ -229,7 +229,7 @@
|
|
IF_LPR(APPLET_ODDNAME(lpr, lpqr, BB_DIR_USR_BIN, BB_SUID_DROP, lpr))
|
|
IF_LS(APPLET_NOEXEC(ls, ls, BB_DIR_BIN, BB_SUID_DROP, ls))
|
|
IF_LSATTR(APPLET(lsattr, BB_DIR_BIN, BB_SUID_DROP))
|
|
-IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP))
|
|
+IF_LSPCI(APPLET(lspci, BB_DIR_USR_SBIN, BB_SUID_DROP))
|
|
IF_LSUSB(APPLET(lsusb, BB_DIR_USR_BIN, BB_SUID_DROP))
|
|
IF_UNLZMA(APPLET_ODDNAME(lzcat, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzcat))
|
|
IF_LZMA(APPLET_ODDNAME(lzma, unlzma, BB_DIR_USR_BIN, BB_SUID_DROP, lzma))
|