aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-19 15:31:01 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-19 15:31:01 -0500
commit0d2044aa09a8d54d06d4c6dc2c93a0c63091c44c (patch)
tree018e3cf72ba7159ac6fa6155174a90e7a7128847 /src
parentprofile merges (diff)
downloadfirejail-0d2044aa09a8d54d06d4c6dc2c93a0c63091c44c.tar.gz
firejail-0d2044aa09a8d54d06d4c6dc2c93a0c63091c44c.tar.zst
firejail-0d2044aa09a8d54d06d4c6dc2c93a0c63091c44c.zip
spelling
Diffstat (limited to 'src')
-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 74eb00268..5bbc327a6 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -643,7 +643,7 @@ void x11_start(int argc, char **argv) {
643// 643//
644// 3. If for any reason xauth command fails, we exit the sandbox. On Debian 8 this happens 644// 3. If for any reason xauth command fails, we exit the sandbox. On Debian 8 this happens
645// when using a network namespace. Somehow, xauth tries to connect to the abstract socket, 645// when using a network namespace. Somehow, xauth tries to connect to the abstract socket,
646// and it failes because of the network namespace - it should try to connect to the regular 646// and it fails because of the network namespace - it should try to connect to the regular
647// Unix socket! If we ignore the fail condition, the program will be started on X server without 647// Unix socket! If we ignore the fail condition, the program will be started on X server without
648// the security extension loaded. 648// the security extension loaded.
649void x11_xorg(void) { 649void x11_xorg(void) {