--- embedaddon/sudo/src/selinux.c 2013/07/22 10:46:13 1.1.1.3 +++ embedaddon/sudo/src/selinux.c 2013/10/14 07:56:35 1.1.1.4 @@ -339,7 +339,7 @@ selinux_setup(const char *role, const char *type, cons goto done; if (relabel_tty(ttyn, ptyfd) < 0) { - warning(_("unable to setup tty context for %s"), se_state.new_context); + warning(_("unable to set tty context to %s"), se_state.new_context); goto done; }