aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-26 17:30:41 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-26 17:30:41 +0200
commit0cec692346d412be494547881dbd580a48b5da88 (patch)
treec7c963569b5f0cb30845e47bd65c55ab08a8bbce
parenttesting for -fstack-clash-protection and -fstack-protector-strong compile flags (diff)
downloadfirejail-0cec692346d412be494547881dbd580a48b5da88.tar.gz
firejail-0cec692346d412be494547881dbd580a48b5da88.tar.zst
firejail-0cec692346d412be494547881dbd580a48b5da88.zip
whitespace fix
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index d3567af8d..3beef3986 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -1138,7 +1138,7 @@ void x11_xorg(void) {
1138 } 1138 }
1139 else { 1139 else {
1140 execlp("/usr/bin/xauth", "/usr/bin/xauth", "-f", tmpfname, 1140 execlp("/usr/bin/xauth", "/usr/bin/xauth", "-f", tmpfname,
1141 "generate", display, "MIT-MAGIC-COOKIE-1", "untrusted", NULL); 1141 "generate", display, "MIT-MAGIC-COOKIE-1", "untrusted", NULL);
1142 } 1142 }
1143 1143
1144 _exit(127); 1144 _exit(127);