From b570e6134c1d2cfbc09fa2db7de722adb02e400a Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 25 Aug 2021 13:47:29 +0200 Subject: [PATCH] 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 --- utils/logprof.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/utils/logprof.conf b/utils/logprof.conf index 2589aa399..fd804c0ab 100644 --- a/utils/logprof.conf +++ b/utils/logprof.conf @@ -112,6 +112,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]