aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-10-02 16:04:57 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2016-10-02 16:04:57 +0200
commit89ce7a2091f469abf89fce88879a8092f5e00ff9 (patch)
treea1b4c7269017930996e3e08d5699957804056861 /src
parentfeh, ranger, zathura profiles (diff)
downloadfirejail-89ce7a2091f469abf89fce88879a8092f5e00ff9.tar.gz
firejail-89ce7a2091f469abf89fce88879a8092f5e00ff9.tar.zst
firejail-89ce7a2091f469abf89fce88879a8092f5e00ff9.zip
Fix typos found by lintian
Diffstat (limited to 'src')
-rw-r--r--src/firejail/x11.c2
-rw-r--r--src/man/firejail-profile.txt4
-rw-r--r--src/man/firejail.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index 2fa7f84d8..36023e067 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -627,7 +627,7 @@ void x11_block(void) {
627 profile_add(line); 627 profile_add(line);
628 } 628 }
629 629
630 // clear enviroment 630 // clear environment
631 env_store("DISPLAY", RMENV); 631 env_store("DISPLAY", RMENV);
632 env_store("XAUTHORITY", RMENV); 632 env_store("XAUTHORITY", RMENV);
633#endif 633#endif
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 4c5651925..9583ad426 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -286,8 +286,8 @@ Enable X11 sandboxing with xpra.
286Enable X11 sandboxing with xephyr. 286Enable X11 sandboxing with xephyr.
287.TP 287.TP
288\fBx11 block 288\fBx11 block
289Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} enviroment variable. 289Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable.
290Remove DISPLAY and XAUTHORITY enviroment variables. 290Remove DISPLAY and XAUTHORITY environment variables.
291Stop with error message if X11 abstract socket will be accessible in jail. 291Stop with error message if X11 abstract socket will be accessible in jail.
292 292
293.SH Resource limits, CPU affinity, Control Groups 293.SH Resource limits, CPU affinity, Control Groups
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 2c4944331..3ceb21e78 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1714,8 +1714,8 @@ $ firejail \-\-x11=xephyr --net=eth0 openbox
1714 1714
1715.TP 1715.TP
1716\fB\-\-x11=block 1716\fB\-\-x11=block
1717Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} enviroment variable. 1717Blacklist /tmp/.X11-unix directory, ${HOME}/.Xauthority and file specified in ${XAUTHORITY} environment variable.
1718Remove DISPLAY and XAUTHORITY enviroment variables. 1718Remove DISPLAY and XAUTHORITY environment variables.
1719Stop with error message if X11 abstract socket will be accessible in jail. 1719Stop with error message if X11 abstract socket will be accessible in jail.
1720.br 1720.br
1721 1721