2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 07:15:27 +00:00

cosmetic change to warning string

This commit is contained in:
Todd C. Miller
2016-05-12 10:35:06 -06:00
parent 4f46e07209
commit ea5bd18b92

View File

@@ -177,7 +177,7 @@ relabel_tty(const char *ttyn, int ptyfd)
if (tty_con) { if (tty_con) {
security_class_t tclass = string_to_security_class("chr_file"); security_class_t tclass = string_to_security_class("chr_file");
if (tclass == 0) { if (tclass == 0) {
sudo_warn(U_("unknown security class chr_file, not relabeling tty")); sudo_warn(U_("unknown security class \"chr_file\", not relabeling tty"));
goto bad; goto bad;
} }
if (security_compute_relabel(se_state.new_context, tty_con, if (security_compute_relabel(se_state.new_context, tty_con,