Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/156'
Browse files Browse the repository at this point in the history
* origin/pr/156:
  Restore correct log path
  • Loading branch information
marmarek committed May 1, 2024
2 parents 8f2539a + 6d37768 commit 89c450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/qrexec-daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static void init(int xid, bool opt_direct)

if (!opt_direct) {
if ((unsigned)snprintf(qrexec_error_log_name, sizeof(qrexec_error_log_name),
"qrexec.%s.log", remote_domain_name) >=
"/var/log/qubes/qrexec.%s.log", remote_domain_name) >=
sizeof(qrexec_error_log_name))
errx(1, "remote domain name too long");
umask(0007); // make the log readable by the "qubes" group
Expand Down

0 comments on commit 89c450b

Please sign in to comment.