aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--src/man/firejail-profile.txt2
-rw-r--r--src/man/firejail.txt3
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5aa60d83a..97d47a857 100644
--- a/README
+++ b/README
@@ -344,6 +344,7 @@ Felipe Barriga Richards (https://github.com/fbarriga)
344 - --private-etc fix 344 - --private-etc fix
345fenuks (https://github.com/fenuks) 345fenuks (https://github.com/fenuks)
346 - fix sound in games using FMOD 346 - fix sound in games using FMOD
347 - allow /opt/tor-browser for Tor Browser profile
347Florian Begusch (https://github.com/florianbegusch) 348Florian Begusch (https://github.com/florianbegusch)
348 - (la)tex profiles 349 - (la)tex profiles
349 - fixed transmission-common.profile 350 - fixed transmission-common.profile
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index f6c905d59..9c251ec34 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -358,7 +358,7 @@ modifications are discarded when the sandbox is closed.
358Set working directory inside jail to the home directory, and failing that, the root directory. 358Set working directory inside jail to the home directory, and failing that, the root directory.
359.TP 359.TP
360\fBprivate-cwd directory 360\fBprivate-cwd directory
361Set working directory inside the jail. 361Set working directory inside the jail. Full directory path is required. Symbolic links are not allowed.
362.TP 362.TP
363\fBprivate-dev 363\fBprivate-dev
364Create a new /dev directory. Only disc, dri, dvb, hidraw, null, full, zero, tty, pts, ptmx, 364Create a new /dev directory. Only disc, dri, dvb, hidraw, null, full, zero, tty, pts, ptmx,
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index b5cb1e7c2..84c17dc8b 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -1863,7 +1863,6 @@ $ firejail \-\-private-cache openbox
1863.TP 1863.TP
1864\fB\-\-private-cwd 1864\fB\-\-private-cwd
1865Set working directory inside jail to the home directory, and failing that, the root directory. 1865Set working directory inside jail to the home directory, and failing that, the root directory.
1866.br
1867Does not impact working directory of profile include paths. 1866Does not impact working directory of profile include paths.
1868.br 1867.br
1869 1868
@@ -1884,7 +1883,7 @@ $ pwd
1884.TP 1883.TP
1885\fB\-\-private-cwd=directory 1884\fB\-\-private-cwd=directory
1886Set working directory inside the jail. 1885Set working directory inside the jail.
1887.br 1886Full directory path is required. Symbolic links are not allowed.
1888Does not impact working directory of profile include paths. 1887Does not impact working directory of profile include paths.
1889.br 1888.br
1890 1889