From 39c651e9097e0e55a52c897982d6e84d281f7396 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 12 Mar 2007 18:22:55 +0000 Subject: introduce and use setfscreatecon_or_die (patch by Yuichi Nakamura ) runcon: *yet another* fix for vda's brainfart :( --- selinux/runcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'selinux/runcon.c') diff --git a/selinux/runcon.c b/selinux/runcon.c index 24e436feb..8888ccc7b 100644 --- a/selinux/runcon.c +++ b/selinux/runcon.c @@ -132,6 +132,6 @@ int runcon_main(int argc, char *argv[]) execvp(argv[0], argv); - bb_perror_msg_and_die("cannot execute '%s'", command); + bb_perror_msg_and_die("cannot execute '%s'", argv[0]); return 1; } -- cgit v1.2.3