aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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