From 72bda4d4accd2082da2a118d6a8ef63519eec3a6 Mon Sep 17 00:00:00 2001 From: W Date: Sun, 25 Sep 2016 03:48:39 +0200 Subject: fixed typo in comment I fixed typo in a comment, it bothered me. If you don't really care about this kind of stuff, just reject this PR :) --- src/firejail/restrict_users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/firejail/restrict_users.c b/src/firejail/restrict_users.c index cb999a4a6..6aca49b1a 100644 --- a/src/firejail/restrict_users.c +++ b/src/firejail/restrict_users.c @@ -342,7 +342,7 @@ void restrict_users(void) { sanitize_home(); } else { - // user has the home diercotry outside /home + // user has the home directory outside /home // mount tmpfs on top of /home in order to hide it if (mount("tmpfs", "/home", "tmpfs", MS_NOSUID | MS_NODEV | MS_STRICTATIME | MS_REC, "mode=755,gid=0") < 0) errExit("mount tmpfs"); -- cgit v1.2.3-70-g09d2