utils: Add new python versions to logprof.conf

Adding everything up to 3.19 should make the file future-proof for a
while ;-)

Fixes: https://gitlab.com/apparmor/apparmor/-/issues/193
MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/795
Acked-by: Steve Beattie <steve.beattie@canonical.com>
(cherry picked from commit 4559a2997c)
Signed-off-by: Steve Beattie <steve.beattie@canonical.com>
This commit is contained in:
Steve Beattie 2021-08-26 17:43:43 +00:00 committed by Steve Beattie
parent 2993533d61
commit b469e1f3e8
Failed to generate hash of commit

View file

@ -117,6 +117,18 @@
/usr/bin/python3.5 = icn
/usr/bin/python3.6 = icn
/usr/bin/python3.7 = icn
/usr/bin/python3.8 = icn
/usr/bin/python3.9 = icn
/usr/bin/python3.10 = icn
/usr/bin/python3.11 = icn
/usr/bin/python3.12 = icn
/usr/bin/python3.13 = icn
/usr/bin/python3.14 = icn
/usr/bin/python3.15 = icn
/usr/bin/python3.16 = icn
/usr/bin/python3.17 = icn
/usr/bin/python3.18 = icn
/usr/bin/python3.19 = icn
/usr/bin/tr = icn
[required_hats]