From 1203c9bf2f63938f7766a3022a9659b25712824f Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 11 Mar 2007 22:16:02 +0000 Subject: next portion of selinux updates: chcon, runcon. From Yuichi Nakamura KaiGai Kohei --- coreutils/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/id.c') diff --git a/coreutils/id.c b/coreutils/id.c index a0364675f..e183402fa 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -89,7 +89,7 @@ int id_main(int argc, char **argv) if (flags & JUST_CONTEXT) { selinux_or_die(); if (argc - optind == 1) { - bb_error_msg_and_die("can't print security context when user specified"); + bb_error_msg_and_die("user name can't be passed with -Z"); } if (getcon(&scontext)) { -- cgit v1.2.3