aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-09 17:11:47 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-09 17:11:47 +0100
commit3e7c4830443b3c438df6968a050e813efbf28e0b (patch)
treecbd72223a732790df032709834aa06f8c31ccad1 /README.md
parentUpdate bug_report.md (diff)
downloadfirejail-3e7c4830443b3c438df6968a050e813efbf28e0b.tar.gz
firejail-3e7c4830443b3c438df6968a050e813efbf28e0b.tar.zst
firejail-3e7c4830443b3c438df6968a050e813efbf28e0b.zip
fixes
- hopefully fix #3795 finally - fix README.md codeblock - blacklist ${HOME}/.texlive20*
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6652a1e0a..c92d5bf30 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,7 @@ Release discussion: https://github.com/netblue30/firejail/issues/3696
163### Profile Statistics 163### Profile Statistics
164 164
165A small tool to print profile statistics. Compile as usual and run in /etc/profiles: 165A small tool to print profile statistics. Compile as usual and run in /etc/profiles:
166````` 166```
167$ sudo cp src/profstats/profstats /etc/firejail/. 167$ sudo cp src/profstats/profstats /etc/firejail/.
168$ cd /etc/firejail 168$ cd /etc/firejail
169$ ./profstats *.profile 169$ ./profstats *.profile
@@ -191,6 +191,7 @@ Stats:
191 net none 333 191 net none 333
192 dbus-user none 523 192 dbus-user none 523
193 dbus-system none 632 193 dbus-system none 632
194```
194 195
195### New profiles: 196### New profiles:
196 197