aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/runcon.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/selinux/runcon.c b/selinux/runcon.c
index b70a5e396..54349b25c 100644
--- a/selinux/runcon.c
+++ b/selinux/runcon.c
@@ -132,6 +132,5 @@ int runcon_main(int argc UNUSED_PARAM, char **argv)
132 bb_error_msg_and_die("can't set up security context '%s'", 132 bb_error_msg_and_die("can't set up security context '%s'",
133 context_str(con)); 133 context_str(con));
134 134
135 execvp(argv[0], argv); 135 BB_EXECVP_or_die(argv);
136 bb_perror_msg_and_die("can't execute '%s'", argv[0]);
137} 136}