From aee833f8bbc958d71f78d55ba677a419b970aa05 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 8 Sep 2020 08:21:05 -0400 Subject: profstats: track dbus-system none --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8d113bae8..914aaab49 100644 --- a/README.md +++ b/README.md @@ -160,33 +160,33 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe ### Profile Statistics -A small tool to print profile statistics. Compile as usual and run: +A small tool to print profile statistics. Compile as usual and run in /etc/profiles: ````` -$ make -$ cd etc $ ./profstats *.profile - profiles 966 - include local profile 966 (include profile-name.local) - include globals 966 (include globals.local) - blacklist ~/.ssh 951 (include disable-common.inc) - seccomp 908 - capabilities 965 - noexec 830 (include disable-exec.inc) - memory-deny-write-execute 214 - apparmor 488 - private-bin 483 - private-dev 829 - private-etc 366 - private-tmp 726 - whitelist var 638 (include whitelist-var-common.inc) - whitelist run/user 282 (include whitelist-runuser-common.inc +Warning: multiple caps in transmission-daemon.profile + +Stats: + profiles 1025 + include local profile 1025 (include profile-name.local) + include globals 1025 (include globals.local) + blacklist ~/.ssh 1001 (include disable-common.inc) + seccomp 971 + capabilities 1024 + noexec 895 (include disable-exec.inc) + memory-deny-write-execute 217 + apparmor 546 + private-bin 537 + private-dev 893 + private-etc 426 + private-tmp 780 + whitelist var 691 (include whitelist-var-common.inc) + whitelist run/user 329 (include whitelist-runuser-common.inc or blacklist ${RUNUSER}) - whitelist usr/share 275 (include whitelist-usr-share-common.inc - net none 313 + whitelist usr/share 349 (include whitelist-usr-share-common.inc + net none 329 + dbus-system none 624 ````` -Run ./profstats -h for help. - ### New profiles: gfeeds, firefox-x11, tvbrowser, rtv, clipgrab, gnome-passwordsafe, bibtex, gummi, latex, pdflatex, tex, wpp, wpspdf, wps, et, -- cgit v1.2.3-54-g00ecf