From 5cb907fffc25ce26d7388b485e64261f7ee42450 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Aug 2017 18:56:25 +0200 Subject: setconsole: make it NOEXEC BTW, I failed to make it do what it meant to do. ioctl appears to succeed, but kernel's output is not coming to the specified console (tried on VT consoles too). OTOH, setlogcons does work... Signed-off-by: Denys Vlasenko --- console-tools/setconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console-tools') diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index fa5269ebb..9a8ca3821 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c @@ -20,7 +20,7 @@ //config: default y //config: depends on SETCONSOLE && LONG_OPTS -//applet:IF_SETCONSOLE(APPLET(setconsole, BB_DIR_SBIN, BB_SUID_DROP)) +//applet:IF_SETCONSOLE(APPLET_NOEXEC(setconsole, setconsole, BB_DIR_SBIN, BB_SUID_DROP, setconsole)) //kbuild:lib-$(CONFIG_SETCONSOLE) += setconsole.o -- cgit v1.2.3