summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/faudit/files.c2
-rw-r--r--src/man/firejail.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e9c2e3f2..63b9edb04 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Symlinks outside user home directories are allowed:
49 --whitelist=dirname_or_filename 49 --whitelist=dirname_or_filename
50 Whitelist directory or file. This feature is implemented only 50 Whitelist directory or file. This feature is implemented only
51 for user home, /dev, /media, /opt, /var, and /tmp directories. 51 for user home, /dev, /media, /opt, /var, and /tmp directories.
52 With the exeception of user home, both the link and the real 52 With the exception of user home, both the link and the real
53 file should be in the same top directory. 53 file should be in the same top directory.
54 54
55 Example: 55 Example:
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