mirror of https://github.com/hak5/openwrt.git
base-files: add some more protected services to sysupgrade kill blacklist
SVN-Revision: 28732lede-17.01
parent
48c37ff7eb
commit
e3daeabda3
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=85
|
PKG_RELEASE:=86
|
||||||
|
|
||||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||||
PKG_BUILD_DEPENDS:=opkg/host
|
PKG_BUILD_DEPENDS:=opkg/host
|
||||||
|
|
|
@ -87,7 +87,7 @@ kill_remaining() { # [ <signal> ]
|
||||||
esac
|
esac
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
# Skip kernel threads and essential services
|
# Skip kernel threads and essential services
|
||||||
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*) : ;;
|
\[*\]|*ash*|*init*|*watchdog*|*ssh*|*dropbear*|*telnet*|*login*|*ubusd*|*netifd*|*hostapd*|*wpa_supplicant*) : ;;
|
||||||
|
|
||||||
# Killable process
|
# Killable process
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in New Issue