diff options
author | Denis Vlasenko | 2007-03-11 22:16:02 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-03-11 22:16:02 +0000 |
commit | 1203c9bf2f63938f7766a3022a9659b25712824f (patch) | |
tree | 162a5019d61ce2403466754ab0ee727e04f1563b /coreutils/id.c | |
parent | baca1759129945fcd03d96ccc840892401b5a1af (diff) | |
download | busybox-1203c9bf2f63938f7766a3022a9659b25712824f.zip busybox-1203c9bf2f63938f7766a3022a9659b25712824f.tar.gz |
next portion of selinux updates: chcon, runcon. From
Yuichi Nakamura <himainu-ynakam@miomio.jp>
KaiGai Kohei <busybox@kaigai.gr.jp>
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index a036467..e183402 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)) { |