diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-10-06 15:14:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-10-06 15:14:25 +0200 |
commit | cd256e1c407aa70dfefb7178ed2c0e4201f1aaf7 (patch) | |
tree | fefa7b99ae531051123281cc5673e0022940de5c /miscutils/Config.src | |
parent | 3eab2b7675fc7e2889cd69285a2a31980a4bf504 (diff) | |
download | busybox-w32-cd256e1c407aa70dfefb7178ed2c0e4201f1aaf7.tar.gz busybox-w32-cd256e1c407aa70dfefb7178ed2c0e4201f1aaf7.tar.bz2 busybox-w32-cd256e1c407aa70dfefb7178ed2c0e4201f1aaf7.zip |
wall: access FILE under real user's credentials
While at it, move applet/config/kbuild bits into wall.c.
(This way, it's more visible that applet is suid'ed).
function old new delta
wall_main 87 138 +51
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/Config.src')
-rw-r--r-- | miscutils/Config.src | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/miscutils/Config.src b/miscutils/Config.src index b9fc196d8..117ec7739 100644 --- a/miscutils/Config.src +++ b/miscutils/Config.src | |||
@@ -591,13 +591,6 @@ config VOLNAME | |||
591 | help | 591 | help |
592 | Prints a CD-ROM volume name. | 592 | Prints a CD-ROM volume name. |
593 | 593 | ||
594 | config WALL | ||
595 | bool "wall" | ||
596 | default y | ||
597 | depends on FEATURE_UTMP | ||
598 | help | ||
599 | Write a message to all users that are logged in. | ||
600 | |||
601 | config WATCHDOG | 594 | config WATCHDOG |
602 | bool "watchdog" | 595 | bool "watchdog" |
603 | default y | 596 | default y |