aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/faudit/files.c2
-rw-r--r--src/man/firejail.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/faudit/files.c b/src/faudit/files.c
index e27d3436a..67b43f22b 100644
--- a/src/faudit/files.c
+++ b/src/faudit/files.c
@@ -44,7 +44,7 @@ static void check_home_file(const char *name) {
44void files_test(void) { 44void files_test(void) {
45 struct passwd *pw = getpwuid(getuid()); 45 struct passwd *pw = getpwuid(getuid());
46 if (!pw) { 46 if (!pw) {
47 fprintf(stderr, "Error: cannot retrive user account information\n"); 47 fprintf(stderr, "Error: cannot retrieve user account information\n");
48 return; 48 return;
49 } 49 }
50 50
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index fed573e6c..c9e24380c 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1522,7 +1522,7 @@ firejail version 0.9.27
1522.TP 1522.TP
1523\fB\-\-whitelist=dirname_or_filename 1523\fB\-\-whitelist=dirname_or_filename
1524Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories. 1524Whitelist directory or file. This feature is implemented only for user home, /dev, /media, /opt, /var, and /tmp directories.
1525With the exeception of user home, both the link and the real file should be in 1525With the exception of user home, both the link and the real file should be in
1526the same top directory. 1526the same top directory.
1527.br 1527.br
1528 1528