From dcc8914fd1bcae2fc13dc22cc08b37d8b12d5dda Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 29 Mar 2016 08:49:44 -0400 Subject: x11 fixes --- etc/disable-common.inc | 2 +- src/firejail/x11.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/disable-common.inc b/etc/disable-common.inc index 06ced4e53..b1133f28f 100644 --- a/etc/disable-common.inc +++ b/etc/disable-common.inc @@ -1,10 +1,10 @@ # History files in $HOME blacklist-nolog ${HOME}/.history blacklist-nolog ${HOME}/.*_history - blacklist ${HOME}/.local/share/systemd blacklist-nolog ${HOME}/.adobe blacklist-nolog ${HOME}/.macromedia +read-only ${HOME}/.local/share/applications # X11 session autostart blacklist ${HOME}/.xinitrc diff --git a/src/firejail/x11.c b/src/firejail/x11.c index 851157420..ae37cdd57 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -275,7 +275,7 @@ void x11_start_xephyr(int argc, char **argv) { sleep(1); if (!arg_quiet) - printf("Xphyr server pid %d, client pid %d\n", server, client); + printf("Xephyr server pid %d, client pid %d\n", server, client); exit(0); } -- cgit v1.2.3-70-g09d2