From 9a415a34dd3ce2b69b780fb9884dc15b61dcfd96 Mon Sep 17 00:00:00 2001 From: valoq Date: Sun, 11 Dec 2016 19:18:09 +0100 Subject: fix comment --- src/firejail/fs.c | 6 +++--- src/man/firejail.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/firejail/fs.c b/src/firejail/fs.c index f469cba0a..adddf626b 100644 --- a/src/firejail/fs.c +++ b/src/firejail/fs.c @@ -532,7 +532,7 @@ void fs_proc_sys_dev_boot(void) { disable_file(BLACKLIST_FILE, "/dev/port"); - /* // disable various ipc sockets */ + // disable various ipc sockets struct stat s; // disable /run/user/{uid}/gnupg @@ -601,8 +601,8 @@ void fs_proc_sys_dev_boot(void) { // using kde: // kdeinit__0, ... - //more files with sockets to be blacklisted - // /run/dbus /run/systemd /run/udev /run/lvm + // more files with sockets to be blacklisted + // /run/dbus /run/systemd /run/udev /run/lvm // /run/user/{uid} does not exist on some systems, usually used and created by desktop applications diff --git a/src/man/firejail.txt b/src/man/firejail.txt index fdeb9ea3f..5b43b1ca5 100644 --- a/src/man/firejail.txt +++ b/src/man/firejail.txt @@ -85,7 +85,7 @@ Example: $ firejail --allow-debuggers --profile=/etc/firejail/firefox.profile strace -f firefox .TP \fB\-\-allusers -All user home directories are visible inside the sandbox. By default, only current user home directory is visible. +All directories under /home are visible inside the sandbox. By default, only current user home directory is visible. .br .br -- cgit v1.2.3-54-g00ecf