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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user