commit 55afbf19d730ecbbee0228be686ff3f5e57a13e8 from: Stefan Sperling date: Sat Sep 08 10:15:13 2018 UTC tweak imsg-related error messages commit - 03fa71c8764d610e39b7c0428ed2c51d5f0c9c20 commit + 55afbf19d730ecbbee0228be686ff3f5e57a13e8 blob - d559f4dfe6cfda0a4a41e25b6ab7e603c4ed38d3 blob + 8a462cdf7347b01860055e86ac11d6b3957a0b22 --- include/got_error.h +++ include/got_error.h @@ -97,11 +97,10 @@ static const struct got_error { { GOT_ERR_RECURSION, "recursion limit reached" }, { GOT_ERR_TIMEOUT, "operation timed out" }, { GOT_ERR_INTERRUPT, "operation interrupted" }, - { GOT_ERR_PRIVSEP_READ, "no data received from unprivileged process" }, - { GOT_ERR_PRIVSEP_LEN, "unexpected amount of data received " - "from unprivileged process" }, - { GOT_ERR_PRIVSEP_PIPE, "unprivileged process closed pipe" }, - { GOT_ERR_PRIVSEP_NO_FD,"out of file descriptors for privsep" }, + { GOT_ERR_PRIVSEP_READ, "no data received in imsg" }, + { GOT_ERR_PRIVSEP_LEN, "unexpected amount of data received in imsg" }, + { GOT_ERR_PRIVSEP_PIPE, "privsep peer process closed pipe" }, + { GOT_ERR_PRIVSEP_NO_FD,"privsep file descriptor unavailable" }, { GOT_ERR_PRIVSEP_MSG, "unexpected message from unprivileged process" }, { GOT_ERR_PRIVSEP_DIED, "unprivileged process died unexpectedly" }, { GOT_ERR_PRIVSEP_EXIT, "bad exit code from unprivileged process" },