aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-06 10:35:23 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-06 10:35:23 -0400
commit1267eb2e3be2c75a69e290b6d03c529e75454c6a (patch)
tree079fda8b95c0c03d6e44d2525478da24c81f9426 /README.md
parentUpdate bitwarden.profile (diff)
downloadfirejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.tar.gz
firejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.tar.zst
firejail-1267eb2e3be2c75a69e290b6d03c529e75454c6a.zip
cleanup, fixes, more profstats
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 18 insertions, 15 deletions
diff --git a/README.md b/README.md
index 63609b86d..1f4fafe45 100644
--- a/README.md
+++ b/README.md
@@ -156,21 +156,24 @@ A small tool to print profile statistics. Compile as usual and run:
156$ make 156$ make
157$ cd etc 157$ cd etc
158$ ./profstats *.profile 158$ ./profstats *.profile
159Stats: 159 profiles 966
160 profiles 949 160 include local profile 966 (include profile-name.local)
161 include local profile 949 (include profile-name.local) 161 include globals 966 (include globals.local)
162 include globals 949 (include globals.local) 162 blacklist ~/.ssh 951 (include disable-common.inc)
163 blacklist ~/.ssh 934 (include disable-common.inc) 163 seccomp 908
164 seccomp 892 164 capabilities 965
165 capabilities 948 165 noexec 830 (include disable-exec.inc)
166 noexec 813 (include disable-exec.inc) 166 memory-deny-write-execute 214
167 apparmor 471 167 apparmor 488
168 private-dev 812 168 private-bin 483
169 private-tmp 711 169 private-dev 829
170 whitelist var 621 (include whitelist-var-common.inc) 170 private-etc 366
171 whitelist run/user 105 (include whitelist-runuser-common.inc) 171 private-tmp 726
172 whitelist usr/share 257 (include whitelist-usr-share-common.inc) 172 whitelist var 638 (include whitelist-var-common.inc)
173 net none 297 173 whitelist run/user 282 (include whitelist-runuser-common.inc
174 or blacklist ${RUNUSER})
175 whitelist usr/share 275 (include whitelist-usr-share-common.inc
176 net none 313
174````` 177`````
175 178
176Run ./profstats -h for help. 179Run ./profstats -h for help.