aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-01 08:32:54 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-01 08:32:54 -0500
commit38036088fc46f152dff7870295ed53c1add81087 (patch)
tree8e2a79821cf9620efd87ab2123fb8f0eeb0386d2 /README.md
parent--writable-var-log (diff)
downloadfirejail-38036088fc46f152dff7870295ed53c1add81087.tar.gz
firejail-38036088fc46f152dff7870295ed53c1add81087.tar.zst
firejail-38036088fc46f152dff7870295ed53c1add81087.zip
fixed README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 55ed7523a..07de69e42 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Added AppImage type 2 support, and support for passing command line arguments to
99 $ firejail --hosts-file=~/myhosts firefox 99 $ firejail --hosts-file=~/myhosts firefox
100 100
101 --writable-var-log 101 --writable-var-log
102 Useq the real /var/log directory, not a clone. By default, a 102 Use the real /var/log directory, not a clone. By default, a
103 tmpfs is mounted on top of /var/log directory, and a skeleton 103 tmpfs is mounted on top of /var/log directory, and a skeleton
104 filesystem is created based on the original /var/log. 104 filesystem is created based on the original /var/log.
105 105