From 3941edca6c9e980474972106e7dfc7b1a272319d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 03:03:31 +0000 Subject: [PATCH 01/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 118ed9a..53ddeb0 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.31 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 3.3.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Nov 23 2022 Petr Lautrbach - 3.3.31-1 - Add a screen reader label to the icon - seapplet: avoid ValueError when parsing sealert.conf From 0ef6904e8c58cc96c054bc002f5e3b4a87f73739 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 13 Jan 2023 12:51:41 +0100 Subject: [PATCH 02/41] Require python3-six Fixes: https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/5 --- setroubleshoot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 53ddeb0..29b50af 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -102,7 +102,7 @@ BuildRequires: python3-devel Requires: systemd-python3 >= 206-1 Requires: python3-gobject-base >= 3.11 Requires: dbus -Requires: python3-dbus python3-dasbus +Requires: python3-dbus python3-dasbus python3-six Requires: polkit Requires: initscripts-service From 5a059360552f52f72d3f8db9f50a296fd34af0f7 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 15 Feb 2023 16:11:38 +0100 Subject: [PATCH 03/41] setroubleshoot-3.3.32-1 - Rename session bus name to org.fedoraproject.sealert - seapplet: wrap SEApplet() to try except - util.py: Add doctext test for build_module_type_cache() - Update translations --- .gitignore | 1 + setroubleshoot.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8535490..e8086a5 100644 --- a/.gitignore +++ b/.gitignore @@ -216,3 +216,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.29.tar.gz /setroubleshoot-3.3.30.tar.gz /setroubleshoot-3.3.31.tar.gz +/setroubleshoot-3.3.32.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 29b50af..1dc3ebe 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -3,8 +3,8 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.31 -Release: 2%{?dist} +Version: 3.3.32 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -54,7 +54,7 @@ to user preference. The same tools can be run on existing log files. %config(noreplace) %{_sysconfdir}/xdg/autostart/* %{_datadir}/applications/*.desktop %{_metainfodir}/*.appdata.xml -%{_datadir}/dbus-1/services/sealert.service +%{_datadir}/dbus-1/services/org.fedoraproject.sealert.service %{_datadir}/icons/hicolor/*/*/* %dir %attr(0755,root,root) %{pkgpythondir} %{pkgpythondir}/browser.py @@ -191,6 +191,12 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Feb 15 2023 Petr Lautrbach - 3.3.32-1 +- Rename session bus name to org.fedoraproject.sealert +- seapplet: wrap SEApplet() to try except +- util.py: Add doctext test for build_module_type_cache() +- Update translations + * Sat Jan 21 2023 Fedora Release Engineering - 3.3.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 61464b9..2e0eb54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.31.tar.gz) = e3ab60a81c851e1a68b43e6e08b6901caa2c507318ccb24992d24cca785cd3fbbb9e3d94b51f214a42ee3aba200d6d92eefaf38b71251794489a51844913ed64 +SHA512 (setroubleshoot-3.3.32.tar.gz) = 49199181d56e8e24b80a5931eb2e9484a045740eccbc0b3dae1cecc1041126e5f71e670367bf5ed6baf197181d217b5435f9cb04aae5ad6e6b1298ac143007f4 From dc409d3423b4daa00ae405bfcd8c605fba65b0be Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 15 May 2023 13:38:14 +0200 Subject: [PATCH 04/41] Remove dbus-glib-devel BR as it's only needed when compiled with seappletlegacy --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 1dc3ebe..62c7487 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -16,7 +16,7 @@ BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel BuildRequires: intltool gettext python3 python3-devel python3-setuptools python3-pip -BuildRequires: desktop-file-utils dbus-glib-devel libnotify-devel libselinux-devel polkit-devel +BuildRequires: desktop-file-utils libnotify-devel libselinux-devel polkit-devel BuildRequires: audit-libs-devel >= 3.0.1 BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel # for the _tmpfilesdir macro @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon May 15 2023 Tomas Popela - 3.3.32-2 +- Remove dbus-glib-devel BR as it's only needed when compiled with seappletlegacy + * Wed Feb 15 2023 Petr Lautrbach - 3.3.32-1 - Rename session bus name to org.fedoraproject.sealert - seapplet: wrap SEApplet() to try except From 9abfd82bd1bb71280183069a5efa0a978ff20b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 26 May 2023 11:33:22 +0200 Subject: [PATCH 05/41] Fix build with pip 23.1.2+ Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2209022 --- setroubleshoot.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 62c7487..a763873 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -15,7 +15,7 @@ Source2: %{name}.sysusers BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel -BuildRequires: intltool gettext python3 python3-devel python3-setuptools python3-pip +BuildRequires: intltool gettext python3 python3-devel python3-setuptools python3-wheel python3-pip BuildRequires: desktop-file-utils libnotify-devel libselinux-devel polkit-devel BuildRequires: audit-libs-devel >= 3.0.1 BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel @@ -125,7 +125,7 @@ to user preference. The same tools can be run on existing log files. %{_bindir}/sealert %{_sbindir}/sedispatch %{_sbindir}/setroubleshootd -%{python3_sitelib}/setroubleshoot*.egg-info +%{python3_sitelib}/setroubleshoot*.dist-info %dir %attr(0755,root,root) %{pkgconfigdir} %dir %{pkgpythondir} %dir %{pkgpythondir}/__pycache__ @@ -191,6 +191,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri May 26 2023 Miro Hrončok - 3.3.32-3 +- Fix build with pip 23.1.2+ +- Fixes: rhbz#2209022 + * Mon May 15 2023 Tomas Popela - 3.3.32-2 - Remove dbus-glib-devel BR as it's only needed when compiled with seappletlegacy From f479eb38350e6b5e0ca2bdd67b751fc2870a30fd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 17:00:51 +0200 Subject: [PATCH 06/41] Rebuilt for Python 3.12 --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index a763873..4e11802 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Thu Jun 15 2023 Python Maint - 3.3.32-4 +- Rebuilt for Python 3.12 + * Fri May 26 2023 Miro Hrončok - 3.3.32-3 - Fix build with pip 23.1.2+ - Fixes: rhbz#2209022 From 95d38b7207dfba3d7a687ecc545ced32f7add7b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 01:28:20 +0000 Subject: [PATCH 07/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 4e11802..6f59614 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 3.3.32-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jun 15 2023 Python Maint - 3.3.32-4 - Rebuilt for Python 3.12 From 47767e1756a09726d27fa7353807cda07f27fd7d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 25 Jul 2023 11:21:16 +0200 Subject: [PATCH 08/41] setroubleshoot-3.3.32-6 - 'imp' module is deprecated in favor of 'importlib' (rhbz#2224393) --- ...-is-deprecated-in-favor-of-importlib.patch | 71 ++++++++++++++ 0001-util.py-Improve-doctest-tests.patch | 95 ------------------- ...odules-in-usr-share-selinux-packages.patch | 54 ----------- ...use-rpm-source-package-for-reporting.patch | 37 -------- setroubleshoot.spec | 8 +- 5 files changed, 77 insertions(+), 188 deletions(-) create mode 100644 0001-imp-module-is-deprecated-in-favor-of-importlib.patch delete mode 100644 0001-util.py-Improve-doctest-tests.patch delete mode 100644 0002-Look-for-modules-in-usr-share-selinux-packages.patch delete mode 100644 0003-Always-use-rpm-source-package-for-reporting.patch diff --git a/0001-imp-module-is-deprecated-in-favor-of-importlib.patch b/0001-imp-module-is-deprecated-in-favor-of-importlib.patch new file mode 100644 index 0000000..44ee45c --- /dev/null +++ b/0001-imp-module-is-deprecated-in-favor-of-importlib.patch @@ -0,0 +1,71 @@ +From 2f9e575333af7c7798956f211c29a46a338155e5 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Mon, 24 Jul 2023 17:33:17 +0200 +Subject: [PATCH] 'imp' module is deprecated in favor of 'importlib' +Content-type: text/plain + +Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2224393 +--- + src/setroubleshoot/util.py | 26 ++++++++------------------ + 1 file changed, 8 insertions(+), 18 deletions(-) + +diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py +index 0e02f12de682..828a598ef1c2 100755 +--- a/src/setroubleshoot/util.py ++++ b/src/setroubleshoot/util.py +@@ -73,6 +73,7 @@ import datetime + from dasbus.connection import SystemMessageBus + import glob + from gi.repository import GObject ++import importlib + import os + import pwd + import re +@@ -771,37 +772,26 @@ def load_plugins(filter_glob=None): + + # load the parent (e.g. the package containing the submodules), required for python 2.5 and above + module_name = plugin_base +- plugin_name = '__init__' + if module_name not in sys.modules: + try: +- import imp +- mod_fp, mod_path, mod_description = imp.find_module(plugin_name, [plugin_dir]) +- mod = imp.load_module(module_name, mod_fp, mod_path, mod_description) ++ mod_spec = importlib.util.spec_from_file_location(plugin_base, plugin_dir + "/__init__.py") ++ mod = importlib.util.module_from_spec(mod_spec) ++ mod_spec.loader.exec_module(mod) + except Exception as e: + syslog.syslog(syslog.LOG_ERR, "failed to initialize plugins in %s: %s" % (plugin_dir, str(e))) + return [] + +- if mod_fp: +- mod_fp.close() +- + for plugin_name in plugin_names: + module_name = "%s.%s" % (plugin_base, plugin_name) +- mod = sys.modules.get(module_name) +- if mod is not None: +- log_debug("load_plugins() %s previously imported" % module_name) +- plugins.append(mod.plugin()) +- continue ++ + try: +- import imp +- mod_fp, mod_path, mod_description = imp.find_module(plugin_name, [plugin_dir]) +- mod = imp.load_module(module_name, mod_fp, mod_path, mod_description) ++ mod_spec = importlib.util.spec_from_file_location(module_name, plugin_dir + "/" + plugin_name + ".py") ++ mod = importlib.util.module_from_spec(mod_spec) ++ mod_spec.loader.exec_module(mod) + plugins.append(mod.plugin()) + except Exception as e: + syslog.syslog(syslog.LOG_ERR, "failed to load %s plugin: %s" % (plugin_name, str(e))) + +- if mod_fp: +- mod_fp.close() +- + plugins.sort(key=cmp_to_key(sort_plugins)) + return plugins + +-- +2.41.0 + diff --git a/0001-util.py-Improve-doctest-tests.patch b/0001-util.py-Improve-doctest-tests.patch deleted file mode 100644 index 736882f..0000000 --- a/0001-util.py-Improve-doctest-tests.patch +++ /dev/null @@ -1,95 +0,0 @@ -From def9fd0c22e43e437f867eb1f4bafc7c4a68898b Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Tue, 18 Jan 2022 11:59:40 +0100 -Subject: [PATCH] util.py: Improve doctest tests - -Usage: - # python3 -m doctest -v src/setroubleshoot/util.py ---- - src/setroubleshoot/util.py | 32 +++++++++++++++++--------------- - 1 file changed, 17 insertions(+), 15 deletions(-) - -diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py -index 02c4f752e690..de10c7319138 100755 ---- a/src/setroubleshoot/util.py -+++ b/src/setroubleshoot/util.py -@@ -321,7 +321,7 @@ def default_date_text(date): - - def get_standard_directories(): - """ -->>> get_standard_directories() -+>>> get_standard_directories() # doctest: +ELLIPSIS - [...'/bin'...] - """ - lst = [] -@@ -347,8 +347,8 @@ def get_rpm_nvr_from_header(hdr): - - def get_package_nvr_by_name(name): - """ -->>> get_package_nvr_by_name("coreutils") --'coreutils-8.30-3+b1:amd64' -+>>> get_package_nvr_by_name("coreutils")[0:9] -+'coreutils' - """ - if name is None: - return None -@@ -369,8 +369,8 @@ def get_package_nvr_by_name(name): - - def get_package_nvr_by_file_path(name): - """ -->>> get_package_nvr_by_file_path("/bin/ls") --'coreutils-8.30-3+b1:amd64' -+>>> get_package_nvr_by_file_path("/bin/ls")[0:9] -+'coreutils' - """ - if name is None: - return None -@@ -424,11 +424,11 @@ Finds an SELinux module which defines given SELinux type - - ##### usage - -->>> get_rpm_nvr_by_type("sshd_t") --'selinux-policy-... -+>>> get_rpm_nvr_by_type("sshd_t")[0:14] -+'selinux-policy' - -->>> get_rpm_nvr_by_type("mysqld_log_t") --'mysql-selinux-... -+>>> get_rpm_nvr_by_type("mysqld_log_t")[0:13] -+'mysql-selinux' - - """ - -@@ -511,14 +511,14 @@ Finds an SELinux module which defines given SELinux context - - ##### usage - -->>> get_rpm_nvr_by_scontext("system_u:system_r:syslogd_t:s0") --'selinux-policy-... -+>>> get_rpm_nvr_by_scontext("system_u:system_r:syslogd_t:s0")[0:14] -+'selinux-policy' - -->>> get_rpm_nvr_by_scontext("system_u:system_r:mysqld_log_t:s0") --'mysql-selinux-... -+>>> get_rpm_nvr_by_scontext("system_u:system_r:mysqld_log_t:s0")[0:13] -+'mysql-selinux' - -->>> get_rpm_nvr_by_scontext("system_u:system_r:timedatex_t:s0", use_dbus=True) --'selinux-policy-... -+>>> get_rpm_nvr_by_scontext("system_u:system_r:timedatex_t:s0", use_dbus=True)[0:14] -+'selinux-policy' - - """ - if use_dbus: -@@ -542,6 +542,8 @@ def get_rpm_source_package(name): - >>> get_rpm_source_package("selinux-policy-targeted") - 'selinux-policy' - -+ >>> get_rpm_source_package("selinux-policy-targeted-35.8-1.fc35.noarch") -+ 'selinux-policy' - """ - if name is None: - return None --- -2.34.1 - diff --git a/0002-Look-for-modules-in-usr-share-selinux-packages.patch b/0002-Look-for-modules-in-usr-share-selinux-packages.patch deleted file mode 100644 index be7a1dd..0000000 --- a/0002-Look-for-modules-in-usr-share-selinux-packages.patch +++ /dev/null @@ -1,54 +0,0 @@ -From 93a63babd44e8fc7652b4e6c3c078133f234310f Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Tue, 18 Jan 2022 15:59:09 +0100 -Subject: [PATCH] Look for modules in /usr/share/selinux/packages - -Not all packages shipping SELinux modules own their directory in -/var/lib/selinux/... Some of them own just .pp.bz2 file in -/usr/share/selinux/packages. Lets look there when we try to detect the -right component for the report. ---- - src/setroubleshoot/util.py | 20 +++++++++++++++++++- - 1 file changed, 19 insertions(+), 1 deletion(-) - -diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py -index de10c7319138..1405bb84c342 100755 ---- a/src/setroubleshoot/util.py -+++ b/src/setroubleshoot/util.py -@@ -430,6 +430,9 @@ Finds an SELinux module which defines given SELinux type - >>> get_rpm_nvr_by_type("mysqld_log_t")[0:13] - 'mysql-selinux' - -+>>> get_rpm_nvr_by_type("spc_t")[0:17] -+'container-selinux' -+ - """ - - if module_type_cache is None: -@@ -439,7 +442,22 @@ Finds an SELinux module which defines given SELinux type - - path = module_type_cache.get(selinux_type, None) - -- return get_package_nvr_by_file_path(path) -+ if path is None: -+ return None -+ -+ package = get_package_nvr_by_file_path(path) -+ -+ if package is None: -+ module_name = path.split('/')[-1] -+ path = '/usr/share/selinux/packages/' + module_name + '.pp' -+ package = get_package_nvr_by_file_path(path) -+ if package is None: -+ path += '.bz2' -+ package = get_package_nvr_by_file_path(path) -+ -+ return package -+ -+ - - # check if given string represents an integer - def __str_is_int(str): --- -2.34.1 - diff --git a/0003-Always-use-rpm-source-package-for-reporting.patch b/0003-Always-use-rpm-source-package-for-reporting.patch deleted file mode 100644 index fad0100..0000000 --- a/0003-Always-use-rpm-source-package-for-reporting.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 2dbf243d535c3b8dca5fa3b4e360ca8c6959f68d Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Tue, 18 Jan 2022 12:01:03 +0100 -Subject: [PATCH] Always use rpm source package for reporting - -Originally when a module wasn't owned by any package policy_rpm, e.g. -selinux-policy-targeted..., was used. In Red Hat bugzilla there's no -component selinux-policy-targeted therefore we need to use source -package name when reporting a problem. - -Fixes: -fatal: RPC failed at server. There is no component named 'selinux-policy-targeted-35.8-1.fc35.noarch' in the 'Fedora' product. ---- - src/setroubleshoot/browser.py | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) - -diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py -index 3203f75e0c17..48015834fe57 100644 ---- a/src/setroubleshoot/browser.py -+++ b/src/setroubleshoot/browser.py -@@ -1002,9 +1002,10 @@ class BugReport: - text_buf = self.error_submit_text.get_buffer() - content = text_buf.get_text(text_buf.get_start_iter(), - text_buf.get_end_iter(), False) -- local_policy_package = get_rpm_source_package(self.alert.environment.local_policy_rpm) -- if local_policy_package is None: -- local_policy_package = self.alert.environment.policy_rpm -+ local_policy_rpm = self.alert.environment.local_policy_rpm -+ if not local_policy_rpm: -+ local_policy_rpm = self.alert.environment.policy_rpm -+ local_policy_package = get_rpm_source_package(local_policy_rpm) - signature = report.createAlertSignature(str(local_policy_package), - "setroubleshoot", - self.alert.get_hash(), --- -2.34.1 - diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 6f59614..87d365e 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,14 +4,15 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.30 +# git format-patch -N 3.3.32 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done +Patch0001: 0001-imp-module-is-deprecated-in-favor-of-importlib.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -191,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jul 25 2023 Petr Lautrbach - 3.3.32-6 +- 'imp' module is deprecated in favor of 'importlib' (rhbz#2224393) + * Sat Jul 22 2023 Fedora Release Engineering - 3.3.32-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 1c5594f8c5812c9b0e3370032b7d1201a4cc37a2 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 25 Jul 2023 16:07:40 +0200 Subject: [PATCH 09/41] setroubleshoot-3.3.32-7 - Always reset pending alarms when alarm(0) (rhbz#2112573) --- ...ys-reset-pending-alarms-when-alarm-0.patch | 29 +++++++++++ ...t-get-to-install-python3-dbus-packag.patch | 52 +++++++++++++++++++ setroubleshoot.spec | 7 ++- 3 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 0002-Always-reset-pending-alarms-when-alarm-0.patch create mode 100644 0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch diff --git a/0002-Always-reset-pending-alarms-when-alarm-0.patch b/0002-Always-reset-pending-alarms-when-alarm-0.patch new file mode 100644 index 0000000..42006b8 --- /dev/null +++ b/0002-Always-reset-pending-alarms-when-alarm-0.patch @@ -0,0 +1,29 @@ +From 659f10a0ab422251f4d6857fb34ddf1c25b21b37 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Wed, 3 May 2023 09:35:28 +0200 +Subject: [PATCH] Always reset pending alarms when alarm(0) +Content-type: text/plain + +Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2112573 + +Signed-off-by: Petr Lautrbach +--- + src/setroubleshoot/server.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py +index fd89a5448912..2b1b0b1c30d0 100755 +--- a/src/setroubleshoot/server.py ++++ b/src/setroubleshoot/server.py +@@ -703,7 +703,7 @@ Deletes an alert from the database. + return "" + + def alarm(self, timeout=10): +- if self.conn_ctr == 0: ++ if self.conn_ctr == 0 or timeout == 0: + signal.alarm(timeout) + + +-- +2.41.0 + diff --git a/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch b/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch new file mode 100644 index 0000000..94c764b --- /dev/null +++ b/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch @@ -0,0 +1,52 @@ +From 502d06c8fa86b53198a2f4aeb59efdf1203531d6 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Wed, 3 May 2023 10:17:06 +0200 +Subject: [PATCH] gitlab-ci: use apt-get to install python3-dbus package +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Content-type: text/plain + +Fixes: +$ pip3 install dasbus +error: externally-managed-environment +× This environment is externally managed +╰─> To install Python packages system-wide, try apt install + python3-xyz, where xyz is the package you are trying to + install. + + If you wish to install a non-Debian-packaged Python package, + create a virtual environment using python3 -m venv path/to/venv. + Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make + sure you have python3-full installed. + + If you wish to install a non-Debian packaged Python application, + it may be easiest to use pipx install xyz, which will manage a + virtual environment for you. Make sure you have pipx installed. + + See /usr/share/doc/python3.11/README.venv for more information. +note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. +hint: See PEP 668 for the detailed specification. + +Signed-off-by: Petr Lautrbach +--- + .gitlab-ci.yml | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml +index e82e12f66737..bea5081bb0b9 100644 +--- a/.gitlab-ci.yml ++++ b/.gitlab-ci.yml +@@ -30,8 +30,7 @@ build:debian: + - > + apt-get -y install autoconf automake libglib2.0-dev libdbus-glib-1-dev libnotify-dev + libgtk-3-dev gcc python3-selinux python3-gi python3-dbus python3-six python3-sepolicy +- xdg-utils make intltool libaudit-dev libauparse-dev python3-pip +- - pip3 install dasbus ++ xdg-utils make intltool libaudit-dev libauparse-dev python3-pip python3-dasbus + - ./autogen.sh + - make + - make install +-- +2.41.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 87d365e..0a1473b 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -13,6 +13,8 @@ Source2: %{name}.sysusers # git format-patch -N 3.3.32 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done Patch0001: 0001-imp-module-is-deprecated-in-favor-of-importlib.patch +Patch0002: 0002-Always-reset-pending-alarms-when-alarm-0.patch +Patch0003: 0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -192,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jul 25 2023 Petr Lautrbach - 3.3.32-7 +- Always reset pending alarms when alarm(0) (rhbz#2112573) + * Tue Jul 25 2023 Petr Lautrbach - 3.3.32-6 - 'imp' module is deprecated in favor of 'importlib' (rhbz#2224393) From 6a4fd9320c5fd7f33705e85f961e228658ca5628 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 02:41:34 +0000 Subject: [PATCH 10/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 0a1473b..65463e4 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.32 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -194,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 3.3.32-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Jul 25 2023 Petr Lautrbach - 3.3.32-7 - Always reset pending alarms when alarm(0) (rhbz#2112573) From 1a11b3af0a698e3bcb1e84cbcf9f16253d5029d9 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Tue, 30 Jan 2024 19:10:37 +0100 Subject: [PATCH 11/41] setroubleshoot-3.3.33-1 - Check that SELinux is enabled before running (rhbz#2178950) - Improve limiting RAM utilization --- .gitignore | 1 + ...-is-deprecated-in-favor-of-importlib.patch | 71 ------------------- ...ys-reset-pending-alarms-when-alarm-0.patch | 29 -------- ...t-get-to-install-python3-dbus-packag.patch | 52 -------------- setroubleshoot.spec | 13 ++-- sources | 2 +- 6 files changed, 9 insertions(+), 159 deletions(-) delete mode 100644 0001-imp-module-is-deprecated-in-favor-of-importlib.patch delete mode 100644 0002-Always-reset-pending-alarms-when-alarm-0.patch delete mode 100644 0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch diff --git a/.gitignore b/.gitignore index e8086a5..4ee1b1c 100644 --- a/.gitignore +++ b/.gitignore @@ -217,3 +217,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.30.tar.gz /setroubleshoot-3.3.31.tar.gz /setroubleshoot-3.3.32.tar.gz +/setroubleshoot-3.3.33.tar.gz diff --git a/0001-imp-module-is-deprecated-in-favor-of-importlib.patch b/0001-imp-module-is-deprecated-in-favor-of-importlib.patch deleted file mode 100644 index 44ee45c..0000000 --- a/0001-imp-module-is-deprecated-in-favor-of-importlib.patch +++ /dev/null @@ -1,71 +0,0 @@ -From 2f9e575333af7c7798956f211c29a46a338155e5 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Mon, 24 Jul 2023 17:33:17 +0200 -Subject: [PATCH] 'imp' module is deprecated in favor of 'importlib' -Content-type: text/plain - -Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2224393 ---- - src/setroubleshoot/util.py | 26 ++++++++------------------ - 1 file changed, 8 insertions(+), 18 deletions(-) - -diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py -index 0e02f12de682..828a598ef1c2 100755 ---- a/src/setroubleshoot/util.py -+++ b/src/setroubleshoot/util.py -@@ -73,6 +73,7 @@ import datetime - from dasbus.connection import SystemMessageBus - import glob - from gi.repository import GObject -+import importlib - import os - import pwd - import re -@@ -771,37 +772,26 @@ def load_plugins(filter_glob=None): - - # load the parent (e.g. the package containing the submodules), required for python 2.5 and above - module_name = plugin_base -- plugin_name = '__init__' - if module_name not in sys.modules: - try: -- import imp -- mod_fp, mod_path, mod_description = imp.find_module(plugin_name, [plugin_dir]) -- mod = imp.load_module(module_name, mod_fp, mod_path, mod_description) -+ mod_spec = importlib.util.spec_from_file_location(plugin_base, plugin_dir + "/__init__.py") -+ mod = importlib.util.module_from_spec(mod_spec) -+ mod_spec.loader.exec_module(mod) - except Exception as e: - syslog.syslog(syslog.LOG_ERR, "failed to initialize plugins in %s: %s" % (plugin_dir, str(e))) - return [] - -- if mod_fp: -- mod_fp.close() -- - for plugin_name in plugin_names: - module_name = "%s.%s" % (plugin_base, plugin_name) -- mod = sys.modules.get(module_name) -- if mod is not None: -- log_debug("load_plugins() %s previously imported" % module_name) -- plugins.append(mod.plugin()) -- continue -+ - try: -- import imp -- mod_fp, mod_path, mod_description = imp.find_module(plugin_name, [plugin_dir]) -- mod = imp.load_module(module_name, mod_fp, mod_path, mod_description) -+ mod_spec = importlib.util.spec_from_file_location(module_name, plugin_dir + "/" + plugin_name + ".py") -+ mod = importlib.util.module_from_spec(mod_spec) -+ mod_spec.loader.exec_module(mod) - plugins.append(mod.plugin()) - except Exception as e: - syslog.syslog(syslog.LOG_ERR, "failed to load %s plugin: %s" % (plugin_name, str(e))) - -- if mod_fp: -- mod_fp.close() -- - plugins.sort(key=cmp_to_key(sort_plugins)) - return plugins - --- -2.41.0 - diff --git a/0002-Always-reset-pending-alarms-when-alarm-0.patch b/0002-Always-reset-pending-alarms-when-alarm-0.patch deleted file mode 100644 index 42006b8..0000000 --- a/0002-Always-reset-pending-alarms-when-alarm-0.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 659f10a0ab422251f4d6857fb34ddf1c25b21b37 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Wed, 3 May 2023 09:35:28 +0200 -Subject: [PATCH] Always reset pending alarms when alarm(0) -Content-type: text/plain - -Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2112573 - -Signed-off-by: Petr Lautrbach ---- - src/setroubleshoot/server.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py -index fd89a5448912..2b1b0b1c30d0 100755 ---- a/src/setroubleshoot/server.py -+++ b/src/setroubleshoot/server.py -@@ -703,7 +703,7 @@ Deletes an alert from the database. - return "" - - def alarm(self, timeout=10): -- if self.conn_ctr == 0: -+ if self.conn_ctr == 0 or timeout == 0: - signal.alarm(timeout) - - --- -2.41.0 - diff --git a/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch b/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch deleted file mode 100644 index 94c764b..0000000 --- a/0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 502d06c8fa86b53198a2f4aeb59efdf1203531d6 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Wed, 3 May 2023 10:17:06 +0200 -Subject: [PATCH] gitlab-ci: use apt-get to install python3-dbus package -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit -Content-type: text/plain - -Fixes: -$ pip3 install dasbus -error: externally-managed-environment -× This environment is externally managed -╰─> To install Python packages system-wide, try apt install - python3-xyz, where xyz is the package you are trying to - install. - - If you wish to install a non-Debian-packaged Python package, - create a virtual environment using python3 -m venv path/to/venv. - Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make - sure you have python3-full installed. - - If you wish to install a non-Debian packaged Python application, - it may be easiest to use pipx install xyz, which will manage a - virtual environment for you. Make sure you have pipx installed. - - See /usr/share/doc/python3.11/README.venv for more information. -note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. -hint: See PEP 668 for the detailed specification. - -Signed-off-by: Petr Lautrbach ---- - .gitlab-ci.yml | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml -index e82e12f66737..bea5081bb0b9 100644 ---- a/.gitlab-ci.yml -+++ b/.gitlab-ci.yml -@@ -30,8 +30,7 @@ build:debian: - - > - apt-get -y install autoconf automake libglib2.0-dev libdbus-glib-1-dev libnotify-dev - libgtk-3-dev gcc python3-selinux python3-gi python3-dbus python3-six python3-sepolicy -- xdg-utils make intltool libaudit-dev libauparse-dev python3-pip -- - pip3 install dasbus -+ xdg-utils make intltool libaudit-dev libauparse-dev python3-pip python3-dasbus - - ./autogen.sh - - make - - make install --- -2.41.0 - diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 65463e4..6147aaa 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -3,18 +3,15 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.32 -Release: 8%{?dist} +Version: 3.3.33 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.32 +# git format-patch -N 3.3.33 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done -Patch0001: 0001-imp-module-is-deprecated-in-favor-of-importlib.patch -Patch0002: 0002-Always-reset-pending-alarms-when-alarm-0.patch -Patch0003: 0003-gitlab-ci-use-apt-get-to-install-python3-dbus-packag.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -194,6 +191,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Jan 31 2024 Vit Mojzis - 3.3.33-1 +- Check that SELinux is enabled before running (rhbz#2178950) +- Improve limiting RAM utilization + * Sat Jan 27 2024 Fedora Release Engineering - 3.3.32-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 2e0eb54..4b1d853 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.32.tar.gz) = 49199181d56e8e24b80a5931eb2e9484a045740eccbc0b3dae1cecc1041126e5f71e670367bf5ed6baf197181d217b5435f9cb04aae5ad6e6b1298ac143007f4 +SHA512 (setroubleshoot-3.3.33.tar.gz) = d70af05d1259b2b5c48f15a47e656865f2c0eb1d09a2441e651089914128340a0ac56cb5d40bd2b66bf64a25bf630086b7b11ae726d9e152257bc2e4a47b9c45 From 50f3e68b9c53971e8f744d4cfdde3eb6178cd62c Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 3 Jun 2024 19:57:14 +0200 Subject: [PATCH 12/41] setroubleshoot-3.3.33-2 https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/8 - Ship with contemporary app icon --- ...Fedora-and-Debian-build-requirements.patch | 36 + 0002-data-update-app-icon.patch | 1923 +++++++++++++++++ setroubleshoot.spec | 5 +- 3 files changed, 1963 insertions(+), 1 deletion(-) create mode 100644 0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch create mode 100644 0002-data-update-app-icon.patch diff --git a/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch b/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch new file mode 100644 index 0000000..f1fde5d --- /dev/null +++ b/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch @@ -0,0 +1,36 @@ +From dce909e06ba1471d5bbc2174bd7672be684bdf64 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Mon, 3 Jun 2024 15:44:28 +0200 +Subject: [PATCH] gitlab-ci: fix Fedora and Debian build requirements +Content-type: text/plain + +Signed-off-by: Petr Lautrbach +--- + .gitlab-ci.yml | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) + +diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml +index bea5081bb0b9..f316357a9164 100644 +--- a/.gitlab-ci.yml ++++ b/.gitlab-ci.yml +@@ -31,6 +31,7 @@ build:debian: + apt-get -y install autoconf automake libglib2.0-dev libdbus-glib-1-dev libnotify-dev + libgtk-3-dev gcc python3-selinux python3-gi python3-dbus python3-six python3-sepolicy + xdg-utils make intltool libaudit-dev libauparse-dev python3-pip python3-dasbus ++ python3-setuptools + - ./autogen.sh + - make + - make install +@@ -44,7 +45,8 @@ build:fedora: + dnf -y install make gcc automake autoconf libcap-ng-devel intltool gettext + python3 python3-devel desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel + audit-libs-devel libselinux-devel polkit-devel python3-libselinux python3-dasbus +- python3-gobject gtk3-devel xdg-utils intltool gettext python3 python3-devel ++ python3-gobject gtk3-devel xdg-utils intltool gettext ++ python3-setuptools python3-wheel python3-pip + - ./autogen.sh + - make + - make install +-- +2.44.0 + diff --git a/0002-data-update-app-icon.patch b/0002-data-update-app-icon.patch new file mode 100644 index 0000000..f2476e5 --- /dev/null +++ b/0002-data-update-app-icon.patch @@ -0,0 +1,1923 @@ +From 6063694ae192bd2d08d836121df41fc82c317d56 Mon Sep 17 00:00:00 2001 +From: Jakub Steiner +Date: Tue, 30 Apr 2024 11:07:40 +0200 +Subject: [PATCH] data: update app icon +Content-type: text/plain + +Fixes https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/8 +--- + gui/16x16/setroubleshoot_icon.png | Bin 1063 -> 0 bytes + gui/16x16/setroubleshoot_red_icon.png | Bin 1062 -> 0 bytes + gui/22x22/setroubleshoot_icon.png | Bin 1712 -> 0 bytes + gui/22x22/setroubleshoot_red_icon.png | Bin 1714 -> 0 bytes + gui/24x24/setroubleshoot_icon.png | Bin 1741 -> 0 bytes + gui/24x24/setroubleshoot_red_icon.png | Bin 1750 -> 0 bytes + gui/32x32/setroubleshoot_icon.png | Bin 2644 -> 0 bytes + gui/32x32/setroubleshoot_red_icon.png | Bin 2643 -> 0 bytes + gui/48x48/setroubleshoot_icon.png | Bin 4577 -> 0 bytes + gui/48x48/setroubleshoot_red_icon.png | Bin 4577 -> 0 bytes + gui/Makefile.am | 14 +- + ...org.fedoraproject.Setroubleshoot.Devel.svg | 72 ++ + gui/scalable/setroubleshoot_icon-symbolic.svg | 29 +- + gui/scalable/setroubleshoot_icon.svg | 531 +------------- + gui/scalable/setroubleshoot_red_icon.svg | 647 +----------------- + 15 files changed, 115 insertions(+), 1178 deletions(-) + delete mode 100644 gui/16x16/setroubleshoot_icon.png + delete mode 100644 gui/16x16/setroubleshoot_red_icon.png + delete mode 100644 gui/22x22/setroubleshoot_icon.png + delete mode 100644 gui/22x22/setroubleshoot_red_icon.png + delete mode 100644 gui/24x24/setroubleshoot_icon.png + delete mode 100644 gui/24x24/setroubleshoot_red_icon.png + delete mode 100644 gui/32x32/setroubleshoot_icon.png + delete mode 100644 gui/32x32/setroubleshoot_red_icon.png + delete mode 100644 gui/48x48/setroubleshoot_icon.png + delete mode 100644 gui/48x48/setroubleshoot_red_icon.png + create mode 100644 gui/scalable/org.fedoraproject.Setroubleshoot.Devel.svg + +diff --git a/gui/16x16/setroubleshoot_icon.png b/gui/16x16/setroubleshoot_icon.png +deleted file mode 100644 +index 43268441a792630d2c4831130209285638d12e7f..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1063 +zcmV+?1laqDP)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h0009nNkl*2uUwl0tp1$%^^_Hn~KsEjDldnpi(WeUGZj&hgJ~}q6a~WUU~=`5Q7rU +z#DLMUkeVWiNean^n4g(hcXoC@4_YbK_xSSi9A0>Y)|%ThIy#z_QWk*`Aw(~L*4hDP +zqbT}lW@cvP_Pw|TD3{C9w(SWiWjUA2#k;z?R7Xb#Qc5;AH(6a>Z8(loYcv|Ad_F%_ +zDwU#t0p)U8&d<+(lTN2k4h;=i$z&4Ob@6>4DJ7O=(UMBgXw;aWo2yoKc9;6|Lqnxf +zDKY?T+nz|JQvCx116HL{!Sg(nQYfVWh};U}kM +z4tV&r%e?qlo+F((sw>~K?wXuv+DC;RLI{Kqy%PBQFe!=rJx)FKJdwZ4d!^U8RC`YyH&x1 +zM+0WBenER{f*&_DH(kPdz5a{>zQ$4wq-lZ>AO!AVjgL2v +z(-|D&&Dhx3OPNgO;^5$5>hSOoy>o-K3NZ`=tu;Xq;5H1ZsrzVY +zX<=bu!Sg)t;`H?Nqydo6=cjDjeq?cR@#OIEu%%mDsaC5TR;vJ*rpeuwMHq(6&CU6q +z=Pl*)`KkYv$u!M!Pft(0v$IpRx3>eZzP`@d+FHYLoLU%$cgpl%oeje%N-0OQ*1iAK +hj@EiM48uEg{tHUBZj+*1X43!w002ovPDHLkV1f_j-~#{v + +diff --git a/gui/16x16/setroubleshoot_red_icon.png b/gui/16x16/setroubleshoot_red_icon.png +deleted file mode 100644 +index a51c5201a02bea204aa8999f4ce8b9e909d352b9..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1062 +zcmV+>1ljwEP)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h0009mNkleR0L6db_l@KJ>1N$S +zDj21T+PalR1Hp}DB|^F$1WT{!X#)v?&;}|!7$j^qJ(}7>rH7tcNH3wcf(b&16eNxa +z5vB#D9{dk+gYnPKZf167z8-8#X!?$i$2+{oPiU=qQzIiI-BQW|Ff4?~0BEgkU_K1P +zALr)g{(Lhp{wXMxO472daVcdfolZA)babe;wl<`c?C$Qev9S@@w(SN%P|Rkt)5T&j +z{I{S~D#^vg#orQ%#Q9t<7mG%tR4Ns!)hbd-VzC%akqCk7vbeBND<2%J^yhN9VzC$+ +z0G4Hq$K&z-fq{Woxm?C^9F$Thr2q)aWv*v3G^A3DI!<&_%0A1o#)11HpU-z2hOv@P +zr(;40gyYcWc}S%YLa<|+6e<-u$HrKln&O8lR%T6UZ}X=)7`;@Zm!|&qFC?hGAGxU0q#YCzHwdB0)gQ(Gjl= +z1OL$@Ixb%1*Q;0Aibm;^62ml^dhmef@%ZWbLdYNploUc_lu|Ukdd0-GYYgt~aryRb +zgy-?e%nV;l)OiIGTLoVOENqBI;_jm5_-MxEw +zuFD@YGeiak7~9(7+sR2fYBhuq02qL+wf?BVH1XEfn1Aww;Y*jOrc!)<;R0G~j+061 +zJ3D+_DDc|0iA19)rO;a2s=K?pv!S73FwxvB*VflLN~P#|`I5-$DzZ}HmlrQM5P}ap +zkNL-sX^lj9t~Gn$*X#A4MLwVJZftB^>Feu@0T`~!XHTCJ3j(BRp1vUj71!mbo*v$D +zT@IU@`F(ShlYk?`s`V1wHhb28UUtg@@_1K@B1t)EL0uG +zS;=Oz)Bg*TX_}?p-rmOc_IB0U+6ut-_BNZFn}KcHuJ8MA!}MRA4Z|o%DTlSznZIpY +gYd!D#{#!Wz1(kDb>LMs$=l}o!07*qoM6N<$f;$iGXaE2J + +diff --git a/gui/22x22/setroubleshoot_icon.png b/gui/22x22/setroubleshoot_icon.png +deleted file mode 100644 +index 75b38f6e9d1250bee56af2928597af1024ccc4b0..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1712 +zcmV;h22c5kP)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HINklHYp8u +z##JG1?N+f(P+QBAY?O;4TaqnlMw7XonK@_g-3P^{w{$%&*82HbeCrp+7(T2fCMNon +zQip&ez*8TzF9TPllr!hgpMUqmcE$e^K6dQbkY!n~gu~&Uj*bq~-rgQdrBVW5V`IbQ +z^Z9BnmlO4ReN}7y+|<<6-2W9me*CyBl}g`t9Op!Te}6QcPKzK2P)gzZK1wMZ$H8$N +zq?9ZzEt$o|#hUN?KT0GLKR9#djQTI(@$qrj7;`O=NbDXM7>K#9OQ}=>KuU>aSpaCQ +zacRNH&{o0NDTH{)Jd9wkMrVhds}uR4O5*L`sR)`oWOa +zn&I{mpMG`>5lUk6*ZI@cQuJ4^v!_<8y#Rdsf#dP<@gqWri+z245h*1~DWsGfZYwa7 +zs)Dc(V%zazPH=c+4;@Foiq6e(>ZPCY$_<;HUESQdbH_8rJe|#EuiBYRCL9ij&nA<} +zh;7?=o`;kYAq1UHl}Cy))0Vd+a!(r573N +zV&LNgRGR{21Y28M*tU&jSqay5pR|F;rIe9OVhLpobJY~1sRB==!-NlgY5TB7f%34r +z_8~sFck{i=O#S|K23^fy=l0la;3B1rD5V~^g%BCbvYgT6GHstZLFU5GX?yC6*gJZ; +z{@06al^awxmT9T1&}!FdKl)jkw|+_6|%J(qcu+V5GPN+%F8!G{AQ-f$;DQhb&vgD|0$tehgn&?fnQiB_3ZPw4-Zqm +z@>`tr6Fd?r-^cQx4a9^HD5cQV9Bog31=A=|SKA~irD$<2x)K6xmzkHo!yo1<6m^8> +zR?eY~CYP&n>=P}tOYc6FF&kJg#ylGM0jiuMf9Vt*nJ<75G@DIa*X3ch2)qjCfA~%Q +z;t!Fxc4E`uNaxW9LHNvt$2!tgu^&0E)A#OT*S)-F( +z^|vs_5J|K#b=$6bo;R7zW`AM>jEs!Dc7y?O!G;HI6ND +zY#Xf=^*~V7HoouU`#y`|{d9JAa_inb<$24CBO@a({%35ag%H>G?b{da>+2Ki>+4i1 +zm4C}$tu;XqJP-|s!*q3ZvAn!&=I7^Y#+U=yZ1$Z8u_=TQqobqCLWob!&d#3B<#OFe +zj~)#-8V#z|DxT-zdE1P-u1hkRBp#3BI1ba()AhBrwY#3@eZEqu+!jJu#uzO|M@MbX +z^P;6@b4N(ZHl*zAOeDS*i$*5~_wKcK_4HWX-QC3FaRAEYGHYvVtgf!=g@uKnQuQuu +z7E8YlG#f^lt=5Q@Z#J7{VT?ftAtom$#kq6m!exj`tz#YW_@g1$ea5lv$Al2OUDu5O +zG#U-h81uHT)Ze^neX3Zm{sSp1L8(-Y$K&;xnVG;CWBv(|g2(w>^L3yA00004h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HKNklUU0w$y+gp|^!mh^_9e(_UDLkW#Zp$`qzH8#N^1=sc@ +z3e=lkF|RE6Nv#l>zIEgXBAdlrzs{dMFZmnTQ7)HX0e<*U@yN)?<3fllJv}`MDJ4oNq?8<3UuQT7 +zz_Jiqif4u3z}I%r{GIQjr*3lg)a$%s*|c|baOcjQ&=~X0LZR@n$mjF%cszcqv9YnM +zy}g|<3?C{TEf#t5sizR_?H~ktWrdknUuE#k-=bEQx$?%Zd9PYyCKjWyxfx>&8yg!7 +zl}hESmg~AtSeBK^X0!Odk1+>PEJ2V_??+ +zfe2n?o7H&DK`(>+2kh$BDo2!hK_vf-uC|y&JLR +zcWwMb#>W1{POaIw<^QDXBBe|yr5>||5Qiz{JDa8Y{`;Jro8#S{9!Cgq*aG&&Vlg76 +zkR2Tut#JkiIdkCxr(-dGSF3TRv5{IBvgh?*5qtCi3pZ|1Us|H|#0lJ?AvWK73+LcL +zzOuRbAeQ@VASHxADTOYT$i4Iu#`CDy_Ld8Z2Fqfb5a7B@{Pah>x8bvqNbtg!{z +zxtTNV?fky2jjP+YqdgC&UVi|dwv90#D5Zv0(rFQ%JBRxGb21AHI8g*j;kqsz>+Ae= +z#|~}`4x)r0RjYBlTqfJrhA@WJx8Ekrs>o5pID(c8D_>FT0%;R5NwL8_$^DhQZ#U8b{H-x%|T +zt+gJn*XvSiO){BeX8U&b&d!p%dX-o*$&Z!7XbnODV8>$AD;1W<##j#m?2kTzSd5LS +zDLxw+A*xiQ)_VNGN&h67Or9JX8cMCLtzk<^GKx5I`ZP(c@1L^}2q`h;GD~f3%eR@bK_!*REZA?(W^Yd%C;3<@)+M71!nRi!YMY +z8b?YT+eRxzMF;}hre3d8uh*H~vxkFZE%Ep+zg+k%8hqWn$5czz5UI_8zUsP+{&oyx@5Ci(&;pg<1juxUMUufcf&CJw(tA5g%Fl8MvHtt +zZ--%+^lG&)#iYz3WlKvY^Sx9uIl6P#F1xF<)9UExAe~MFu(`QOu~=kraZyiCPe*oM1T+Oh5ZLWn-s +zbrS&9YBe;*{JpN!-@>3WwowT_K}tXJyda%US0*MVB4dpCC*!Kg@-wQrCjbBd07*qo +IM6N<$g5}Le(EtDd + +diff --git a/gui/24x24/setroubleshoot_icon.png b/gui/24x24/setroubleshoot_icon.png +deleted file mode 100644 +index 10f4bc99ff263534d6034412938e23ac3aafa43e..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1741 +zcmV;;1~U1HP)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HlNkl)YoNK`|vQ+;}uaa4kM;YdeUx<@+y`#V$6ad07q!F90<{Cj55TG%)wBk?RUR~9+$dg+^9_fMWy60P4TbnbP +zOr%&WBBexCRl+a?p#GRJh7j#`e +z*VWZ!Y`#)eRlbyCBd@ae$Y(L1ei3i}GOwS#z*Me*C!WZ#u&`jeuKUtv +zPZZcti=rsQO-)UPl#*JlRzQD<8ar>jii< +zhvnsEOw%+JMHwC(9Bior*tXrLC<>-&V%s)h7$T+QODT&z@iL`LKSG8+gf$l4`Wl}& +z{xTw#B)an$U3+@C`v5`|N~ID2ilSiKc3-^*LWqN^s>Z*PzC}cV$<;Ldohy8@ryG6W +zcM&K+0Dg_w-ska_=g~tSd+H~A^t&-mb_6J@fCqQS +zzxW2b-unT`XI~*$FEjei1@a|_mBo3w$&zVr-#xR!SUhwn%^Vbt3ULoWFcP +z@x#AiRre?l2XmuDK(D501bzr8gn^HUCph<;NiOGGxq4q?dObs2m+brguZSeOvGPUM +z?%$>J+dm~@rdfLT71Yj8v%O(`Q$W3s$W#b{9|VN<1JcjG3QidXQI}?G3_6;lRIR^q +z{oOaYyx7JXE$o~5AyP^tDZZ{7B-H97gS*LK2EcQD{BnW&zc_=pVi6*6U6*Jy%1*6_ +zQ(EEIZ=PkO_#{huhFC-)7pBMtDGEUoLFEA=3^xaIrp`c0dDZv*LwEcR<=*>0qgB;N +zEZwD5mWc}!qA}Whhs)wHbFm#rDM?71*ZN{Kb{qg8KlV1&g*2Aegp@LrQeNE(FzI<- +zR$I`nILXea-+O%~(*HI)I&oKA?Su)Rl1HGdQ +zJ2%UsOcDe^MM^nY2QUm{qE@TnI1Z+1a?g$O_u@TLAC6!)3ck7bDTJsXga9FsZVfx1 +zTvE;W9ow|gSl4`-?wlawCuVEO*#K%@eEEYSrfB$}?TrMMoKvM)qSAI#t%YzIN +zNQ4Xtv?#ODr??&Y6l-CWmYM~C(VXDgKUQqVaq6q$k!^b7#EH?)&d&axo}S3^^74i{ +zq$CoF)IA6SeBZ})T|Cdj^E?33=`^#mvtBNj8y_1Rt1ml+Ev9MOY0I)ob8~avu3fuG +zCX@A;l#(C_>Y$s}-ri16PY>B_*30E`CE%s4IqM9>nKR11(a~6AYwJ!!(|&B4=AolU +zkH%VBTBug5IF3WPTt-TXX__=NG!To$D3wZFyLR1KtE^4g>+9dMEbCq-ld-Q{x#HIW +zPMtcX&RCWaDV16@t)VScM4~xvJQr_l_|Eq2+m#(Vc0{&q+a@|XIsjN)T*R_0IX^$| +zWwY6^;y7=YD$ZCSy%izlveflr%yrkMr>DJtGY~=mf|Do3p=?$!Lql7nv0c@9CZeeO +z6-_;$z;1w0$~&I#e-s44v>S#KHCS{C1t)g+aP7~-!@)*HHxfVg(|-sEuyGCzF|;K< +jGz4ti$cH`pkBR;TdI#;w$||J!00000NkvXXu0mjf>x?MH + +diff --git a/gui/24x24/setroubleshoot_red_icon.png b/gui/24x24/setroubleshoot_red_icon.png +deleted file mode 100644 +index 979d6a80f862ec409433b27606ff2a5da5d364ce..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 1750 +zcmV;{1}XW8P)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HuNkli6Ye{xewP0iHO0L{CMbuygE$lS3q)AFcA#`O3-2|jfz#HR~wiLUuO&ba!2}MQv)Q5Gj%}ej{lljb=1@^X7fsE+kE5QkQOe;Bes`IKTUU=i>?~CI3&; +z{#$ThU?65$R*w+ks1V`=(6t%5C#4*dQcf6#F+Myzy!xaZ;zi6~i#T+tt<8kVqtO +zT^HZ?>#k`Unx>(uDyyrj+`oUnYFXA_L!r>iBO@bAPXzS$_orOfeV9(CckJK4Uk`$S +zN~MCTs;H`pq9_0aK|rHr(N?Q%KsAk-l@)Jdb#+zK^#j`>kJZ3&oGbBod`C8$)r-X< +zQc6@+B?tll>X!)uj#w7oIddA(yaR9iHh;Wd)gHo*VzGDyIQ1n3eSLk;heDytZEbDF +z)-6?4<=KS=zEv!OqHH+ucU9#Z-QOho!yn;}-Qe8it9;VXz*n+a9zA+wIgaznR!xMI +zl7WGNm~Gp$iA16~nM~q14vM0nsw$`Qd7gdY1w=XxfLACmJv2!B@Be^vcY=@KeV=j9 +z8-bro(HuW +zk6wI{r(XRjB9$V1`~+=Z>tqTD6opc$1c0I_SeDgOuYnNasH&<>KX~{M9hk^u=v!Ig +zs~sJLUV9CpDB$~0s}XtbIo!E9LY{~9yWev6PotdneH2AOO38IqrK0OizV9Ce{=5Y^ +zp=p}ZIX_S4{CW1h@dl~0XYtEru3f##f^D-hH%CViEh&*bM72^ +zGKu}+hZG+?z-(_tm$dyQz?AkuSh8;>Hxzq#%r}2wrvxQMwtzV`RD8`>5&nlLhzG=2N9JD +zLI@B7S*u~?^L%mV4vVoE;g3E-N=el;`E+0aZ*2|3Fvh>MDk71{<->;$8|88tAq1Kb +z^uG5ViG>9S0)&)^AixiYnLc=sPoI98wQ!i2X#!v*65Lu@v25FZd{u1O$&)9q?b@}g +zud}mLUtV6`=ng5-b-nJs@8fwMj^p6EF0ShWkjZ42o}PB|`TX_K(b4*{Q`lyjroC*M +zW@%<-#@)AXAE{KT9+Ohy`+gm|Wi2f&bar-<%jMjBK3@V}*`BkmKnx8jhpt_VG{)n5 +z4Nd!XG#WkD+uIw7#bQ*eRcza)TrMM}BpQv<(9l365}{NoaqHG?d#$qeiM77|bJH|u +zv)Qb5^X5&j4mfk>jC#*B4ZT!~X<9=vP()%!lX0r4vEgUCckfpA?AfF5+__V0SHc?7RPeAP#GGM +zdSi4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000SFNkl%*^i2?9JCW +zi5)u$2}CghBpPxl7a`+BOQ&p9Uc%czOs60|G59t#qNUel=QPnsKg%)9l +zR%)9xag$&w5fwsWY~o9t;M;n3cXoH?%$z=~cV$D`(!O-0qcf|S+5dOG^Zmc`39U8% +z&&&L>FAfY07_RH?6GH3<_5vG#rj^Hwz$`GLwLY53WX=o@4u)Umf5m@dU|?Xt&gb)o +zwARlwHa4(`^HsVQ%1X$c|3%jtCb@ZjKJ>3;^$ +z+uJ)JggDaL+G_9Ixzmov<9MD&sZ=70A^?<9gkg2D>2#V*CWG($eE8vqrMbDelGgeM +z!^6Xa{}lisgy`w%c`1=dJh@}X4#&1_mY0_?45L1zln5aJ&|0IlCW<1$FeD5^ve_)f +zVv&m%FM5?q<<;Tg;b-&>ihTiq5JL3!_8w0rlRewEZF5}LMF>G6kw8khrg&}C0EA&! +z2cnchYfU1NU~Fv6D;A3~w6~?&89MO#}N)6>&l5CjKTYoZQdMeWlqEiFxkVbm#KJq#&{8`bxP +z6l*lFxUhhCeS$q50TmI$(-s9~GCCQdH8eIh5{t!{pPye$r_&v^?x_1fKA%5iSyrO9 +z$E$@UgdmC{97FNLTd!hg(y&sTND<|(kiR;?*>o!pfA2|z(?U3Vju(IRJ~e`umX=t* +zem$0DCGz?FA>jEs11lzzYiMXl#pCfh^{Xj2B{arEp1Id2vFqRp?;!+v&=K>;e}sKU +zFUg(X#Gm;aKR)sfXQxb7D=v{p;5ZJsT&|GGWEuts2SXFUb=`f2VQAAd>#MEJ5>3p2 +zU5yKTeTTrXvV>!AAzQi;PAl4-z`yu5+Kl0B-b3k=cR79P3<;@lq$XU^d7uU5av8^Q +zFbqSxuDcI7Wv;Z|e#0=50*HwaDIx@#NE>v;i+rtPiCea0adth9h^0Vl2nv8kq_^UR +zT{M1W4?>#Q9d~lmmKoZYhxyJn8xVvV-nd{gJl~G*`xu6ijG}0N9RRRbN+}bD;^|u^ +zu#+}LPw~_7&3t?N932lnhDddwmp)oTWyNUAHNql9|vhQ)2`2!dUDra9Ie%BLhT$dp! +z75Np9sMlQi(NuG^s;?WEmdSUw&k#>kF&3^}Q=P$oSy|&>bpVS} +z$_*hFZ%(!G{j+b-eD4ABXO9yFKH0kuRPEI-U|W(+u~^O47gqzA6+&!48q7q^j4yGl^ZlMPBp +zt#~wbk|`s_P;eK%h>;B|yc6BSw7DLwHIDXq)HzGqkwhyF6vIa#@UBg;q?4GYMO2mV +z>}mibQ54-_S(em7Q7l&Y^vxsq1(zT)X`P#(^`3rO_7vFg_djvUJ=Zeh&q2Efr8 +zw5BO?Nyj3#?LUMtBp{jn?N5+Gvi!+MEa-0H2^+6eihz+i0Il`WAP62aO*0)R_=UTN +zm{&dbGltLoLvPXKKr(C7bjN+%d->w5n^DpjU2m6p?oWuCS45xsk61 +zr^z%VK}w3t9!E=iQB7N!o}TeM&wFubXz2MhZJ17{4;KoBrz(|-lS-xVeZPL(R##|{ +zkFV!Me1N#2>(8JXQbHoi**KL@6NZ}K87)Lbg;EL?0S&Dv72p~z61JklFOtYE|Rk3+T7ICL?)Br{Q2|V +z^78VDp`oFF9ZE&@lKuVta&mI=k)@@jBd1QC@@(7Y=9_OOole&ycdbYe1a+FjFs!qc +z$zU9R#fZn_WV2ba*({|}iF4=9`ID2AE!3ovyAf8X6ji#bR8)eqE1@j0B^jqw3mcb3+Sm +z;c%f;z9LO+m`WK^R)mVjQJxodcXx*e4<6JvWI#kwQfTc6EJvW75bc=YB<#d($$0#3 +z(=@gTK^AaUnDjv8lnTZQ(4CI5p^L`4I1i=~x>LOg(7t!C} +zFUH5m<+^q2WG9k}m`Et4 +zwerJI+2wMW$z(#eqa#d=kL#^lw?@Z~9n*lWiSeI;0}}wPoaj&h00004h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000SENklp&a+;VV4G$ne2q7l^3c<0xp52|@ow+l&58hqbkhZihz0%d}YCitwo_qf19-+17 +z|2fR>`rydOh~atO{X&SHz&2nV&|1H}2wVjwwAM#l*F8NtIvRbK?~4D#z{tpmT`U&& +zX|12m=ku&zzuxKW?39^IhD;^{K&e!sR4Q@p+O>FkdfH!FT0#i%QZ}1CFgiL~`JVv{ +z4GoP5Ar5wQbl7*?afh8uCh>irN~J;^#{ej$h@zFnX0usb*Chx7KKbO6%KZF%MQi=* +zv9Yny{|bN*LJSTLzL-j-p4hy3vt!#f%gf6chS8i-N`w#qXsyv&6UQ-86cI%cxm=EN +zxy*$N7yMeS_UhQ!*wgw3#l8hV2qA`shTcl2(}SBfZE`%%LkK}Cl|o9nrg&pE07OyL +z1frBeYfUPZ;?ku{ez{zJcWi9zXWs-NzlmsYaPURjwg>zB`<>lS`$qGb+ym5x3{+%hS8*a^)#d;S%1Dk +zf1~)~!UF!}BwNFfS|WjOS(HqZ^Kpy@^7%Z8M1t$ruPX~`s$$tLxyDK~+96!CNrklM3n<*QKy#UjKp*PneBduWLC +zBaaY#@BzO)c8oKo$!f)=QYjqAp-?E4T-R+G9UYBK0MGO8Hw;6YrrBI=<0`c#0c=@V +z;HN@hiCVs8*{uj)P$s +z+Vi~ofsBi5&>FFEBVK<$ +z`K?SrG^X0Z|m;YYkFj +z)r~1#t}W+C}lLw}^v)+^$_K_F5`oOG#AkmcF?;DxSw5Cnh*|*Im>MgM)2th$vd= +zAf@&G+%=<_L>La+L~FDIOai +zXF8MN_`UZMBogFmHI6;-05e@(XsvOAfXB|9AuA0fSGM5l +zY5)^)9DmQUEUA^ET&wZr!Gi>zM`)UKOit1Xt&cPTxUPG;SS*S-jxjBZN+N+WO-$1ybY0%rz8$%|%)R5|Z2R&{ +zZr-(vI&kVn22!GxqB=dz)EjRQeEl_)%dFeIo8o7maUq|_a-2q|3DZG8$BrG( +zIgazph7B8>a=DCUSF(zHr%vIf +z(;y{f-{;7-ZK#bKnVFsSecylK`0?YviZt%l5wH54OeS%2IX?dQW4~6btqCM+V$Imt +z*k~AruUx!%(eLQ!z;T>45laZMLb(t~!@#sG4AWc@<0`fq&uJi&&C=b|!{?uW?gv5e +z>NgYe4MXXU9XsC2=ktSGwrp`qr4pX!p|xIF}Qmhh?&?|zH0|Nu5QYvY+v^Y|0M`-P|WHJvs +zsnj!leSOLM?z=BhPcsw>1%e=;R;vM!NF+!mljL$aa=9FpN`Bq4cVwa*hKm);vV!yH&qrG8*bqX#g+n_tVnSLL!mi+O=zXVqzjZfBwAs>g)OA3ts6! +zsZzZnO>LM;8B*4SN+wah9}f%+M0@t^(Klp3#Bo|^?FcMKpq&WqnBb)B)LrRh@&~4A +zY!ZST;MAG)K@^k6z81ny1V&lPS~(2EH4KPVZYBURJUlEe +zU%o7Fy6GlaC=}%4;-XozZ6jeArX{6m2Br~6VVY)W#E~h55Ly~44ns3e#AOwwQc7v9 +zf+$jUwHmpu8+pCGQR?z#y>a8l_{}%p)PQb?@t-=l7WaWhW8nY*002ovPDHLkV1oZI +B>XQHf + +diff --git a/gui/48x48/setroubleshoot_icon.png b/gui/48x48/setroubleshoot_icon.png +deleted file mode 100644 +index bbacafdb8a7a3bb46e80fe1ca552b0961f1e5a95..0000000000000000000000000000000000000000 +GIT binary patch +literal 0 +HcmV?d00001 + +literal 4577 +zcmV<75gzV|P)4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000o^NklHY)isCZltam%->%))~NmFuAyDf5ngFAPI_dEap`Id9e +z|5AwvzsgPje*^fe?N^?F`*|5Ubm-87N~y1l$RkRrArTo+N|gabq^gvf5s^uy)M*j< +z{)rPO&U_x@s?U-GM~@zTNJO3%k#7_Vh1~G)uvadZy+WZtE|;ULs|$c;vq`JfqF%34 +ztyYuk*RLn_dcCETdQmC${41}#^6vjBful!{-ert=E|bX|-oAZ%FfuaY0dFGW@Ub*tWN?`x~{a$Zx +z@3W5M{K@w1+x;CocDP{}5{4nh7?e^drB=ZzrB5IDGiD5Ve)R>oNYzd~T; +zs&$*!&jWj{eHL2-+KMN>^YF1Ly-g|ILA8D01NF7!Qo%T6>$ +z`oT*qynC9z9lxKm^&V8?8Y3ekUKob=_4f8Y3;g*n?SZ35kKQFB=eBIwlJh)o75qwf +zv_@-%uZ5l<=DvK5$M4bPT#G_F%vkmSineih{jC}Lmfquw`-jLK`WtYwo!_H*($jy( +z)EocFbC>VuQnMQ?oo6$d43$cSnVFfEQfl{R>%^uWFvdKW&*weIaaK#+t*QcAS@Mpd +z=jAUDk<{I?-A>|;Y +zZ@5BcU;s7ttu^2c_RYVhdHG{%<5%fB@Z0$N{}i-~G_KS7@prg>?mYi^eGfBnj=J%P +zt+RfHU6)Fw!otEr3wUhfw&N4KQ4x9C^E}_t3XR3V;32jAZQ3;t~6EJZga +z(97c?C?HK!+U+);=lLS?^rw2@@ZrO=#X`QfT*y*%6SCUiItoV%U7oNd2-%itFc7ra +zvU3~RNB#)hpi^$36Juf_S_DZu-59984_h7s1Y5fdXjFTa#@jD5@!mKu&yP}1J&Y(? +z)?+@&&@i2Q-}lMoa@6bfxmRC(wePkB4jnr5pyN2FdP;?^ft=-=`wVyOeuV0!Q%sC6 +zk##L4FQLB@P}n+zzw2?(F5$T!B6cNt!7N=tqS~@c!6}r;eer2jPy*$E(nwsRb?P6O +zefz(-mJ~>gMzkWenj3MBck30dghg7$K~R*-Wg3k}(-`yE+O7DyBvwj&U2E+*3i3MQ +z!Mls-o%<-o@8M5f#&Hz6Ql9QdpG5WCholkV*%z7l=sI;9kl+$7%@S3omJLEh8f@KV +z$u+KmlLgmWBDue-&@+H;|8CM(z08t=y?yp>O7U476GloS3CFz=$GEQ8iD#+vSI!Mn@h00=`Za3yeWQb5$ +zYgw*}L$@U$A_JYU6|6{ygpC1Bc6bm$;S~yC6Rfo?r9M}pZl=?2X6h-SbwMk%f*sx@ +zk8O*njO`}BV>e1U*c+!wqY&%lXwTQk*c7$xAlQVcx=2#HM$cVeq%bl{*SR<8b|M08 +zXp6hL6<@)4I}enVQdoi5YMS+sd}9*5?GX9xoyqT5i4lR&I5cdAmiW}$4YcES_DEQU +zodqhpAE5Z~Z=saa+29qoA@ULP7d|4_Q-GiR^Xk}fwT@}jk#GU0SRtzo1t%t>4Jwtj +z3u^hc1Xh|cP)~g>Oh)YMy#NCx!uMVxT395g^x)t7Bv{kgR*N8M3?{*II~BuInjyVF +zZtyO!Db}<}XWr-P>nE6)w^a2o#n}jFzKw|BVCm8+B@L!Ni&GpRpZCeP5&~_}s>DLY@{ooGJ3Q$_=lZE3%bY>1J5w +z$@f*LkDp=U)SH}Z4e+M^D&i^%vJ!OIZf}A2a0D8S(Pumg*E+Hwngmod8g2NU1fAJ^2dh)J=>8^s&I%WG82` +z50WS!A0cNGdZ;tV96Pt?I%kGu4=AMxt07S}!N~+j8WXlsBJr@wMQKeC1cYH2E2U1~ +z$pha{lH@Nu&-0Bjh$z}B!wm^YOcqfZrsgoGen_EIM6fvV5{2E5F!ZIzX}|tslEo=z +zgKf;K0S5F^r}|h!PB-bXHL?;iaPK|no_jmtvz(rDr(Z{+5bbA?xJ@&Lw)HW}1JxnW +zXfzTL`TlJQoH%jf%#kBU+G(10IZh}3L^-t4%!vy|lj72tu92Oo<703ZC)g>5(*2LK +zrmASUB?&vc){v?GKZyl*p6{pgoo*$7vd$ +zI-R26`N7J;zr9hC+^meg7>3~=mr5nq7}H5KrAd`TRhLLrj(HW5QI@Q2Q`9l`%oKY| +z?~xha&CbVa)UQn~Z-!SkISLUM$1T%)?-=9y% +zmZXb@%9ALMT&|0Hqme45Ufc-w69kk}&o`URKj`c0b5|A*5kZtgfnI_yF1`TK*=(X&b^q3r3+`d^7eVey42>HnA1O9r79Mt=Mxs# +zLW3;I4G1zBZqCleN~z~Rfp@br@sT4(UaV9qU#nCqUKoa}+NSHeovY)Z9gVUnZdhf| +zPB9XH%t)?A-%#<^*8H2 +zCDm&6-;WyrYo^h>Y0Uwg~R>*{hsT(Y$Ul-zby`tlV?tE#Z{0*(@b4#pw%V> +zL=Y6Q%Ci)Vu;}y<*^X^1c2x{ER%jcCC9kL&p?E-ofYsb@CDdOKa{$dM!8?e6Y= +zde^R9*~P`h&bfGlCpv=~d}Yberb}A*By?mUwN6%CQQ{KOv{jZC84{~WmzC_bigs!& +z7R|txt$aK_-mcYZ&mTX2d{bHFwz|;Gn>W7=d}U^4=7GV%L2qGUVVx&#eO6ec(}}%Z)3t;pz+s)=T>TLQp>ZdFA1_uXe +zwOTSYHB|);-AQi0<2$nB$B)m7$iegH&)3`SwhRvsv!WGk^h76?*LPz(`lrCU@7F%F +z){f_SjE;^H$FW?vaG@?D2R}__zoWRTmes6-2M<2zy6%76bI(0JJ9qAMr>Cch<9HQ- +z)_OHRR=Qf%M%U)R`dBw>;y;_sGBPs4`1p8w@#4jWG);f=wbx!dvuxwGAU{DsDW#4b +zJElJP-~%;2Ue><jYWs)ReYHEroidG5S?ghtM0vo&Q +zx(p8wtH8pjy-ERNh?Ck7~VzFrA_rE2 +zXuzGGPP}|R4AL|WtnUY|))}!*S8uuSOyGOJ^T7T0ySsPqb`}>GnV+Ah*=(-UPj5$H +z<#Sh87nMqda=Fa8bLY(aAAFETaq{w9wf>yarkPqB>Nt*E*NqyDOtf{YmjLO>lP9gn +z>e;YEU?o%z95~=aQRL0Uv7d9@j2Al@rEJdVG?U`yv?8l8*{mCE>+a6~VJ?%|yLazi +zcjwNXx=<)ktyWoDS|W~P+U+)B7y=!UHV6WI->18~o1UH?>h(I~1yobBHyS=foF}J_JUl)r- +zy1Kg7y=HAR8r17`W@cvWrAwF6rKP1LPLf}=!}v$_IJ~G+39WY8LfY2iwq1$a#&ttc +zs^z6=*l08&GddbSoX@8(yzqiu38jr8q&Rj=?fbzG9N+idS!=!SH0!5nHIN|i@jTyc +zw}Z%W0$1xm67g{yA4&XdCUTOT(a}-+!V53Ra>RTB?4~QR +zth|ZqG^1{1qyjj0>=-9cp49ayQhIb$4L2HUadA-t#A&Kjk|;>nxJ+q~yzdKIQ|jrl +zSMzz%4h9c_2`7WoBh^Wo~0-b1m?* +zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& +zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000o^NklHY)isCZltam%->%))~NmFuAyDf5ngFAPI_dEap`Id9e +z|5AwvzsgPje*^fe?N^?F`*|5Ubm-87N~y1l$RkRrArTo+N|gabq^gvf5s^uy)M*j< +z{)rPO&U_x@s?U-GM~@zTNJO3%k#7_Vh1~G)uvadZy+WZtE|;ULs|$c;vq`JfqF%34 +ztyYuk*RLn_dcCETdQmC${41}#^6vjBful!{-ert=E|bX|-oAZ%FfuaY0dFGW@Ub*tWN?`x~{a$Zx +z@3W5M{K@w1+x;CocDP{}5{4nh7?e^drB=ZzrB5IDGiD5Ve)R>oNYzd~T; +zs&$*!&jWj{eHL2-+KMN>^YF1Ly-g|ILA8D01NF7!Qo%T6>$ +z`oT*qynC9z9lxKm^&V8?8Y3ekUKob=_4f8Y3;g*n?SZ35kKQFB=eBIwlJh)o75qwf +zv_@-%uZ5l<=DvK5$M4bPT#G_F%vkmSineih{jC}Lmfquw`-jLK`WtYwo!_H*($jy( +z)EocFbC>VuQnMQ?oo6$d43$cSnVFfEQfl{R>%^uWFvdKW&*weIaaK#+t*QcAS@Mpd +z=jAUDk<{I?-A>|;Y +zZ@5BcU;s7ttu^2c_RYVhdHG{%<5%fB@Z0$N{}i-~G_KS7@prg>?mYi^eGfBnj=J%P +zt+RfHU6)Fw!otEr3wUhfw&N4KQ4x9C^E}_t3XR3V;32jAZQ3;t~6EJZga +z(97c?C?HK!+U+);=lLS?^rw2@@ZrO=#X`QfT*y*%6SCUiItoV%U7oNd2-%itFc7ra +zvU3~RNB#)hpi^$36Juf_S_DZu-59984_h7s1Y5fdXjFTa#@jD5@!mKu&yP}1J&Y(? +z)?+@&&@i2Q-}lMoa@6bfxmRC(wePkB4jnr5pyN2FdP;?^ft=-=`wVyOeuV0!Q%sC6 +zk##L4FQLB@P}n+zzw2?(F5$T!B6cNt!7N=tqS~@c!6}r;eer2jPy*$E(nwsRb?P6O +zefz(-mJ~>gMzkWenj3MBck30dghg7$K~R*-Wg3k}(-`yE+O7DyBvwj&U2E+*3i3MQ +z!Mls-o%<-o@8M5f#&Hz6Ql9QdpG5WCholkV*%z7l=sI;9kl+$7%@S3omJLEh8f@KV +z$u+KmlLgmWBDue-&@+H;|8CM(z08t=y?yp>O7U476GloS3CFz=$GEQ8iD#+vSI!Mn@h00=`Za3yeWQb5$ +zYgw*}L$@U$A_JYU6|6{ygpC1Bc6bm$;S~yC6Rfo?r9M}pZl=?2X6h-SbwMk%f*sx@ +zk8O*njO`}BV>e1U*c+!wqY&%lXwTQk*c7$xAlQVcx=2#HM$cVeq%bl{*SR<8b|M08 +zXp6hL6<@)4I}enVQdoi5YMS+sd}9*5?GX9xoyqT5i4lR&I5cdAmiW}$4YcES_DEQU +zodqhpAE5Z~Z=saa+29qoA@ULP7d|4_Q-GiR^Xk}fwT@}jk#GU0SRtzo1t%t>4Jwtj +z3u^hc1Xh|cP)~g>Oh)YMy#NCx!uMVxT395g^x)t7Bv{kgR*N8M3?{*II~BuInjyVF +zZtyO!Db}<}XWr-P>nE6)w^a2o#n}jFzKw|BVCm8+B@L!Ni&GpRpZCeP5&~_}s>DLY@{ooGJ3Q$_=lZE3%bY>1J5w +z$@f*LkDp=U)SH}Z4e+M^D&i^%vJ!OIZf}A2a0D8S(Pumg*E+Hwngmod8g2NU1fAJ^2dh)J=>8^s&I%WG82` +z50WS!A0cNGdZ;tV96Pt?I%kGu4=AMxt07S}!N~+j8WXlsBJr@wMQKeC1cYH2E2U1~ +z$pha{lH@Nu&-0Bjh$z}B!wm^YOcqfZrsgoGen_EIM6fvV5{2E5F!ZIzX}|tslEo=z +zgKf;K0S5F^r}|h!PB-bXHL?;iaPK|no_jmtvz(rDr(Z{+5bbA?xJ@&Lw)HW}1JxnW +zXfzTL`TlJQoH%jf%#kBU+G(10IZh}3L^-t4%!vy|lj72tu92Oo<703ZC)g>5(*2LK +zrmASUB?&vc){v?GKZyl*p6{pgoo*$7vd$ +zI-R26`N7J;zr9hC+^meg7>3~=mr5nq7}H5KrAd`TRhLLrj(HW5QI@Q2Q`9l`%oKY| +z?~xha&CbVa)UQn~Z-!SkISLUM$1T%)?-=9y% +zmZXb@%9ALMT&|0Hqme45Ufc-w69kk}&o`URKj`c0b5|A*5kZtgfnI_yF1`TK*=(X&b^q3r3+`d^7eVey42>HnA1O9r79Mt=Mxs# +zLW3;I4G1zBZqCleN~z~Rfp@br@sT4(UaV9qU#nCqUKoa}+NSHeovY)Z9gVUnZdhf| +zPB9XH%t)?A-%#<^*8H2 +zCDm&6-;WyrYo^h>Y0Uwg~R>*{hsT(Y$Ul-zby`tlV?tE#Z{0*(@b4#pw%V> +zL=Y6Q%Ci)Vu;}y<*^X^1c2x{ER%jcCC9kL&p?E-ofYsb@CDdOKa{$dM!8?e6Y= +zde^R9*~P`h&bfGlCpv=~d}Yberb}A*By?mUwN6%CQQ{KOv{jZC84{~WmzC_bigs!& +z7R|txt$aK_-mcYZ&mTX2d{bHFwz|;Gn>W7=d}U^4=7GV%L2qGUVVx&#eO6ec(}}%Z)3t;pz+s)=T>TLQp>ZdFA1_uXe +zwOTSYHB|);-AQi0<2$nB$B)m7$iegH&)3`SwhRvsv!WGk^h76?*LPz(`lrCU@7F%F +z){f_SjE;^H$FW?vaG@?D2R}__zoWRTmes6-2M<2zy6%76bI(0JJ9qAMr>Cch<9HQ- +z)_OHRR=Qf%M%U)R`dBw>;y;_sGBPs4`1p8w@#4jWG);f=wbx!dvuxwGAU{DsDW#4b +zJElJP-~%;2Ue><jYWs)ReYHEroidG5S?ghtM0vo&Q +zx(p8wtH8pjy-ERNh?Ck7~VzFrA_rE2 +zXuzGGPP}|R4AL|WtnUY|))}!*S8uuSOyGOJ^T7T0ySsPqb`}>GnV+Ah*=(-UPj5$H +z<#Sh87nMqda=Fa8bLY(aAAFETaq{w9wf>yarkPqB>Nt*E*NqyDOtf{YmjLO>lP9gn +z>e;YEU?o%z95~=aQRL0Uv7d9@j2Al@rEJdVG?U`yv?8l8*{mCE>+a6~VJ?%|yLazi +zcjwNXx=<)ktyWoDS|W~P+U+)B7y=!UHV6WI->18~o1UH?>h(I~1yobBHyS=foF}J_JUl)r- +zy1Kg7y=HAR8r17`W@cvWrAwF6rKP1LPLf}=!}v$_IJ~G+39WY8LfY2iwq1$a#&ttc +zs^z6=*l08&GddbSoX@8(yzqiu38jr8q&Rj=?fbzG9N+idS!=!SH0!5nHIN|i@jTyc +zw}Z%W0$1xm67g{yA4&XdCUTOT(a}-+!V53Ra>RTB?4~QR +zth|ZqG^1{1qyjj0>=-9cp49ayQhIb$4L2HUadA-t#A&Kjk|;>nxJ+q~yzdKIQ|jrl +zSMzz% ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +diff --git a/gui/scalable/setroubleshoot_icon-symbolic.svg b/gui/scalable/setroubleshoot_icon-symbolic.svg +index 47e1c4d6412f..a2acfcfa19ed 100644 +--- a/gui/scalable/setroubleshoot_icon-symbolic.svg ++++ b/gui/scalable/setroubleshoot_icon-symbolic.svg +@@ -1,27 +1,4 @@ +- +- +- +- +- +- +- +- image/svg+xml +- +- Gnome Symbolic Icon Theme +- +- +- +- +- +- +- Gnome Symbolic Icon Theme +- +- +- +- +- +- +- +- +- ++ ++ ++ + +diff --git a/gui/scalable/setroubleshoot_icon.svg b/gui/scalable/setroubleshoot_icon.svg +index d57b0733e2ea..7f3f497856b5 100644 +--- a/gui/scalable/setroubleshoot_icon.svg ++++ b/gui/scalable/setroubleshoot_icon.svg +@@ -1,514 +1,21 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- image/svg+xml +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- ++ ++ ++ + +diff --git a/gui/scalable/setroubleshoot_red_icon.svg b/gui/scalable/setroubleshoot_red_icon.svg +index 2a056ef027d4..e341872baadb 100644 +--- a/gui/scalable/setroubleshoot_red_icon.svg ++++ b/gui/scalable/setroubleshoot_red_icon.svg +@@ -1,630 +1,21 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- image/svg+xml +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + +- +- +- +- +- ++ ++ ++ + +-- +2.44.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 6147aaa..4b5a39f 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.33 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon Jun 03 2024 Petr Lautrbach - 3.3.33-2 +- Ship with contemporary app icon + * Wed Jan 31 2024 Vit Mojzis - 3.3.33-1 - Check that SELinux is enabled before running (rhbz#2178950) - Improve limiting RAM utilization From 5fef4166c3ea9e8568d9dae613608c99fe700104 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 22:11:26 +0200 Subject: [PATCH 13/41] Rebuilt for Python 3.13 --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 4b5a39f..d12e77b 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.33 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -191,6 +191,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Jun 07 2024 Python Maint - 3.3.33-3 +- Rebuilt for Python 3.13 + * Mon Jun 03 2024 Petr Lautrbach - 3.3.33-2 - Ship with contemporary app icon From 0e1ef881ebed416d792cd0af6272c9102aa4ee43 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 11 Jun 2024 10:11:51 +0200 Subject: [PATCH 14/41] Rebuild with patches added to specfile Also use %autosetup -S git Fixes: + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f File gui/16x16/setroubleshoot_icon.png: git binary diffs are not supported. File gui/16x16/setroubleshoot_red_icon.png: git binary diffs are not supported. --- setroubleshoot.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index d12e77b..ce8de33 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.33 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -12,6 +12,8 @@ Source1: %{name}.tmpfiles Source2: %{name}.sysusers # git format-patch -N 3.3.33 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done +Patch0001: 0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch +Patch0002: 0002-data-update-app-icon.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -21,6 +23,7 @@ BuildRequires: audit-libs-devel >= 3.0.1 BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel # for the _tmpfilesdir macro BuildRequires: systemd-rpm-macros +BuildRequires: git-core Requires: %{name}-server = %{version}-%{release} Requires: gtk3, libnotify Requires: libreport-gtk >= 2.2.1-2, python3-libreport @@ -65,7 +68,7 @@ to user preference. The same tools can be run on existing log files. %prep -%autosetup -p 1 +%autosetup -p 1 -S git %build ./autogen.sh @@ -191,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jun 11 2024 Petr Lautrbach - 3.3.33-4 +- Rebuild with missing icons patches + * Fri Jun 07 2024 Python Maint - 3.3.33-3 - Rebuilt for Python 3.13 From 225c9505484447e752b29ab7ea87e6bc5dac5166 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 05:18:30 +0000 Subject: [PATCH 15/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ce8de33..07d09cc 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -4,7 +4,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.33 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -194,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 3.3.33-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Tue Jun 11 2024 Petr Lautrbach - 3.3.33-4 - Rebuild with missing icons patches From ca66ae67a50599fbcd35fdcf24daccc497b5f147 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 22 Aug 2024 17:11:11 -0400 Subject: [PATCH 16/41] Disable bug reporting, if libreport is not available Resolves: RHEL-52902 --- ...orting-if-libreport-is-not-available.patch | 62 +++++++++++++++++++ setroubleshoot.spec | 11 +++- 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 0003-disable-bug-reporting-if-libreport-is-not-available.patch diff --git a/0003-disable-bug-reporting-if-libreport-is-not-available.patch b/0003-disable-bug-reporting-if-libreport-is-not-available.patch new file mode 100644 index 0000000..23cb668 --- /dev/null +++ b/0003-disable-bug-reporting-if-libreport-is-not-available.patch @@ -0,0 +1,62 @@ +From e72f22bac65ed67849d8df28b7119c76df077c67 Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Thu, 22 Aug 2024 12:14:53 +0200 +Subject: [PATCH] Disable bug reporting, if libreport is not available + +libreport doesn't support JIRA, so it won't be in RHEL. + +Resolves: RHEL-52902 + +Signed-off-by: Michal Srb +--- + src/setroubleshoot/browser.py | 20 ++++++++++++++------ + 1 file changed, 14 insertions(+), 6 deletions(-) + +diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py +index c98b075..33272db 100644 +--- a/src/setroubleshoot/browser.py ++++ b/src/setroubleshoot/browser.py +@@ -64,10 +64,17 @@ from setroubleshoot.util import * + from setroubleshoot.html_util import html_to_text + import re + import dbus +-import report +-import report.io +-import report.io.GTKIO +-import report.accountmanager ++ ++has_libreport = False ++try: ++ import report ++ import report.io ++ import report.io.GTKIO ++ import report.accountmanager ++ has_libreport = True ++except ImportError: ++ # Bug reporting won't be available ++ pass + + from gi.repository import Gio + +@@ -278,7 +285,8 @@ class BrowserApplet: + self.make_treeview() + self.troubleshoot_visible = False + self.current_alert = -1 +- self.accounts = report.accountmanager.AccountManager() ++ if has_libreport: ++ self.accounts = report.accountmanager.AccountManager() + + def get_current_alert(self): + try: +@@ -541,7 +549,7 @@ class BrowserApplet: + report_button.connect("clicked", self.fix_bug, alert.local_id, plugin.analysis_id) + vbox.add(report_button) + +- elif plugin.report_bug: ++ elif plugin.report_bug and has_libreport: + report_button = Gtk.Button() + report_button.set_label(_("Report\nBug")) + report_button.show() +-- +2.46.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 07d09cc..6f13e74 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,10 +1,12 @@ # Disable automatic compilation of Python files in extra directories %global _python_bytecompile_extra 0 +%bcond libreport %{undefined rhel} + Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.33 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -14,6 +16,7 @@ Source2: %{name}.sysusers # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done Patch0001: 0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch Patch0002: 0002-data-update-app-icon.patch +Patch0003: 0003-disable-bug-reporting-if-libreport-is-not-available.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -26,7 +29,9 @@ BuildRequires: systemd-rpm-macros BuildRequires: git-core Requires: %{name}-server = %{version}-%{release} Requires: gtk3, libnotify +%if %{with libreport} Requires: libreport-gtk >= 2.2.1-2, python3-libreport +%endif Requires: python3-gobject, python3-dasbus Requires(post): desktop-file-utils Requires(post): dbus @@ -194,6 +199,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Aug 21 2024 Michal Srb - 3.3.33-6 +- Disable bug reporting, if libreport is not available +- Resolves: RHEL-52902 + * Sat Jul 20 2024 Fedora Release Engineering - 3.3.33-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9d089ce5207245e069cd4fdf50879c34ddafff6a Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 4 Nov 2024 20:26:37 +0100 Subject: [PATCH 17/41] setroubleshoot-3.3.34 - data: update app icon - Disable bug reporting, if libreport is not available - Enable Georgian and Arabic (ar) languages in configure.ac - Update translations --- .gitignore | 1 + ...Fedora-and-Debian-build-requirements.patch | 36 - 0002-data-update-app-icon.patch | 1923 ----------------- ...orting-if-libreport-is-not-available.patch | 62 - setroubleshoot.spec | 13 +- sources | 2 +- 6 files changed, 10 insertions(+), 2027 deletions(-) delete mode 100644 0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch delete mode 100644 0002-data-update-app-icon.patch delete mode 100644 0003-disable-bug-reporting-if-libreport-is-not-available.patch diff --git a/.gitignore b/.gitignore index 4ee1b1c..dd006cf 100644 --- a/.gitignore +++ b/.gitignore @@ -218,3 +218,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.31.tar.gz /setroubleshoot-3.3.32.tar.gz /setroubleshoot-3.3.33.tar.gz +/setroubleshoot-3.3.34.tar.gz diff --git a/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch b/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch deleted file mode 100644 index f1fde5d..0000000 --- a/0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch +++ /dev/null @@ -1,36 +0,0 @@ -From dce909e06ba1471d5bbc2174bd7672be684bdf64 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Mon, 3 Jun 2024 15:44:28 +0200 -Subject: [PATCH] gitlab-ci: fix Fedora and Debian build requirements -Content-type: text/plain - -Signed-off-by: Petr Lautrbach ---- - .gitlab-ci.yml | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml -index bea5081bb0b9..f316357a9164 100644 ---- a/.gitlab-ci.yml -+++ b/.gitlab-ci.yml -@@ -31,6 +31,7 @@ build:debian: - apt-get -y install autoconf automake libglib2.0-dev libdbus-glib-1-dev libnotify-dev - libgtk-3-dev gcc python3-selinux python3-gi python3-dbus python3-six python3-sepolicy - xdg-utils make intltool libaudit-dev libauparse-dev python3-pip python3-dasbus -+ python3-setuptools - - ./autogen.sh - - make - - make install -@@ -44,7 +45,8 @@ build:fedora: - dnf -y install make gcc automake autoconf libcap-ng-devel intltool gettext - python3 python3-devel desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel - audit-libs-devel libselinux-devel polkit-devel python3-libselinux python3-dasbus -- python3-gobject gtk3-devel xdg-utils intltool gettext python3 python3-devel -+ python3-gobject gtk3-devel xdg-utils intltool gettext -+ python3-setuptools python3-wheel python3-pip - - ./autogen.sh - - make - - make install --- -2.44.0 - diff --git a/0002-data-update-app-icon.patch b/0002-data-update-app-icon.patch deleted file mode 100644 index f2476e5..0000000 --- a/0002-data-update-app-icon.patch +++ /dev/null @@ -1,1923 +0,0 @@ -From 6063694ae192bd2d08d836121df41fc82c317d56 Mon Sep 17 00:00:00 2001 -From: Jakub Steiner -Date: Tue, 30 Apr 2024 11:07:40 +0200 -Subject: [PATCH] data: update app icon -Content-type: text/plain - -Fixes https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/8 ---- - gui/16x16/setroubleshoot_icon.png | Bin 1063 -> 0 bytes - gui/16x16/setroubleshoot_red_icon.png | Bin 1062 -> 0 bytes - gui/22x22/setroubleshoot_icon.png | Bin 1712 -> 0 bytes - gui/22x22/setroubleshoot_red_icon.png | Bin 1714 -> 0 bytes - gui/24x24/setroubleshoot_icon.png | Bin 1741 -> 0 bytes - gui/24x24/setroubleshoot_red_icon.png | Bin 1750 -> 0 bytes - gui/32x32/setroubleshoot_icon.png | Bin 2644 -> 0 bytes - gui/32x32/setroubleshoot_red_icon.png | Bin 2643 -> 0 bytes - gui/48x48/setroubleshoot_icon.png | Bin 4577 -> 0 bytes - gui/48x48/setroubleshoot_red_icon.png | Bin 4577 -> 0 bytes - gui/Makefile.am | 14 +- - ...org.fedoraproject.Setroubleshoot.Devel.svg | 72 ++ - gui/scalable/setroubleshoot_icon-symbolic.svg | 29 +- - gui/scalable/setroubleshoot_icon.svg | 531 +------------- - gui/scalable/setroubleshoot_red_icon.svg | 647 +----------------- - 15 files changed, 115 insertions(+), 1178 deletions(-) - delete mode 100644 gui/16x16/setroubleshoot_icon.png - delete mode 100644 gui/16x16/setroubleshoot_red_icon.png - delete mode 100644 gui/22x22/setroubleshoot_icon.png - delete mode 100644 gui/22x22/setroubleshoot_red_icon.png - delete mode 100644 gui/24x24/setroubleshoot_icon.png - delete mode 100644 gui/24x24/setroubleshoot_red_icon.png - delete mode 100644 gui/32x32/setroubleshoot_icon.png - delete mode 100644 gui/32x32/setroubleshoot_red_icon.png - delete mode 100644 gui/48x48/setroubleshoot_icon.png - delete mode 100644 gui/48x48/setroubleshoot_red_icon.png - create mode 100644 gui/scalable/org.fedoraproject.Setroubleshoot.Devel.svg - -diff --git a/gui/16x16/setroubleshoot_icon.png b/gui/16x16/setroubleshoot_icon.png -deleted file mode 100644 -index 43268441a792630d2c4831130209285638d12e7f..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 1063 -zcmV+?1laqDP)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h0009nNkl*2uUwl0tp1$%^^_Hn~KsEjDldnpi(WeUGZj&hgJ~}q6a~WUU~=`5Q7rU -z#DLMUkeVWiNean^n4g(hcXoC@4_YbK_xSSi9A0>Y)|%ThIy#z_QWk*`Aw(~L*4hDP -zqbT}lW@cvP_Pw|TD3{C9w(SWiWjUA2#k;z?R7Xb#Qc5;AH(6a>Z8(loYcv|Ad_F%_ -zDwU#t0p)U8&d<+(lTN2k4h;=i$z&4Ob@6>4DJ7O=(UMBgXw;aWo2yoKc9;6|Lqnxf -zDKY?T+nz|JQvCx116HL{!Sg(nQYfVWh};U}kM -z4tV&r%e?qlo+F((sw>~K?wXuv+DC;RLI{Kqy%PBQFe!=rJx)FKJdwZ4d!^U8RC`YyH&x1 -zM+0WBenER{f*&_DH(kPdz5a{>zQ$4wq-lZ>AO!AVjgL2v -z(-|D&&Dhx3OPNgO;^5$5>hSOoy>o-K3NZ`=tu;Xq;5H1ZsrzVY -zX<=bu!Sg)t;`H?Nqydo6=cjDjeq?cR@#OIEu%%mDsaC5TR;vJ*rpeuwMHq(6&CU6q -z=Pl*)`KkYv$u!M!Pft(0v$IpRx3>eZzP`@d+FHYLoLU%$cgpl%oeje%N-0OQ*1iAK -hj@EiM48uEg{tHUBZj+*1X43!w002ovPDHLkV1f_j-~#{v - -diff --git a/gui/16x16/setroubleshoot_red_icon.png b/gui/16x16/setroubleshoot_red_icon.png -deleted file mode 100644 -index a51c5201a02bea204aa8999f4ce8b9e909d352b9..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 1062 -zcmV+>1ljwEP)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h0009mNkleR0L6db_l@KJ>1N$S -zDj21T+PalR1Hp}DB|^F$1WT{!X#)v?&;}|!7$j^qJ(}7>rH7tcNH3wcf(b&16eNxa -z5vB#D9{dk+gYnPKZf167z8-8#X!?$i$2+{oPiU=qQzIiI-BQW|Ff4?~0BEgkU_K1P -zALr)g{(Lhp{wXMxO472daVcdfolZA)babe;wl<`c?C$Qev9S@@w(SN%P|Rkt)5T&j -z{I{S~D#^vg#orQ%#Q9t<7mG%tR4Ns!)hbd-VzC%akqCk7vbeBND<2%J^yhN9VzC$+ -z0G4Hq$K&z-fq{Woxm?C^9F$Thr2q)aWv*v3G^A3DI!<&_%0A1o#)11HpU-z2hOv@P -zr(;40gyYcWc}S%YLa<|+6e<-u$HrKln&O8lR%T6UZ}X=)7`;@Zm!|&qFC?hGAGxU0q#YCzHwdB0)gQ(Gjl= -z1OL$@Ixb%1*Q;0Aibm;^62ml^dhmef@%ZWbLdYNploUc_lu|Ukdd0-GYYgt~aryRb -zgy-?e%nV;l)OiIGTLoVOENqBI;_jm5_-MxEw -zuFD@YGeiak7~9(7+sR2fYBhuq02qL+wf?BVH1XEfn1Aww;Y*jOrc!)<;R0G~j+061 -zJ3D+_DDc|0iA19)rO;a2s=K?pv!S73FwxvB*VflLN~P#|`I5-$DzZ}HmlrQM5P}ap -zkNL-sX^lj9t~Gn$*X#A4MLwVJZftB^>Feu@0T`~!XHTCJ3j(BRp1vUj71!mbo*v$D -zT@IU@`F(ShlYk?`s`V1wHhb28UUtg@@_1K@B1t)EL0uG -zS;=Oz)Bg*TX_}?p-rmOc_IB0U+6ut-_BNZFn}KcHuJ8MA!}MRA4Z|o%DTlSznZIpY -gYd!D#{#!Wz1(kDb>LMs$=l}o!07*qoM6N<$f;$iGXaE2J - -diff --git a/gui/22x22/setroubleshoot_icon.png b/gui/22x22/setroubleshoot_icon.png -deleted file mode 100644 -index 75b38f6e9d1250bee56af2928597af1024ccc4b0..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 1712 -zcmV;h22c5kP)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HINklHYp8u -z##JG1?N+f(P+QBAY?O;4TaqnlMw7XonK@_g-3P^{w{$%&*82HbeCrp+7(T2fCMNon -zQip&ez*8TzF9TPllr!hgpMUqmcE$e^K6dQbkY!n~gu~&Uj*bq~-rgQdrBVW5V`IbQ -z^Z9BnmlO4ReN}7y+|<<6-2W9me*CyBl}g`t9Op!Te}6QcPKzK2P)gzZK1wMZ$H8$N -zq?9ZzEt$o|#hUN?KT0GLKR9#djQTI(@$qrj7;`O=NbDXM7>K#9OQ}=>KuU>aSpaCQ -zacRNH&{o0NDTH{)Jd9wkMrVhds}uR4O5*L`sR)`oWOa -zn&I{mpMG`>5lUk6*ZI@cQuJ4^v!_<8y#Rdsf#dP<@gqWri+z245h*1~DWsGfZYwa7 -zs)Dc(V%zazPH=c+4;@Foiq6e(>ZPCY$_<;HUESQdbH_8rJe|#EuiBYRCL9ij&nA<} -zh;7?=o`;kYAq1UHl}Cy))0Vd+a!(r573N -zV&LNgRGR{21Y28M*tU&jSqay5pR|F;rIe9OVhLpobJY~1sRB==!-NlgY5TB7f%34r -z_8~sFck{i=O#S|K23^fy=l0la;3B1rD5V~^g%BCbvYgT6GHstZLFU5GX?yC6*gJZ; -z{@06al^awxmT9T1&}!FdKl)jkw|+_6|%J(qcu+V5GPN+%F8!G{AQ-f$;DQhb&vgD|0$tehgn&?fnQiB_3ZPw4-Zqm -z@>`tr6Fd?r-^cQx4a9^HD5cQV9Bog31=A=|SKA~irD$<2x)K6xmzkHo!yo1<6m^8> -zR?eY~CYP&n>=P}tOYc6FF&kJg#ylGM0jiuMf9Vt*nJ<75G@DIa*X3ch2)qjCfA~%Q -z;t!Fxc4E`uNaxW9LHNvt$2!tgu^&0E)A#OT*S)-F( -z^|vs_5J|K#b=$6bo;R7zW`AM>jEs!Dc7y?O!G;HI6ND -zY#Xf=^*~V7HoouU`#y`|{d9JAa_inb<$24CBO@a({%35ag%H>G?b{da>+2Ki>+4i1 -zm4C}$tu;XqJP-|s!*q3ZvAn!&=I7^Y#+U=yZ1$Z8u_=TQqobqCLWob!&d#3B<#OFe -zj~)#-8V#z|DxT-zdE1P-u1hkRBp#3BI1ba()AhBrwY#3@eZEqu+!jJu#uzO|M@MbX -z^P;6@b4N(ZHl*zAOeDS*i$*5~_wKcK_4HWX-QC3FaRAEYGHYvVtgf!=g@uKnQuQuu -z7E8YlG#f^lt=5Q@Z#J7{VT?ftAtom$#kq6m!exj`tz#YW_@g1$ea5lv$Al2OUDu5O -zG#U-h81uHT)Ze^neX3Zm{sSp1L8(-Y$K&;xnVG;CWBv(|g2(w>^L3yA00004h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HKNklUU0w$y+gp|^!mh^_9e(_UDLkW#Zp$`qzH8#N^1=sc@ -z3e=lkF|RE6Nv#l>zIEgXBAdlrzs{dMFZmnTQ7)HX0e<*U@yN)?<3fllJv}`MDJ4oNq?8<3UuQT7 -zz_Jiqif4u3z}I%r{GIQjr*3lg)a$%s*|c|baOcjQ&=~X0LZR@n$mjF%cszcqv9YnM -zy}g|<3?C{TEf#t5sizR_?H~ktWrdknUuE#k-=bEQx$?%Zd9PYyCKjWyxfx>&8yg!7 -zl}hESmg~AtSeBK^X0!Odk1+>PEJ2V_??+ -zfe2n?o7H&DK`(>+2kh$BDo2!hK_vf-uC|y&JLR -zcWwMb#>W1{POaIw<^QDXBBe|yr5>||5Qiz{JDa8Y{`;Jro8#S{9!Cgq*aG&&Vlg76 -zkR2Tut#JkiIdkCxr(-dGSF3TRv5{IBvgh?*5qtCi3pZ|1Us|H|#0lJ?AvWK73+LcL -zzOuRbAeQ@VASHxADTOYT$i4Iu#`CDy_Ld8Z2Fqfb5a7B@{Pah>x8bvqNbtg!{z -zxtTNV?fky2jjP+YqdgC&UVi|dwv90#D5Zv0(rFQ%JBRxGb21AHI8g*j;kqsz>+Ae= -z#|~}`4x)r0RjYBlTqfJrhA@WJx8Ekrs>o5pID(c8D_>FT0%;R5NwL8_$^DhQZ#U8b{H-x%|T -zt+gJn*XvSiO){BeX8U&b&d!p%dX-o*$&Z!7XbnODV8>$AD;1W<##j#m?2kTzSd5LS -zDLxw+A*xiQ)_VNGN&h67Or9JX8cMCLtzk<^GKx5I`ZP(c@1L^}2q`h;GD~f3%eR@bK_!*REZA?(W^Yd%C;3<@)+M71!nRi!YMY -z8b?YT+eRxzMF;}hre3d8uh*H~vxkFZE%Ep+zg+k%8hqWn$5czz5UI_8zUsP+{&oyx@5Ci(&;pg<1juxUMUufcf&CJw(tA5g%Fl8MvHtt -zZ--%+^lG&)#iYz3WlKvY^Sx9uIl6P#F1xF<)9UExAe~MFu(`QOu~=kraZyiCPe*oM1T+Oh5ZLWn-s -zbrS&9YBe;*{JpN!-@>3WwowT_K}tXJyda%US0*MVB4dpCC*!Kg@-wQrCjbBd07*qo -IM6N<$g5}Le(EtDd - -diff --git a/gui/24x24/setroubleshoot_icon.png b/gui/24x24/setroubleshoot_icon.png -deleted file mode 100644 -index 10f4bc99ff263534d6034412938e23ac3aafa43e..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 1741 -zcmV;;1~U1HP)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HlNkl)YoNK`|vQ+;}uaa4kM;YdeUx<@+y`#V$6ad07q!F90<{Cj55TG%)wBk?RUR~9+$dg+^9_fMWy60P4TbnbP -zOr%&WBBexCRl+a?p#GRJh7j#`e -z*VWZ!Y`#)eRlbyCBd@ae$Y(L1ei3i}GOwS#z*Me*C!WZ#u&`jeuKUtv -zPZZcti=rsQO-)UPl#*JlRzQD<8ar>jii< -zhvnsEOw%+JMHwC(9Bior*tXrLC<>-&V%s)h7$T+QODT&z@iL`LKSG8+gf$l4`Wl}& -z{xTw#B)an$U3+@C`v5`|N~ID2ilSiKc3-^*LWqN^s>Z*PzC}cV$<;Ldohy8@ryG6W -zcM&K+0Dg_w-ska_=g~tSd+H~A^t&-mb_6J@fCqQS -zzxW2b-unT`XI~*$FEjei1@a|_mBo3w$&zVr-#xR!SUhwn%^Vbt3ULoWFcP -z@x#AiRre?l2XmuDK(D501bzr8gn^HUCph<;NiOGGxq4q?dObs2m+brguZSeOvGPUM -z?%$>J+dm~@rdfLT71Yj8v%O(`Q$W3s$W#b{9|VN<1JcjG3QidXQI}?G3_6;lRIR^q -z{oOaYyx7JXE$o~5AyP^tDZZ{7B-H97gS*LK2EcQD{BnW&zc_=pVi6*6U6*Jy%1*6_ -zQ(EEIZ=PkO_#{huhFC-)7pBMtDGEUoLFEA=3^xaIrp`c0dDZv*LwEcR<=*>0qgB;N -zEZwD5mWc}!qA}Whhs)wHbFm#rDM?71*ZN{Kb{qg8KlV1&g*2Aegp@LrQeNE(FzI<- -zR$I`nILXea-+O%~(*HI)I&oKA?Su)Rl1HGdQ -zJ2%UsOcDe^MM^nY2QUm{qE@TnI1Z+1a?g$O_u@TLAC6!)3ck7bDTJsXga9FsZVfx1 -zTvE;W9ow|gSl4`-?wlawCuVEO*#K%@eEEYSrfB$}?TrMMoKvM)qSAI#t%YzIN -zNQ4Xtv?#ODr??&Y6l-CWmYM~C(VXDgKUQqVaq6q$k!^b7#EH?)&d&axo}S3^^74i{ -zq$CoF)IA6SeBZ})T|Cdj^E?33=`^#mvtBNj8y_1Rt1ml+Ev9MOY0I)ob8~avu3fuG -zCX@A;l#(C_>Y$s}-ri16PY>B_*30E`CE%s4IqM9>nKR11(a~6AYwJ!!(|&B4=AolU -zkH%VBTBug5IF3WPTt-TXX__=NG!To$D3wZFyLR1KtE^4g>+9dMEbCq-ld-Q{x#HIW -zPMtcX&RCWaDV16@t)VScM4~xvJQr_l_|Eq2+m#(Vc0{&q+a@|XIsjN)T*R_0IX^$| -zWwY6^;y7=YD$ZCSy%izlveflr%yrkMr>DJtGY~=mf|Do3p=?$!Lql7nv0c@9CZeeO -z6-_;$z;1w0$~&I#e-s44v>S#KHCS{C1t)g+aP7~-!@)*HHxfVg(|-sEuyGCzF|;K< -jGz4ti$cH`pkBR;TdI#;w$||J!00000NkvXXu0mjf>x?MH - -diff --git a/gui/24x24/setroubleshoot_red_icon.png b/gui/24x24/setroubleshoot_red_icon.png -deleted file mode 100644 -index 979d6a80f862ec409433b27606ff2a5da5d364ce..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 1750 -zcmV;{1}XW8P)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000HuNkli6Ye{xewP0iHO0L{CMbuygE$lS3q)AFcA#`O3-2|jfz#HR~wiLUuO&ba!2}MQv)Q5Gj%}ej{lljb=1@^X7fsE+kE5QkQOe;Bes`IKTUU=i>?~CI3&; -z{#$ThU?65$R*w+ks1V`=(6t%5C#4*dQcf6#F+Myzy!xaZ;zi6~i#T+tt<8kVqtO -zT^HZ?>#k`Unx>(uDyyrj+`oUnYFXA_L!r>iBO@bAPXzS$_orOfeV9(CckJK4Uk`$S -zN~MCTs;H`pq9_0aK|rHr(N?Q%KsAk-l@)Jdb#+zK^#j`>kJZ3&oGbBod`C8$)r-X< -zQc6@+B?tll>X!)uj#w7oIddA(yaR9iHh;Wd)gHo*VzGDyIQ1n3eSLk;heDytZEbDF -z)-6?4<=KS=zEv!OqHH+ucU9#Z-QOho!yn;}-Qe8it9;VXz*n+a9zA+wIgaznR!xMI -zl7WGNm~Gp$iA16~nM~q14vM0nsw$`Qd7gdY1w=XxfLACmJv2!B@Be^vcY=@KeV=j9 -z8-bro(HuW -zk6wI{r(XRjB9$V1`~+=Z>tqTD6opc$1c0I_SeDgOuYnNasH&<>KX~{M9hk^u=v!Ig -zs~sJLUV9CpDB$~0s}XtbIo!E9LY{~9yWev6PotdneH2AOO38IqrK0OizV9Ce{=5Y^ -zp=p}ZIX_S4{CW1h@dl~0XYtEru3f##f^D-hH%CViEh&*bM72^ -zGKu}+hZG+?z-(_tm$dyQz?AkuSh8;>Hxzq#%r}2wrvxQMwtzV`RD8`>5&nlLhzG=2N9JD -zLI@B7S*u~?^L%mV4vVoE;g3E-N=el;`E+0aZ*2|3Fvh>MDk71{<->;$8|88tAq1Kb -z^uG5ViG>9S0)&)^AixiYnLc=sPoI98wQ!i2X#!v*65Lu@v25FZd{u1O$&)9q?b@}g -zud}mLUtV6`=ng5-b-nJs@8fwMj^p6EF0ShWkjZ42o}PB|`TX_K(b4*{Q`lyjroC*M -zW@%<-#@)AXAE{KT9+Ohy`+gm|Wi2f&bar-<%jMjBK3@V}*`BkmKnx8jhpt_VG{)n5 -z4Nd!XG#WkD+uIw7#bQ*eRcza)TrMM}BpQv<(9l365}{NoaqHG?d#$qeiM77|bJH|u -zv)Qb5^X5&j4mfk>jC#*B4ZT!~X<9=vP()%!lX0r4vEgUCckfpA?AfF5+__V0SHc?7RPeAP#GGM -zdSi4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000SFNkl%*^i2?9JCW -zi5)u$2}CghBpPxl7a`+BOQ&p9Uc%czOs60|G59t#qNUel=QPnsKg%)9l -zR%)9xag$&w5fwsWY~o9t;M;n3cXoH?%$z=~cV$D`(!O-0qcf|S+5dOG^Zmc`39U8% -z&&&L>FAfY07_RH?6GH3<_5vG#rj^Hwz$`GLwLY53WX=o@4u)Umf5m@dU|?Xt&gb)o -zwARlwHa4(`^HsVQ%1X$c|3%jtCb@ZjKJ>3;^$ -z+uJ)JggDaL+G_9Ixzmov<9MD&sZ=70A^?<9gkg2D>2#V*CWG($eE8vqrMbDelGgeM -z!^6Xa{}lisgy`w%c`1=dJh@}X4#&1_mY0_?45L1zln5aJ&|0IlCW<1$FeD5^ve_)f -zVv&m%FM5?q<<;Tg;b-&>ihTiq5JL3!_8w0rlRewEZF5}LMF>G6kw8khrg&}C0EA&! -z2cnchYfU1NU~Fv6D;A3~w6~?&89MO#}N)6>&l5CjKTYoZQdMeWlqEiFxkVbm#KJq#&{8`bxP -z6l*lFxUhhCeS$q50TmI$(-s9~GCCQdH8eIh5{t!{pPye$r_&v^?x_1fKA%5iSyrO9 -z$E$@UgdmC{97FNLTd!hg(y&sTND<|(kiR;?*>o!pfA2|z(?U3Vju(IRJ~e`umX=t* -zem$0DCGz?FA>jEs11lzzYiMXl#pCfh^{Xj2B{arEp1Id2vFqRp?;!+v&=K>;e}sKU -zFUg(X#Gm;aKR)sfXQxb7D=v{p;5ZJsT&|GGWEuts2SXFUb=`f2VQAAd>#MEJ5>3p2 -zU5yKTeTTrXvV>!AAzQi;PAl4-z`yu5+Kl0B-b3k=cR79P3<;@lq$XU^d7uU5av8^Q -zFbqSxuDcI7Wv;Z|e#0=50*HwaDIx@#NE>v;i+rtPiCea0adth9h^0Vl2nv8kq_^UR -zT{M1W4?>#Q9d~lmmKoZYhxyJn8xVvV-nd{gJl~G*`xu6ijG}0N9RRRbN+}bD;^|u^ -zu#+}LPw~_7&3t?N932lnhDddwmp)oTWyNUAHNql9|vhQ)2`2!dUDra9Ie%BLhT$dp! -z75Np9sMlQi(NuG^s;?WEmdSUw&k#>kF&3^}Q=P$oSy|&>bpVS} -z$_*hFZ%(!G{j+b-eD4ABXO9yFKH0kuRPEI-U|W(+u~^O47gqzA6+&!48q7q^j4yGl^ZlMPBp -zt#~wbk|`s_P;eK%h>;B|yc6BSw7DLwHIDXq)HzGqkwhyF6vIa#@UBg;q?4GYMO2mV -z>}mibQ54-_S(em7Q7l&Y^vxsq1(zT)X`P#(^`3rO_7vFg_djvUJ=Zeh&q2Efr8 -zw5BO?Nyj3#?LUMtBp{jn?N5+Gvi!+MEa-0H2^+6eihz+i0Il`WAP62aO*0)R_=UTN -zm{&dbGltLoLvPXKKr(C7bjN+%d->w5n^DpjU2m6p?oWuCS45xsk61 -zr^z%VK}w3t9!E=iQB7N!o}TeM&wFubXz2MhZJ17{4;KoBrz(|-lS-xVeZPL(R##|{ -zkFV!Me1N#2>(8JXQbHoi**KL@6NZ}K87)Lbg;EL?0S&Dv72p~z61JklFOtYE|Rk3+T7ICL?)Br{Q2|V -z^78VDp`oFF9ZE&@lKuVta&mI=k)@@jBd1QC@@(7Y=9_OOole&ycdbYe1a+FjFs!qc -z$zU9R#fZn_WV2ba*({|}iF4=9`ID2AE!3ovyAf8X6ji#bR8)eqE1@j0B^jqw3mcb3+Sm -z;c%f;z9LO+m`WK^R)mVjQJxodcXx*e4<6JvWI#kwQfTc6EJvW75bc=YB<#d($$0#3 -z(=@gTK^AaUnDjv8lnTZQ(4CI5p^L`4I1i=~x>LOg(7t!C} -zFUH5m<+^q2WG9k}m`Et4 -zwerJI+2wMW$z(#eqa#d=kL#^lw?@Z~9n*lWiSeI;0}}wPoaj&h00004h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000SENklp&a+;VV4G$ne2q7l^3c<0xp52|@ow+l&58hqbkhZihz0%d}YCitwo_qf19-+17 -z|2fR>`rydOh~atO{X&SHz&2nV&|1H}2wVjwwAM#l*F8NtIvRbK?~4D#z{tpmT`U&& -zX|12m=ku&zzuxKW?39^IhD;^{K&e!sR4Q@p+O>FkdfH!FT0#i%QZ}1CFgiL~`JVv{ -z4GoP5Ar5wQbl7*?afh8uCh>irN~J;^#{ej$h@zFnX0usb*Chx7KKbO6%KZF%MQi=* -zv9Yny{|bN*LJSTLzL-j-p4hy3vt!#f%gf6chS8i-N`w#qXsyv&6UQ-86cI%cxm=EN -zxy*$N7yMeS_UhQ!*wgw3#l8hV2qA`shTcl2(}SBfZE`%%LkK}Cl|o9nrg&pE07OyL -z1frBeYfUPZ;?ku{ez{zJcWi9zXWs-NzlmsYaPURjwg>zB`<>lS`$qGb+ym5x3{+%hS8*a^)#d;S%1Dk -zf1~)~!UF!}BwNFfS|WjOS(HqZ^Kpy@^7%Z8M1t$ruPX~`s$$tLxyDK~+96!CNrklM3n<*QKy#UjKp*PneBduWLC -zBaaY#@BzO)c8oKo$!f)=QYjqAp-?E4T-R+G9UYBK0MGO8Hw;6YrrBI=<0`c#0c=@V -z;HN@hiCVs8*{uj)P$s -z+Vi~ofsBi5&>FFEBVK<$ -z`K?SrG^X0Z|m;YYkFj -z)r~1#t}W+C}lLw}^v)+^$_K_F5`oOG#AkmcF?;DxSw5Cnh*|*Im>MgM)2th$vd= -zAf@&G+%=<_L>La+L~FDIOai -zXF8MN_`UZMBogFmHI6;-05e@(XsvOAfXB|9AuA0fSGM5l -zY5)^)9DmQUEUA^ET&wZr!Gi>zM`)UKOit1Xt&cPTxUPG;SS*S-jxjBZN+N+WO-$1ybY0%rz8$%|%)R5|Z2R&{ -zZr-(vI&kVn22!GxqB=dz)EjRQeEl_)%dFeIo8o7maUq|_a-2q|3DZG8$BrG( -zIgazph7B8>a=DCUSF(zHr%vIf -z(;y{f-{;7-ZK#bKnVFsSecylK`0?YviZt%l5wH54OeS%2IX?dQW4~6btqCM+V$Imt -z*k~AruUx!%(eLQ!z;T>45laZMLb(t~!@#sG4AWc@<0`fq&uJi&&C=b|!{?uW?gv5e -z>NgYe4MXXU9XsC2=ktSGwrp`qr4pX!p|xIF}Qmhh?&?|zH0|Nu5QYvY+v^Y|0M`-P|WHJvs -zsnj!leSOLM?z=BhPcsw>1%e=;R;vM!NF+!mljL$aa=9FpN`Bq4cVwa*hKm);vV!yH&qrG8*bqX#g+n_tVnSLL!mi+O=zXVqzjZfBwAs>g)OA3ts6! -zsZzZnO>LM;8B*4SN+wah9}f%+M0@t^(Klp3#Bo|^?FcMKpq&WqnBb)B)LrRh@&~4A -zY!ZST;MAG)K@^k6z81ny1V&lPS~(2EH4KPVZYBURJUlEe -zU%o7Fy6GlaC=}%4;-XozZ6jeArX{6m2Br~6VVY)W#E~h55Ly~44ns3e#AOwwQc7v9 -zf+$jUwHmpu8+pCGQR?z#y>a8l_{}%p)PQb?@t-=l7WaWhW8nY*002ovPDHLkV1oZI -B>XQHf - -diff --git a/gui/48x48/setroubleshoot_icon.png b/gui/48x48/setroubleshoot_icon.png -deleted file mode 100644 -index bbacafdb8a7a3bb46e80fe1ca552b0961f1e5a95..0000000000000000000000000000000000000000 -GIT binary patch -literal 0 -HcmV?d00001 - -literal 4577 -zcmV<75gzV|P)4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000o^NklHY)isCZltam%->%))~NmFuAyDf5ngFAPI_dEap`Id9e -z|5AwvzsgPje*^fe?N^?F`*|5Ubm-87N~y1l$RkRrArTo+N|gabq^gvf5s^uy)M*j< -z{)rPO&U_x@s?U-GM~@zTNJO3%k#7_Vh1~G)uvadZy+WZtE|;ULs|$c;vq`JfqF%34 -ztyYuk*RLn_dcCETdQmC${41}#^6vjBful!{-ert=E|bX|-oAZ%FfuaY0dFGW@Ub*tWN?`x~{a$Zx -z@3W5M{K@w1+x;CocDP{}5{4nh7?e^drB=ZzrB5IDGiD5Ve)R>oNYzd~T; -zs&$*!&jWj{eHL2-+KMN>^YF1Ly-g|ILA8D01NF7!Qo%T6>$ -z`oT*qynC9z9lxKm^&V8?8Y3ekUKob=_4f8Y3;g*n?SZ35kKQFB=eBIwlJh)o75qwf -zv_@-%uZ5l<=DvK5$M4bPT#G_F%vkmSineih{jC}Lmfquw`-jLK`WtYwo!_H*($jy( -z)EocFbC>VuQnMQ?oo6$d43$cSnVFfEQfl{R>%^uWFvdKW&*weIaaK#+t*QcAS@Mpd -z=jAUDk<{I?-A>|;Y -zZ@5BcU;s7ttu^2c_RYVhdHG{%<5%fB@Z0$N{}i-~G_KS7@prg>?mYi^eGfBnj=J%P -zt+RfHU6)Fw!otEr3wUhfw&N4KQ4x9C^E}_t3XR3V;32jAZQ3;t~6EJZga -z(97c?C?HK!+U+);=lLS?^rw2@@ZrO=#X`QfT*y*%6SCUiItoV%U7oNd2-%itFc7ra -zvU3~RNB#)hpi^$36Juf_S_DZu-59984_h7s1Y5fdXjFTa#@jD5@!mKu&yP}1J&Y(? -z)?+@&&@i2Q-}lMoa@6bfxmRC(wePkB4jnr5pyN2FdP;?^ft=-=`wVyOeuV0!Q%sC6 -zk##L4FQLB@P}n+zzw2?(F5$T!B6cNt!7N=tqS~@c!6}r;eer2jPy*$E(nwsRb?P6O -zefz(-mJ~>gMzkWenj3MBck30dghg7$K~R*-Wg3k}(-`yE+O7DyBvwj&U2E+*3i3MQ -z!Mls-o%<-o@8M5f#&Hz6Ql9QdpG5WCholkV*%z7l=sI;9kl+$7%@S3omJLEh8f@KV -z$u+KmlLgmWBDue-&@+H;|8CM(z08t=y?yp>O7U476GloS3CFz=$GEQ8iD#+vSI!Mn@h00=`Za3yeWQb5$ -zYgw*}L$@U$A_JYU6|6{ygpC1Bc6bm$;S~yC6Rfo?r9M}pZl=?2X6h-SbwMk%f*sx@ -zk8O*njO`}BV>e1U*c+!wqY&%lXwTQk*c7$xAlQVcx=2#HM$cVeq%bl{*SR<8b|M08 -zXp6hL6<@)4I}enVQdoi5YMS+sd}9*5?GX9xoyqT5i4lR&I5cdAmiW}$4YcES_DEQU -zodqhpAE5Z~Z=saa+29qoA@ULP7d|4_Q-GiR^Xk}fwT@}jk#GU0SRtzo1t%t>4Jwtj -z3u^hc1Xh|cP)~g>Oh)YMy#NCx!uMVxT395g^x)t7Bv{kgR*N8M3?{*II~BuInjyVF -zZtyO!Db}<}XWr-P>nE6)w^a2o#n}jFzKw|BVCm8+B@L!Ni&GpRpZCeP5&~_}s>DLY@{ooGJ3Q$_=lZE3%bY>1J5w -z$@f*LkDp=U)SH}Z4e+M^D&i^%vJ!OIZf}A2a0D8S(Pumg*E+Hwngmod8g2NU1fAJ^2dh)J=>8^s&I%WG82` -z50WS!A0cNGdZ;tV96Pt?I%kGu4=AMxt07S}!N~+j8WXlsBJr@wMQKeC1cYH2E2U1~ -z$pha{lH@Nu&-0Bjh$z}B!wm^YOcqfZrsgoGen_EIM6fvV5{2E5F!ZIzX}|tslEo=z -zgKf;K0S5F^r}|h!PB-bXHL?;iaPK|no_jmtvz(rDr(Z{+5bbA?xJ@&Lw)HW}1JxnW -zXfzTL`TlJQoH%jf%#kBU+G(10IZh}3L^-t4%!vy|lj72tu92Oo<703ZC)g>5(*2LK -zrmASUB?&vc){v?GKZyl*p6{pgoo*$7vd$ -zI-R26`N7J;zr9hC+^meg7>3~=mr5nq7}H5KrAd`TRhLLrj(HW5QI@Q2Q`9l`%oKY| -z?~xha&CbVa)UQn~Z-!SkISLUM$1T%)?-=9y% -zmZXb@%9ALMT&|0Hqme45Ufc-w69kk}&o`URKj`c0b5|A*5kZtgfnI_yF1`TK*=(X&b^q3r3+`d^7eVey42>HnA1O9r79Mt=Mxs# -zLW3;I4G1zBZqCleN~z~Rfp@br@sT4(UaV9qU#nCqUKoa}+NSHeovY)Z9gVUnZdhf| -zPB9XH%t)?A-%#<^*8H2 -zCDm&6-;WyrYo^h>Y0Uwg~R>*{hsT(Y$Ul-zby`tlV?tE#Z{0*(@b4#pw%V> -zL=Y6Q%Ci)Vu;}y<*^X^1c2x{ER%jcCC9kL&p?E-ofYsb@CDdOKa{$dM!8?e6Y= -zde^R9*~P`h&bfGlCpv=~d}Yberb}A*By?mUwN6%CQQ{KOv{jZC84{~WmzC_bigs!& -z7R|txt$aK_-mcYZ&mTX2d{bHFwz|;Gn>W7=d}U^4=7GV%L2qGUVVx&#eO6ec(}}%Z)3t;pz+s)=T>TLQp>ZdFA1_uXe -zwOTSYHB|);-AQi0<2$nB$B)m7$iegH&)3`SwhRvsv!WGk^h76?*LPz(`lrCU@7F%F -z){f_SjE;^H$FW?vaG@?D2R}__zoWRTmes6-2M<2zy6%76bI(0JJ9qAMr>Cch<9HQ- -z)_OHRR=Qf%M%U)R`dBw>;y;_sGBPs4`1p8w@#4jWG);f=wbx!dvuxwGAU{DsDW#4b -zJElJP-~%;2Ue><jYWs)ReYHEroidG5S?ghtM0vo&Q -zx(p8wtH8pjy-ERNh?Ck7~VzFrA_rE2 -zXuzGGPP}|R4AL|WtnUY|))}!*S8uuSOyGOJ^T7T0ySsPqb`}>GnV+Ah*=(-UPj5$H -z<#Sh87nMqda=Fa8bLY(aAAFETaq{w9wf>yarkPqB>Nt*E*NqyDOtf{YmjLO>lP9gn -z>e;YEU?o%z95~=aQRL0Uv7d9@j2Al@rEJdVG?U`yv?8l8*{mCE>+a6~VJ?%|yLazi -zcjwNXx=<)ktyWoDS|W~P+U+)B7y=!UHV6WI->18~o1UH?>h(I~1yobBHyS=foF}J_JUl)r- -zy1Kg7y=HAR8r17`W@cvWrAwF6rKP1LPLf}=!}v$_IJ~G+39WY8LfY2iwq1$a#&ttc -zs^z6=*l08&GddbSoX@8(yzqiu38jr8q&Rj=?fbzG9N+idS!=!SH0!5nHIN|i@jTyc -zw}Z%W0$1xm67g{yA4&XdCUTOT(a}-+!V53Ra>RTB?4~QR -zth|ZqG^1{1qyjj0>=-9cp49ayQhIb$4L2HUadA-t#A&Kjk|;>nxJ+q~yzdKIQ|jrl -zSMzz%4h9c_2`7WoBh^Wo~0-b1m?* -zJpcdz7IZ~ebU}4=Xm4@=L2hJnWnpt5PHAj&b8l`d@8qKZ0013yMObuGZ*_8GWdLY& -zbZ|N^FL!r$E@5tDa%Ew2ZZ30Wq3e3h000o^NklHY)isCZltam%->%))~NmFuAyDf5ngFAPI_dEap`Id9e -z|5AwvzsgPje*^fe?N^?F`*|5Ubm-87N~y1l$RkRrArTo+N|gabq^gvf5s^uy)M*j< -z{)rPO&U_x@s?U-GM~@zTNJO3%k#7_Vh1~G)uvadZy+WZtE|;ULs|$c;vq`JfqF%34 -ztyYuk*RLn_dcCETdQmC${41}#^6vjBful!{-ert=E|bX|-oAZ%FfuaY0dFGW@Ub*tWN?`x~{a$Zx -z@3W5M{K@w1+x;CocDP{}5{4nh7?e^drB=ZzrB5IDGiD5Ve)R>oNYzd~T; -zs&$*!&jWj{eHL2-+KMN>^YF1Ly-g|ILA8D01NF7!Qo%T6>$ -z`oT*qynC9z9lxKm^&V8?8Y3ekUKob=_4f8Y3;g*n?SZ35kKQFB=eBIwlJh)o75qwf -zv_@-%uZ5l<=DvK5$M4bPT#G_F%vkmSineih{jC}Lmfquw`-jLK`WtYwo!_H*($jy( -z)EocFbC>VuQnMQ?oo6$d43$cSnVFfEQfl{R>%^uWFvdKW&*weIaaK#+t*QcAS@Mpd -z=jAUDk<{I?-A>|;Y -zZ@5BcU;s7ttu^2c_RYVhdHG{%<5%fB@Z0$N{}i-~G_KS7@prg>?mYi^eGfBnj=J%P -zt+RfHU6)Fw!otEr3wUhfw&N4KQ4x9C^E}_t3XR3V;32jAZQ3;t~6EJZga -z(97c?C?HK!+U+);=lLS?^rw2@@ZrO=#X`QfT*y*%6SCUiItoV%U7oNd2-%itFc7ra -zvU3~RNB#)hpi^$36Juf_S_DZu-59984_h7s1Y5fdXjFTa#@jD5@!mKu&yP}1J&Y(? -z)?+@&&@i2Q-}lMoa@6bfxmRC(wePkB4jnr5pyN2FdP;?^ft=-=`wVyOeuV0!Q%sC6 -zk##L4FQLB@P}n+zzw2?(F5$T!B6cNt!7N=tqS~@c!6}r;eer2jPy*$E(nwsRb?P6O -zefz(-mJ~>gMzkWenj3MBck30dghg7$K~R*-Wg3k}(-`yE+O7DyBvwj&U2E+*3i3MQ -z!Mls-o%<-o@8M5f#&Hz6Ql9QdpG5WCholkV*%z7l=sI;9kl+$7%@S3omJLEh8f@KV -z$u+KmlLgmWBDue-&@+H;|8CM(z08t=y?yp>O7U476GloS3CFz=$GEQ8iD#+vSI!Mn@h00=`Za3yeWQb5$ -zYgw*}L$@U$A_JYU6|6{ygpC1Bc6bm$;S~yC6Rfo?r9M}pZl=?2X6h-SbwMk%f*sx@ -zk8O*njO`}BV>e1U*c+!wqY&%lXwTQk*c7$xAlQVcx=2#HM$cVeq%bl{*SR<8b|M08 -zXp6hL6<@)4I}enVQdoi5YMS+sd}9*5?GX9xoyqT5i4lR&I5cdAmiW}$4YcES_DEQU -zodqhpAE5Z~Z=saa+29qoA@ULP7d|4_Q-GiR^Xk}fwT@}jk#GU0SRtzo1t%t>4Jwtj -z3u^hc1Xh|cP)~g>Oh)YMy#NCx!uMVxT395g^x)t7Bv{kgR*N8M3?{*II~BuInjyVF -zZtyO!Db}<}XWr-P>nE6)w^a2o#n}jFzKw|BVCm8+B@L!Ni&GpRpZCeP5&~_}s>DLY@{ooGJ3Q$_=lZE3%bY>1J5w -z$@f*LkDp=U)SH}Z4e+M^D&i^%vJ!OIZf}A2a0D8S(Pumg*E+Hwngmod8g2NU1fAJ^2dh)J=>8^s&I%WG82` -z50WS!A0cNGdZ;tV96Pt?I%kGu4=AMxt07S}!N~+j8WXlsBJr@wMQKeC1cYH2E2U1~ -z$pha{lH@Nu&-0Bjh$z}B!wm^YOcqfZrsgoGen_EIM6fvV5{2E5F!ZIzX}|tslEo=z -zgKf;K0S5F^r}|h!PB-bXHL?;iaPK|no_jmtvz(rDr(Z{+5bbA?xJ@&Lw)HW}1JxnW -zXfzTL`TlJQoH%jf%#kBU+G(10IZh}3L^-t4%!vy|lj72tu92Oo<703ZC)g>5(*2LK -zrmASUB?&vc){v?GKZyl*p6{pgoo*$7vd$ -zI-R26`N7J;zr9hC+^meg7>3~=mr5nq7}H5KrAd`TRhLLrj(HW5QI@Q2Q`9l`%oKY| -z?~xha&CbVa)UQn~Z-!SkISLUM$1T%)?-=9y% -zmZXb@%9ALMT&|0Hqme45Ufc-w69kk}&o`URKj`c0b5|A*5kZtgfnI_yF1`TK*=(X&b^q3r3+`d^7eVey42>HnA1O9r79Mt=Mxs# -zLW3;I4G1zBZqCleN~z~Rfp@br@sT4(UaV9qU#nCqUKoa}+NSHeovY)Z9gVUnZdhf| -zPB9XH%t)?A-%#<^*8H2 -zCDm&6-;WyrYo^h>Y0Uwg~R>*{hsT(Y$Ul-zby`tlV?tE#Z{0*(@b4#pw%V> -zL=Y6Q%Ci)Vu;}y<*^X^1c2x{ER%jcCC9kL&p?E-ofYsb@CDdOKa{$dM!8?e6Y= -zde^R9*~P`h&bfGlCpv=~d}Yberb}A*By?mUwN6%CQQ{KOv{jZC84{~WmzC_bigs!& -z7R|txt$aK_-mcYZ&mTX2d{bHFwz|;Gn>W7=d}U^4=7GV%L2qGUVVx&#eO6ec(}}%Z)3t;pz+s)=T>TLQp>ZdFA1_uXe -zwOTSYHB|);-AQi0<2$nB$B)m7$iegH&)3`SwhRvsv!WGk^h76?*LPz(`lrCU@7F%F -z){f_SjE;^H$FW?vaG@?D2R}__zoWRTmes6-2M<2zy6%76bI(0JJ9qAMr>Cch<9HQ- -z)_OHRR=Qf%M%U)R`dBw>;y;_sGBPs4`1p8w@#4jWG);f=wbx!dvuxwGAU{DsDW#4b -zJElJP-~%;2Ue><jYWs)ReYHEroidG5S?ghtM0vo&Q -zx(p8wtH8pjy-ERNh?Ck7~VzFrA_rE2 -zXuzGGPP}|R4AL|WtnUY|))}!*S8uuSOyGOJ^T7T0ySsPqb`}>GnV+Ah*=(-UPj5$H -z<#Sh87nMqda=Fa8bLY(aAAFETaq{w9wf>yarkPqB>Nt*E*NqyDOtf{YmjLO>lP9gn -z>e;YEU?o%z95~=aQRL0Uv7d9@j2Al@rEJdVG?U`yv?8l8*{mCE>+a6~VJ?%|yLazi -zcjwNXx=<)ktyWoDS|W~P+U+)B7y=!UHV6WI->18~o1UH?>h(I~1yobBHyS=foF}J_JUl)r- -zy1Kg7y=HAR8r17`W@cvWrAwF6rKP1LPLf}=!}v$_IJ~G+39WY8LfY2iwq1$a#&ttc -zs^z6=*l08&GddbSoX@8(yzqiu38jr8q&Rj=?fbzG9N+idS!=!SH0!5nHIN|i@jTyc -zw}Z%W0$1xm67g{yA4&XdCUTOT(a}-+!V53Ra>RTB?4~QR -zth|ZqG^1{1qyjj0>=-9cp49ayQhIb$4L2HUadA-t#A&Kjk|;>nxJ+q~yzdKIQ|jrl -zSMzz% -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -diff --git a/gui/scalable/setroubleshoot_icon-symbolic.svg b/gui/scalable/setroubleshoot_icon-symbolic.svg -index 47e1c4d6412f..a2acfcfa19ed 100644 ---- a/gui/scalable/setroubleshoot_icon-symbolic.svg -+++ b/gui/scalable/setroubleshoot_icon-symbolic.svg -@@ -1,27 +1,4 @@ -- -- -- -- -- -- -- -- image/svg+xml -- -- Gnome Symbolic Icon Theme -- -- -- -- -- -- -- Gnome Symbolic Icon Theme -- -- -- -- -- -- -- -- -- -+ -+ -+ - -diff --git a/gui/scalable/setroubleshoot_icon.svg b/gui/scalable/setroubleshoot_icon.svg -index d57b0733e2ea..7f3f497856b5 100644 ---- a/gui/scalable/setroubleshoot_icon.svg -+++ b/gui/scalable/setroubleshoot_icon.svg -@@ -1,514 +1,21 @@ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- image/svg+xml -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - -- -- -+ -+ -+ - -diff --git a/gui/scalable/setroubleshoot_red_icon.svg b/gui/scalable/setroubleshoot_red_icon.svg -index 2a056ef027d4..e341872baadb 100644 ---- a/gui/scalable/setroubleshoot_red_icon.svg -+++ b/gui/scalable/setroubleshoot_red_icon.svg -@@ -1,630 +1,21 @@ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- image/svg+xml -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - -- -- -- -- -- -+ -+ -+ - --- -2.44.0 - diff --git a/0003-disable-bug-reporting-if-libreport-is-not-available.patch b/0003-disable-bug-reporting-if-libreport-is-not-available.patch deleted file mode 100644 index 23cb668..0000000 --- a/0003-disable-bug-reporting-if-libreport-is-not-available.patch +++ /dev/null @@ -1,62 +0,0 @@ -From e72f22bac65ed67849d8df28b7119c76df077c67 Mon Sep 17 00:00:00 2001 -From: rpm-build -Date: Thu, 22 Aug 2024 12:14:53 +0200 -Subject: [PATCH] Disable bug reporting, if libreport is not available - -libreport doesn't support JIRA, so it won't be in RHEL. - -Resolves: RHEL-52902 - -Signed-off-by: Michal Srb ---- - src/setroubleshoot/browser.py | 20 ++++++++++++++------ - 1 file changed, 14 insertions(+), 6 deletions(-) - -diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py -index c98b075..33272db 100644 ---- a/src/setroubleshoot/browser.py -+++ b/src/setroubleshoot/browser.py -@@ -64,10 +64,17 @@ from setroubleshoot.util import * - from setroubleshoot.html_util import html_to_text - import re - import dbus --import report --import report.io --import report.io.GTKIO --import report.accountmanager -+ -+has_libreport = False -+try: -+ import report -+ import report.io -+ import report.io.GTKIO -+ import report.accountmanager -+ has_libreport = True -+except ImportError: -+ # Bug reporting won't be available -+ pass - - from gi.repository import Gio - -@@ -278,7 +285,8 @@ class BrowserApplet: - self.make_treeview() - self.troubleshoot_visible = False - self.current_alert = -1 -- self.accounts = report.accountmanager.AccountManager() -+ if has_libreport: -+ self.accounts = report.accountmanager.AccountManager() - - def get_current_alert(self): - try: -@@ -541,7 +549,7 @@ class BrowserApplet: - report_button.connect("clicked", self.fix_bug, alert.local_id, plugin.analysis_id) - vbox.add(report_button) - -- elif plugin.report_bug: -+ elif plugin.report_bug and has_libreport: - report_button = Gtk.Button() - report_button.set_label(_("Report\nBug")) - report_button.show() --- -2.46.0 - diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 6f13e74..5255784 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -5,8 +5,8 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.33 -Release: 6%{?dist} +Version: 3.3.34 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -14,9 +14,6 @@ Source1: %{name}.tmpfiles Source2: %{name}.sysusers # git format-patch -N 3.3.33 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done -Patch0001: 0001-gitlab-ci-fix-Fedora-and-Debian-build-requirements.patch -Patch0002: 0002-data-update-app-icon.patch -Patch0003: 0003-disable-bug-reporting-if-libreport-is-not-available.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -199,6 +196,12 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon Nov 04 2024 Petr Lautrbach - 3.3.34-1 +- data: update app icon +- Disable bug reporting, if libreport is not available +- Enable Georgian and Arabic (ar) languages in configure.ac +- Update translations + * Wed Aug 21 2024 Michal Srb - 3.3.33-6 - Disable bug reporting, if libreport is not available - Resolves: RHEL-52902 diff --git a/sources b/sources index 4b1d853..a96f7f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.33.tar.gz) = d70af05d1259b2b5c48f15a47e656865f2c0eb1d09a2441e651089914128340a0ac56cb5d40bd2b66bf64a25bf630086b7b11ae726d9e152257bc2e4a47b9c45 +SHA512 (setroubleshoot-3.3.34.tar.gz) = fde36a45ab25dd1e48364488ea725372ab0fafe416ac693b94347d750a7e474451be7db58952aaf297601aa767517dea85334c3d5dd0e17be7206d7b4418bf9f From 9b0d80c0659cb7c42cbeb8b475efa87f0a98834c Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 15 Nov 2024 18:31:00 +0100 Subject: [PATCH 18/41] setroubleshoot-3.3.34-2 - Do not hardcode /var/lib/selinux as store_root Fixes: https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/11 - Fix icon file name Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2300369 --- ...rdcode-var-lib-selinux-as-store_root.patch | 93 ++++++++++++++ 0002-Fix-icon-file-name.patch | 119 ++++++++++++++++++ setroubleshoot.spec | 10 +- 3 files changed, 220 insertions(+), 2 deletions(-) create mode 100644 0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch create mode 100644 0002-Fix-icon-file-name.patch diff --git a/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch b/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch new file mode 100644 index 0000000..a98448e --- /dev/null +++ b/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch @@ -0,0 +1,93 @@ +From 0efe653d3584b8edeac28869280d81222ce5e822 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Fri, 15 Nov 2024 18:15:54 +0100 +Subject: [PATCH] Do not hardcode /var/lib/selinux as store_root +Content-type: text/plain + +E.g. CoreOS based systems use 'store-root=/etc' in +/etc/selinux/semanage.conf + +Fixes: https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/11 + SetroubleshootPrivileged.py[2316]: File "/usr/lib/python3.13/site-packages/setroubleshoot/util.py", line 565, in build_module_type_cache + SetroubleshootPrivileged.py[2316]: with os.scandir("/var/lib/selinux/{}/active/modules".format(policytype)) as module_store: + SetroubleshootPrivileged.py[2316]: ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + SetroubleshootPrivileged.py[2316]: FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/selinux/targeted/active/modules' + +Signed-off-by: Petr Lautrbach +--- + src/setroubleshoot/server.py | 3 ++- + src/setroubleshoot/util.py | 17 ++++++++++++++--- + 2 files changed, 16 insertions(+), 4 deletions(-) + +diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py +index 2b1b0b1c30d0..c13327d439a0 100755 +--- a/src/setroubleshoot/server.py ++++ b/src/setroubleshoot/server.py +@@ -463,13 +463,14 @@ class SetroubleshootdDBusObject(dbus.service.Object): + self.receiver = alert_receiver + self.record_reader = AuditRecordReader(AuditRecordReader.TEXT_FORMAT) + self.record_receiver = AuditRecordReceiver() ++ self.store_root = setroubleshoot.util.get_store_root() + + def add_audit_event(self, audit_event): + # FIXME: do not hardcode /var/lib/selinux/ store_path + policy_type = selinux.selinux_getpolicytype()[1] + for store_path in [ + "%s%s/modules/active/disable_dontaudit" % (selinux.selinux_path(), policy_type), +- "/var/lib/selinux/%s/active/disable_dontaudit" % policy_type ++ "%s/%s/active/disable_dontaudit" % (self.store_root, policy_type) + ]: + if os.path.exists(store_path): + syslog.syslog(syslog.LOG_ERR, "Setroubleshoot can not analyze AVCs while dontaudit rules are disabled, 'semodule -B' will turn on dontaudit rules.") +diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py +index 828a598ef1c2..377ccc42686a 100755 +--- a/src/setroubleshoot/util.py ++++ b/src/setroubleshoot/util.py +@@ -39,6 +39,7 @@ __all__ = [ + 'get_rpm_nvr_by_type', + 'get_rpm_nvr_by_scontext', + 'get_rpm_source_package', ++ 'get_store_root', + 'is_hex', + 'split_rpm_nvr', + 'file_types', +@@ -558,16 +559,16 @@ The dictionary is stored in "module_type_cache" to be used by + return + + module_type_dict = dict() +- + priorities = [] ++ store_root = get_store_root() + + # get list of module priorities, present in the module store, sorted by integer value +- with os.scandir("/var/lib/selinux/{}/active/modules".format(policytype)) as module_store: ++ with os.scandir("{}/{}/active/modules".format(store_root, policytype)) as module_store: + priorities = sorted([x.name for x in module_store if x.is_dir() and __str_is_int(x.name)], key = lambda x: int(x)) + + for dir in priorities: + # find individual modules in each priority and identify type definitions +- for (dirpath, dirnames, filenames) in os.walk("/var/lib/selinux/{}/active/modules/{}".format(policytype,dir)): ++ for (dirpath, dirnames, filenames) in os.walk("{}/{}/active/modules/{}".format(store_root, policytype,dir)): + if "cil" in filenames: + try: + try: +@@ -903,6 +904,16 @@ def parse_datetime_offset(text): + syslog.syslog(syslog.LOG_ERR, "could not parse datetime offset (%s)" % text) + return None + ++def get_store_root(): ++ with open('/etc/selinux/semanage.conf') as f: ++ for line in f: ++ try: ++ (param, value) = line.split("=") ++ if param.strip() == "store-root": ++ return value.strip() ++ except: ++ pass ++ return "/var/lib/selinux" + #------------------------------------------------------------------------------ + + STDOFFSET = datetime.timedelta(seconds=-time.timezone) +-- +2.47.0 + diff --git a/0002-Fix-icon-file-name.patch b/0002-Fix-icon-file-name.patch new file mode 100644 index 0000000..7ede12e --- /dev/null +++ b/0002-Fix-icon-file-name.patch @@ -0,0 +1,119 @@ +From c8ccd5d36ace6afeaa41506d6b3dfc6df31b12b7 Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Tue, 19 Nov 2024 15:26:21 +0100 +Subject: [PATCH] Fix icon file name +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Content-type: text/plain + +Commit 6063694ae192 ("data: update app icon") changed the icon but it +ddidn't change it in the code + +Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2300369 + + $ journalctl --no-hostname -b | grep -m1 'sealert.*setroubleshoot_icon.png' + Jul 29 14:22:21 sealert[2795]: Could not load image 'setroubleshoot_icon.png': Failed to open file “/usr/share/setroubleshoot/gui/setroubleshoot_icon.png”: No such file or directory +--- + doc/user_faq.wiki | 2 +- + gui/browser.glade | 8 ++++---- + gui/bug_report.glade | 2 +- + gui/fail_dialog.glade | 2 +- + gui/success_dialog.glade | 2 +- + 5 files changed, 8 insertions(+), 8 deletions(-) + +diff --git a/doc/user_faq.wiki b/doc/user_faq.wiki +index 337855ed2fff..5fa3001ec0c9 100644 +--- a/doc/user_faq.wiki ++++ b/doc/user_faq.wiki +@@ -58,7 +58,7 @@ you will be notified when the setroubleshoot daemon sends a message to + sealert. sealert first checks if the alert is being [#alert-filtering + filtered], if so sealert remains passively quiet in the background. If + the alert is not filtered then sealert puts the setroubleshoot icon +-[[Image(source:gui/setroubleshoot_icon.png, 24, align=middle, nolink)]] ++[[Image(source:gui/setroubleshoot_icon.svg, 24, align=middle, nolink)]] + up in the status area. It then briefly displays a + notification balloon indicating an AVC denial has occurred and directs + the user to click on the setroubleshoot icon to view it. The +diff --git a/gui/browser.glade b/gui/browser.glade +index 12af989580a7..456f848d499e 100644 +--- a/gui/browser.glade ++++ b/gui/browser.glade +@@ -6,7 +6,7 @@ + False + 5 + center +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + normal + SETroubleshoot + Copyright (c) 2010 +@@ -50,7 +50,7 @@ John Dennis <jdennis@redhat.com> + 975 + 400 + True +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + + + True +@@ -150,7 +150,7 @@ John Dennis <jdennis@redhat.com> + SETroubleshoot Details Window + center + True +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + + + 600 +@@ -217,7 +217,7 @@ John Dennis <jdennis@redhat.com> + 750 + False + SELinux Alert Browser +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + + + True +diff --git a/gui/bug_report.glade b/gui/bug_report.glade +index 6d17224e5b0d..21970ee9dc55 100644 +--- a/gui/bug_report.glade ++++ b/gui/bug_report.glade +@@ -11,7 +11,7 @@ + True + True + False +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + True + False + False +diff --git a/gui/fail_dialog.glade b/gui/fail_dialog.glade +index f2eeb7c0c1d8..a5684680be8a 100644 +--- a/gui/fail_dialog.glade ++++ b/gui/fail_dialog.glade +@@ -18,7 +18,7 @@ + GDK_GRAVITY_NORTH_WEST + True + False +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + + + +diff --git a/gui/success_dialog.glade b/gui/success_dialog.glade +index be0b34fa9e55..e1bfa048f2c1 100644 +--- a/gui/success_dialog.glade ++++ b/gui/success_dialog.glade +@@ -6,7 +6,7 @@ + True + Success! + center +- setroubleshoot_icon.png ++ setroubleshoot_icon.svg + + + True +-- +2.47.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 5255784..3356033 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,14 +6,16 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.34 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.33 +# git format-patch -N 3.3.34 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done +Patch0001: 0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch +Patch0002: 0002-Fix-icon-file-name.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -196,6 +198,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Nov 15 2024 Petr Lautrbach - 3.3.34-2 +- Do not hardcode /var/lib/selinux as store_root +- Fix icon file name (bz#2300369) + * Mon Nov 04 2024 Petr Lautrbach - 3.3.34-1 - data: update app icon - Disable bug reporting, if libreport is not available From 2fdbf78a2011fd9e75898c19beaacfee4b1cb95d Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 26 Nov 2024 14:54:18 +0100 Subject: [PATCH 19/41] setroubleshoot-3.3.35 - Adjust seapplet notification to desktop file - Fix icon file name - Do not hardcode /var/lib/selinux as store_root - data: Fix AppStream metadata --- .gitignore | 1 + ...rdcode-var-lib-selinux-as-store_root.patch | 93 -------------- 0002-Fix-icon-file-name.patch | 119 ------------------ setroubleshoot.spec | 9 +- sources | 2 +- 5 files changed, 7 insertions(+), 217 deletions(-) delete mode 100644 0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch delete mode 100644 0002-Fix-icon-file-name.patch diff --git a/.gitignore b/.gitignore index dd006cf..44c6849 100644 --- a/.gitignore +++ b/.gitignore @@ -219,3 +219,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.32.tar.gz /setroubleshoot-3.3.33.tar.gz /setroubleshoot-3.3.34.tar.gz +/setroubleshoot-3.3.35.tar.gz diff --git a/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch b/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch deleted file mode 100644 index a98448e..0000000 --- a/0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch +++ /dev/null @@ -1,93 +0,0 @@ -From 0efe653d3584b8edeac28869280d81222ce5e822 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Fri, 15 Nov 2024 18:15:54 +0100 -Subject: [PATCH] Do not hardcode /var/lib/selinux as store_root -Content-type: text/plain - -E.g. CoreOS based systems use 'store-root=/etc' in -/etc/selinux/semanage.conf - -Fixes: https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/11 - SetroubleshootPrivileged.py[2316]: File "/usr/lib/python3.13/site-packages/setroubleshoot/util.py", line 565, in build_module_type_cache - SetroubleshootPrivileged.py[2316]: with os.scandir("/var/lib/selinux/{}/active/modules".format(policytype)) as module_store: - SetroubleshootPrivileged.py[2316]: ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - SetroubleshootPrivileged.py[2316]: FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/selinux/targeted/active/modules' - -Signed-off-by: Petr Lautrbach ---- - src/setroubleshoot/server.py | 3 ++- - src/setroubleshoot/util.py | 17 ++++++++++++++--- - 2 files changed, 16 insertions(+), 4 deletions(-) - -diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py -index 2b1b0b1c30d0..c13327d439a0 100755 ---- a/src/setroubleshoot/server.py -+++ b/src/setroubleshoot/server.py -@@ -463,13 +463,14 @@ class SetroubleshootdDBusObject(dbus.service.Object): - self.receiver = alert_receiver - self.record_reader = AuditRecordReader(AuditRecordReader.TEXT_FORMAT) - self.record_receiver = AuditRecordReceiver() -+ self.store_root = setroubleshoot.util.get_store_root() - - def add_audit_event(self, audit_event): - # FIXME: do not hardcode /var/lib/selinux/ store_path - policy_type = selinux.selinux_getpolicytype()[1] - for store_path in [ - "%s%s/modules/active/disable_dontaudit" % (selinux.selinux_path(), policy_type), -- "/var/lib/selinux/%s/active/disable_dontaudit" % policy_type -+ "%s/%s/active/disable_dontaudit" % (self.store_root, policy_type) - ]: - if os.path.exists(store_path): - syslog.syslog(syslog.LOG_ERR, "Setroubleshoot can not analyze AVCs while dontaudit rules are disabled, 'semodule -B' will turn on dontaudit rules.") -diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py -index 828a598ef1c2..377ccc42686a 100755 ---- a/src/setroubleshoot/util.py -+++ b/src/setroubleshoot/util.py -@@ -39,6 +39,7 @@ __all__ = [ - 'get_rpm_nvr_by_type', - 'get_rpm_nvr_by_scontext', - 'get_rpm_source_package', -+ 'get_store_root', - 'is_hex', - 'split_rpm_nvr', - 'file_types', -@@ -558,16 +559,16 @@ The dictionary is stored in "module_type_cache" to be used by - return - - module_type_dict = dict() -- - priorities = [] -+ store_root = get_store_root() - - # get list of module priorities, present in the module store, sorted by integer value -- with os.scandir("/var/lib/selinux/{}/active/modules".format(policytype)) as module_store: -+ with os.scandir("{}/{}/active/modules".format(store_root, policytype)) as module_store: - priorities = sorted([x.name for x in module_store if x.is_dir() and __str_is_int(x.name)], key = lambda x: int(x)) - - for dir in priorities: - # find individual modules in each priority and identify type definitions -- for (dirpath, dirnames, filenames) in os.walk("/var/lib/selinux/{}/active/modules/{}".format(policytype,dir)): -+ for (dirpath, dirnames, filenames) in os.walk("{}/{}/active/modules/{}".format(store_root, policytype,dir)): - if "cil" in filenames: - try: - try: -@@ -903,6 +904,16 @@ def parse_datetime_offset(text): - syslog.syslog(syslog.LOG_ERR, "could not parse datetime offset (%s)" % text) - return None - -+def get_store_root(): -+ with open('/etc/selinux/semanage.conf') as f: -+ for line in f: -+ try: -+ (param, value) = line.split("=") -+ if param.strip() == "store-root": -+ return value.strip() -+ except: -+ pass -+ return "/var/lib/selinux" - #------------------------------------------------------------------------------ - - STDOFFSET = datetime.timedelta(seconds=-time.timezone) --- -2.47.0 - diff --git a/0002-Fix-icon-file-name.patch b/0002-Fix-icon-file-name.patch deleted file mode 100644 index 7ede12e..0000000 --- a/0002-Fix-icon-file-name.patch +++ /dev/null @@ -1,119 +0,0 @@ -From c8ccd5d36ace6afeaa41506d6b3dfc6df31b12b7 Mon Sep 17 00:00:00 2001 -From: Petr Lautrbach -Date: Tue, 19 Nov 2024 15:26:21 +0100 -Subject: [PATCH] Fix icon file name -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit -Content-type: text/plain - -Commit 6063694ae192 ("data: update app icon") changed the icon but it -ddidn't change it in the code - -Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2300369 - - $ journalctl --no-hostname -b | grep -m1 'sealert.*setroubleshoot_icon.png' - Jul 29 14:22:21 sealert[2795]: Could not load image 'setroubleshoot_icon.png': Failed to open file “/usr/share/setroubleshoot/gui/setroubleshoot_icon.png”: No such file or directory ---- - doc/user_faq.wiki | 2 +- - gui/browser.glade | 8 ++++---- - gui/bug_report.glade | 2 +- - gui/fail_dialog.glade | 2 +- - gui/success_dialog.glade | 2 +- - 5 files changed, 8 insertions(+), 8 deletions(-) - -diff --git a/doc/user_faq.wiki b/doc/user_faq.wiki -index 337855ed2fff..5fa3001ec0c9 100644 ---- a/doc/user_faq.wiki -+++ b/doc/user_faq.wiki -@@ -58,7 +58,7 @@ you will be notified when the setroubleshoot daemon sends a message to - sealert. sealert first checks if the alert is being [#alert-filtering - filtered], if so sealert remains passively quiet in the background. If - the alert is not filtered then sealert puts the setroubleshoot icon --[[Image(source:gui/setroubleshoot_icon.png, 24, align=middle, nolink)]] -+[[Image(source:gui/setroubleshoot_icon.svg, 24, align=middle, nolink)]] - up in the status area. It then briefly displays a - notification balloon indicating an AVC denial has occurred and directs - the user to click on the setroubleshoot icon to view it. The -diff --git a/gui/browser.glade b/gui/browser.glade -index 12af989580a7..456f848d499e 100644 ---- a/gui/browser.glade -+++ b/gui/browser.glade -@@ -6,7 +6,7 @@ - False - 5 - center -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - normal - SETroubleshoot - Copyright (c) 2010 -@@ -50,7 +50,7 @@ John Dennis <jdennis@redhat.com> - 975 - 400 - True -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - - - True -@@ -150,7 +150,7 @@ John Dennis <jdennis@redhat.com> - SETroubleshoot Details Window - center - True -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - - - 600 -@@ -217,7 +217,7 @@ John Dennis <jdennis@redhat.com> - 750 - False - SELinux Alert Browser -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - - - True -diff --git a/gui/bug_report.glade b/gui/bug_report.glade -index 6d17224e5b0d..21970ee9dc55 100644 ---- a/gui/bug_report.glade -+++ b/gui/bug_report.glade -@@ -11,7 +11,7 @@ - True - True - False -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - True - False - False -diff --git a/gui/fail_dialog.glade b/gui/fail_dialog.glade -index f2eeb7c0c1d8..a5684680be8a 100644 ---- a/gui/fail_dialog.glade -+++ b/gui/fail_dialog.glade -@@ -18,7 +18,7 @@ - GDK_GRAVITY_NORTH_WEST - True - False -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - - - -diff --git a/gui/success_dialog.glade b/gui/success_dialog.glade -index be0b34fa9e55..e1bfa048f2c1 100644 ---- a/gui/success_dialog.glade -+++ b/gui/success_dialog.glade -@@ -6,7 +6,7 @@ - True - Success! - center -- setroubleshoot_icon.png -+ setroubleshoot_icon.svg - - - True --- -2.47.0 - diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 3356033..222d234 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -5,8 +5,8 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.34 -Release: 2%{?dist} +Version: 3.3.35 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -14,8 +14,6 @@ Source1: %{name}.tmpfiles Source2: %{name}.sysusers # git format-patch -N 3.3.34 # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done -Patch0001: 0001-Do-not-hardcode-var-lib-selinux-as-store_root.patch -Patch0002: 0002-Fix-icon-file-name.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -198,6 +196,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Nov 26 2024 Petr Lautrbach - 3.3.35-1 +- Do not hardcode /var/lib/selinux as store_root + * Fri Nov 15 2024 Petr Lautrbach - 3.3.34-2 - Do not hardcode /var/lib/selinux as store_root - Fix icon file name (bz#2300369) diff --git a/sources b/sources index a96f7f6..78aad01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.34.tar.gz) = fde36a45ab25dd1e48364488ea725372ab0fafe416ac693b94347d750a7e474451be7db58952aaf297601aa767517dea85334c3d5dd0e17be7206d7b4418bf9f +SHA512 (setroubleshoot-3.3.35.tar.gz) = bb453c5ba12da53485d7a178df9f28733695bf7f06536e5784eee6e5fa099d42b562322a1e4be524fa7b4d82284b31a46d4bbeafde3db7e507de6bf934ea35c3 From ba0f75d42947f41d7069cae8c55ef976cbeb1538 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 10:28:11 +0000 Subject: [PATCH 20/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 222d234..25aa73e 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -196,6 +196,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 3.3.35-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Nov 26 2024 Petr Lautrbach - 3.3.35-1 - Do not hardcode /var/lib/selinux as store_root From ddab109d0769110daddea29e4ef1b3393bf0c0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 18:03:10 +0100 Subject: [PATCH 21/41] Drop call to %sysusers_create_compat After https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers, rpm will handle account creation automatically. --- setroubleshoot.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 25aa73e..cace66f 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -117,8 +117,6 @@ are generated an alert can be generated that will give information about the problem and help track its resolution. Alerts can be configured to user preference. The same tools can be run on existing log files. -%pre server -%sysusers_create_compat %{SOURCE2} %post server /sbin/service auditd reload >/dev/null 2>&1 || : @@ -196,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 3.3.35-3 +- Drop call to %sysusers_create_compat + * Sun Jan 19 2025 Fedora Release Engineering - 3.3.35-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e8153bc27e1b753c885d861fb5ae770a8700709c Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 28 Feb 2025 17:06:32 +0100 Subject: [PATCH 22/41] Create /var/lib/setroubleshoot directory On image based system, /var/lib/setroubleshoot is not created during rpm installation but needs to be created during boot using tmpfiles.d Fixes: setroubleshoot[96947]: cannot create file /var/lib/setroubleshoot/setroubleshoot_database.xml [No such file or directory] setroubleshoot[96947]: cannot chmod /var/lib/setroubleshoot/setroubleshoot_database.xml to 600 [No such file or directory] setroubleshoot[96947]: cannot chown /var/lib/setroubleshoot/setroubleshoot_database.xml to setroubleshoot:setroubleshoot [No such file or directory] setroubleshoot[96947]: cannot create file /var/lib/setroubleshoot/email_alert_recipients [No such file or directory] setroubleshoot[96947]: cannot chmod /var/lib/setroubleshoot/email_alert_recipients to 600 [No such file or directory] setroubleshoot[96947]: cannot chown /var/lib/setroubleshoot/email_alert_recipients to setroubleshoot:setroubleshoot [No such file or directory] Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2346971 --- setroubleshoot.tmpfiles | 1 + 1 file changed, 1 insertion(+) diff --git a/setroubleshoot.tmpfiles b/setroubleshoot.tmpfiles index 9e71e5f..a2ca6c4 100644 --- a/setroubleshoot.tmpfiles +++ b/setroubleshoot.tmpfiles @@ -1,2 +1,3 @@ d /run/setroubleshoot 711 setroubleshoot setroubleshoot - +d /var/lib/setroubleshoot 700 setroubleshoot setroubleshoot - Z /var/lib/setroubleshoot - setroubleshoot setroubleshoot - From 08ddf0d47dd0e22d41454d1fc13877827714ae09 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 3 Mar 2025 14:30:00 +0100 Subject: [PATCH 23/41] setroubleshoot-3.3.35-4 - Update tmpfiles.d config (bz#2346971) --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index cace66f..e6775e5 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -194,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon Mar 03 2025 Petr Lautrbach - 3.3.35-4 +- Update tmpfiles.d config (bz#2346971) + * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 3.3.35-3 - Drop call to %sysusers_create_compat From dbcf987fe2b69cad3e5c41e63c043d407d70ec36 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 19 May 2025 14:33:32 +0200 Subject: [PATCH 24/41] setroubleshoot-3.3.35-5 - Reload auditd using auditctl instead of service - Drop dependency on initscripts-service Resolves: rhbz#2365614 --- setroubleshoot.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index e6775e5..74ac0cb 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz @@ -109,7 +109,6 @@ Requires: python3-gobject-base >= 3.11 Requires: dbus Requires: python3-dbus python3-dasbus python3-six Requires: polkit -Requires: initscripts-service %description server Provides tools to help diagnose SELinux problems. When AVC messages @@ -119,10 +118,10 @@ to user preference. The same tools can be run on existing log files. %post server -/sbin/service auditd reload >/dev/null 2>&1 || : +/usr/bin/auditctl --signal reload >/dev/null 2>&1 || : %postun server -/sbin/service auditd reload >/dev/null 2>&1 || : +/usr/bin/auditctl --signal reload >/dev/null 2>&1 || : %files server -f %{name}.lang %{_bindir}/sealert @@ -194,6 +193,11 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Mon May 19 2025 Petr Lautrbach - 3.3.35-5 +- Reload auditd using auditctl instead of service +- Drop dependency on initscripts-service +Resolves: rhbz#2365614 + * Mon Mar 03 2025 Petr Lautrbach - 3.3.35-4 - Update tmpfiles.d config (bz#2346971) From 8cade1ba68d3257d0cb92d62bafd63ae37292d31 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 19 May 2025 17:10:25 +0200 Subject: [PATCH 25/41] Use released tarball and avoid autotools Fixes: rhbz#2366708 - gettext 0.25 moves m4 files which is causing many FTBFS --- setroubleshoot.spec | 3 +-- sources | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 74ac0cb..0067894 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -9,7 +9,7 @@ Version: 3.3.35 Release: 5%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot -Source0: https://gitlab.com/setroubleshoot/setroubleshoot/-/archive/%{version}/setroubleshoot-%{version}.tar.gz +Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers # git format-patch -N 3.3.34 @@ -73,7 +73,6 @@ to user preference. The same tools can be run on existing log files. %autosetup -p 1 -S git %build -./autogen.sh %configure PYTHON=%{__python3} --enable-seappletlegacy=no --with-auditpluginsdir=/etc/audit/plugins.d make diff --git a/sources b/sources index 78aad01..4c0d985 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.35.tar.gz) = bb453c5ba12da53485d7a178df9f28733695bf7f06536e5784eee6e5fa099d42b562322a1e4be524fa7b4d82284b31a46d4bbeafde3db7e507de6bf934ea35c3 +SHA512 (setroubleshoot-3.3.35.tar.gz) = e9483c1da9a17426e26a50ecd025610d7b1bc9e487cf703a7fcf2696a9542f863cec5a1e3299b43b53c86e01182485c5f7ad822c84c197ae5cc27aa4909dbae6 From 7fef72d510d93a430f6ec798586ea8045553e363 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 14:09:11 +0200 Subject: [PATCH 26/41] Rebuilt for Python 3.14 --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 0067894..6e6464b 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz @@ -192,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jun 03 2025 Python Maint - 3.3.35-6 +- Rebuilt for Python 3.14 + * Mon May 19 2025 Petr Lautrbach - 3.3.35-5 - Reload auditd using auditctl instead of service - Drop dependency on initscripts-service From 73900f0cdb6db621c40860ac5a849f63c29743b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 18:10:45 +0000 Subject: [PATCH 27/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 6e6464b..808f6ce 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz @@ -192,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.3.35-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Jun 03 2025 Python Maint - 3.3.35-6 - Rebuilt for Python 3.14 From b0aea9f463298dcdb2addfc6e033d9419e9e0422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 29 Jul 2025 22:58:22 +0200 Subject: [PATCH 28/41] Drop unused BuildRequires on python3-wheel See https://github.com/fedora-eln/eln/issues/284 When pip sees a setup.py file and it has setuptools and wheel installed it does not use build isolation (by default). When we remove wheel, the default changes, so we need to be explicit. Note that setting PIP_NO_BUILD_ISOLATION=0 disables build isolation, which is a tad confusing, see https://github.com/pypa/pip/issues/5735 --- setroubleshoot.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 808f6ce..92072ce 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 7%{?dist} +Release: 8%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz @@ -17,7 +17,8 @@ Source2: %{name}.sysusers BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel -BuildRequires: intltool gettext python3 python3-devel python3-setuptools python3-wheel python3-pip +BuildRequires: intltool gettext python3 python3-devel python3-setuptools python3-pip +BuildRequires: (python3-wheel if python3-setuptools < 71) BuildRequires: desktop-file-utils libnotify-devel libselinux-devel polkit-devel BuildRequires: audit-libs-devel >= 3.0.1 BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel @@ -77,7 +78,7 @@ to user preference. The same tools can be run on existing log files. make %install -%make_install PREFIX=/usr +%make_install PREFIX=/usr PIP_NO_BUILD_ISOLATION=0 desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop mkdir -p %{buildroot}%{pkgvardatadir} mkdir -p %{buildroot}%{_rundir}/setroubleshoot @@ -192,6 +193,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jul 29 2025 Miro Hrončok - 3.3.35-8 +- Drop unused BuildRequires on python3-wheel + * Fri Jul 25 2025 Fedora Release Engineering - 3.3.35-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 79fb858b11c41085335f5cb85daaf26a10f2879d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:17:36 +0200 Subject: [PATCH 29/41] Rebuilt for Python 3.14.0rc2 bytecode --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 92072ce..be36afb 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz @@ -193,6 +193,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Aug 15 2025 Python Maint - 3.3.35-9 +- Rebuilt for Python 3.14.0rc2 bytecode + * Tue Jul 29 2025 Miro Hrončok - 3.3.35-8 - Drop unused BuildRequires on python3-wheel From da7e26145b374f2c534626991e162d9a7dc6c7b1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:56:13 +0200 Subject: [PATCH 30/41] Rebuilt for Python 3.14.0rc3 bytecode --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index be36afb..be420b1 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.35 -Release: 9%{?dist} +Release: 10%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz @@ -193,6 +193,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Sep 19 2025 Python Maint - 3.3.35-10 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 3.3.35-9 - Rebuilt for Python 3.14.0rc2 bytecode From 1402004a33e6fb212faf4cb50f5474a465e32ef2 Mon Sep 17 00:00:00 2001 From: jan janasek Date: Thu, 18 Sep 2025 09:27:26 +0200 Subject: [PATCH 31/41] fmf test plan update updating plan due to new destination of tests and therefore removing tests/ directory Signed-off-by: Jan Janasek --- plans/tests.fmf | 2 + .../Makefile | 68 -- .../avc_container-selinux | 2 - .../avc_fapolicyd-selinux | 2 - .../avc_flatpak-selinux | 2 - .../avc_mysql-selinux | 2 - .../avc_tpm2-abrmd-selinux | 2 - .../avc_usbguard-selinux | 2 - .../main.fmf | 19 - .../runtest.sh | 78 --- .../audit.log | 657 ------------------ .../runtest.sh | 65 -- .../short.log | 4 - .../Makefile | 65 -- .../main.fmf | 15 - .../runtest.sh | 72 -- .../short.log | 10 - .../Makefile | 63 -- .../main.fmf | 13 - .../runtest.sh | 44 -- tests/Sanity/public_content/Makefile | 65 -- tests/Sanity/public_content/PURPOSE | 7 - tests/Sanity/public_content/main.fmf | 24 - tests/Sanity/public_content/runtest.sh | 86 --- 24 files changed, 2 insertions(+), 1367 deletions(-) delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/Makefile delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_container-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_fapolicyd-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_flatpak-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_mysql-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_tpm2-abrmd-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/avc_usbguard-selinux delete mode 100644 tests/Regression/Report-bugs-on-corresponding-components/main.fmf delete mode 100755 tests/Regression/Report-bugs-on-corresponding-components/runtest.sh delete mode 100644 tests/Regression/embedded-null-byte-in-audit-records/audit.log delete mode 100755 tests/Regression/embedded-null-byte-in-audit-records/runtest.sh delete mode 100644 tests/Regression/embedded-null-byte-in-audit-records/short.log delete mode 100644 tests/Regression/no-plugin-exception-during-analyses/Makefile delete mode 100644 tests/Regression/no-plugin-exception-during-analyses/main.fmf delete mode 100755 tests/Regression/no-plugin-exception-during-analyses/runtest.sh delete mode 100644 tests/Regression/no-plugin-exception-during-analyses/short.log delete mode 100644 tests/Regression/sealert-s-traceback-invalid-display/Makefile delete mode 100644 tests/Regression/sealert-s-traceback-invalid-display/main.fmf delete mode 100755 tests/Regression/sealert-s-traceback-invalid-display/runtest.sh delete mode 100644 tests/Sanity/public_content/Makefile delete mode 100644 tests/Sanity/public_content/PURPOSE delete mode 100644 tests/Sanity/public_content/main.fmf delete mode 100755 tests/Sanity/public_content/runtest.sh diff --git a/plans/tests.fmf b/plans/tests.fmf index ec3661a..68d698b 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -1,6 +1,8 @@ summary: Tier 1 setroubleshoot test plan discover: how: fmf + url: https://gitlab.com/setroubleshoot/tests.git + filter: "component:setroubleshoot & tier: 1" execute: how: tmt diff --git a/tests/Regression/Report-bugs-on-corresponding-components/Makefile b/tests/Regression/Report-bugs-on-corresponding-components/Makefile deleted file mode 100644 index 45a8915..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/setroubleshoot/Regression/Report-bugs-on-corresponding-components -# Description: Can sealert identify source RPM of AVC domain type? -# Author: Vit Mojzis -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -export TEST=/CoreOS/setroubleshoot/Regression/Report-bugs-on-corresponding-components -export TESTVERSION=1.0 - -# Policy packages to be used in testing -# The followng export does not work properly in Fedora CI - relying on fallback in runtest.sh -# export TEST_PACKAGES ?= flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile avc_flatpak-selinux avc_tpm2-abrmd-selinux avc_container-selinux avc_usbguard-selinux avc_mysql-selinux avc_fapolicyd-selinux - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - -include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Vit Mojzis " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: Test for BZ#1811644 (Let setroubleshoot to report bugs on components)" >> $(METADATA) - @echo "Type: Regression" >> $(METADATA) - @echo "TestTime: 5m" >> $(METADATA) - @echo "RunFor: setroubleshoot" >> $(METADATA) - @echo "Requires: setroubleshoot-server flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux fapolicyd-selinux" >> $(METADATA) - @echo "Requires: $(TEST_PACKAGES)" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2+" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Bug: 1811644" >> $(METADATA) - @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6 -RHEL7 -RHEL7" >> $(METADATA) - - rhts-lint $(METADATA) diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_container-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_container-selinux deleted file mode 100644 index af18014..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_container-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1575985388.869:225): avc: denied { read } for pid=1365 comm="systemd-user-ru" name="secrets" dev="tmpfs" ino=32249 scontext=system_u:system_r:container_logreader_t:s0 tcontext=system_u:object_r:shadow_t:s0:c446,c857 tclass=dir permissive=0 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_fapolicyd-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_fapolicyd-selinux deleted file mode 100644 index 3ee2a4c..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_fapolicyd-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1596470053.831:306): avc: denied { unlink } for pid=6304 comm="fapolicyd" name="fapolicyd.pid" dev="tmpfs" ino=37446 scontext=system_u:system_r:fapolicyd_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=0 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_flatpak-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_flatpak-selinux deleted file mode 100644 index a475cf1..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_flatpak-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1575985388.869:225): avc: denied { connect } for pid=1365 comm="systemd-user-ru" name="secrets" dev="tmpfs" ino=32249 scontext=system_u:system_r:flatpak_helper_t:s0 tcontext=system_u:object_r:shadow_t:s0:c446,c857 tclass=socket permissive=0 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_mysql-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_mysql-selinux deleted file mode 100644 index a0fd742..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_mysql-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1582621541.469:6896): avc: denied { write } for pid=1627505 comm="python3" name="plautrba" dev="dm-4" ino=19529729 scontext=system_u:system_r:mysqld_t:s0 tcontext=unconfined_u:object_r:user_home_dir_t:s0 tclass=dir permissive=1 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_tpm2-abrmd-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_tpm2-abrmd-selinux deleted file mode 100644 index 4f65a5b..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_tpm2-abrmd-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1575985388.869:225): avc: denied { connect } for pid=1365 comm="systemd-user-ru" name="secrets" dev="tmpfs" ino=32249 scontext=system_u:system_r:tabrmd_t:s0 tcontext=system_u:object_r:shadow_t:s0:c446,c857 tclass=socket permissive=0 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/avc_usbguard-selinux b/tests/Regression/Report-bugs-on-corresponding-components/avc_usbguard-selinux deleted file mode 100644 index e2b767d..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/avc_usbguard-selinux +++ /dev/null @@ -1,2 +0,0 @@ -type=AVC msg=audit(1582801464.5:491): avc: denied { map } for pid=5100 comm="bash" path="/usr/bin/bash" dev="vda1" ino=1707663 scontext=system_u:system_r:usbguard_t:s0 tcontext=system_u:object_r:shell_exec_t:s0 tclass=file permissive=1 - diff --git a/tests/Regression/Report-bugs-on-corresponding-components/main.fmf b/tests/Regression/Report-bugs-on-corresponding-components/main.fmf deleted file mode 100644 index d70bc2c..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/main.fmf +++ /dev/null @@ -1,19 +0,0 @@ -summary: Test for BZ#1811644 (Let setroubleshoot to report bugs on components) -contact: Vit Mojzis -component: - - setroubleshoot -test: ./runtest.sh -framework: beakerlib -recommend: - - setroubleshoot-server - - flatpak-selinux - - tpm2-abrmd-selinux - - container-selinux - - usbguard-selinux - - mysql-selinux - - fapolicyd-selinux -duration: 5m -link: - - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1811644 -extra-summary: /CoreOS/setroubleshoot/Regression/Report-bugs-on-corresponding-components -extra-task: /CoreOS/setroubleshoot/Regression/Report-bugs-on-corresponding-components diff --git a/tests/Regression/Report-bugs-on-corresponding-components/runtest.sh b/tests/Regression/Report-bugs-on-corresponding-components/runtest.sh deleted file mode 100755 index c3e04b9..0000000 --- a/tests/Regression/Report-bugs-on-corresponding-components/runtest.sh +++ /dev/null @@ -1,78 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /CoreOS/setroubleshoot/Regression/Report-bugs-on-corresponding-components -# Description: Can sealert identify source RPM of AVC domain type? -# Author: Vit Mojzis -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -# Include Beaker environment -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -PACKAGE="setroubleshoot" - -if [ -z "${TEST_PACKAGES+set}" ]; -then PACKAGES=(flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux fapolicyd-selinux) -else PACKAGES=(${TEST_PACKAGES[@]}) -fi - -#corresponding module names -#MODULES=(flatpak tabrmd container usbguard mysql) - -# - - -# flatpak-selinux - flatpak - flatpak_helper_t -# tpm2-abrmd-selinux - tabrmd - tabrmd_t -# container-selinux - container - docker_t -# usbguard-selinux - usbguard - usbguard_t -- fedora only -# mysql-selinux - mysql - mysql_t -- fedora only - - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm $PACKAGE - OUTPUT_FILE=`mktemp` - # Package installation is handled by Makefile for now - # install availlable policy packages - # for RPM in ${PACKAGES[@]}; - # do - # sudo dnf install -y ${RPM} || continue - # done - rlPhaseEnd - - rlPhaseStartTest - for RPM in ${PACKAGES[@]}; - do - # run only for policies that are installed - rpm -q ${RPM} >& /dev/null - if [ $? -ne 0 ]; then echo "${RPM} not installed! Skipping."; continue; fi - rlRun "sealert -a ./avc_${RPM} 2>&1 | tee ${OUTPUT_FILE} | grep \"Local Policy RPM\"" - if [ $? -ne 0 ]; then cat ${OUTPUT_FILE}; fi - # test if correct rpm was identified - rlRun "grep -i \"Local Policy RPM\" ${OUTPUT_FILE} | grep \"$RPM\S*$\" -o" - done - rlPhaseEnd - - rlPhaseStartCleanup - rm -f ${OUTPUT_FILE} - rlPhaseEnd -rlJournalPrintText -rlJournalEnd diff --git a/tests/Regression/embedded-null-byte-in-audit-records/audit.log b/tests/Regression/embedded-null-byte-in-audit-records/audit.log deleted file mode 100644 index e0c3077..0000000 --- a/tests/Regression/embedded-null-byte-in-audit-records/audit.log +++ /dev/null @@ -1,657 +0,0 @@ -type=USER_END msg=audit(1574410625.429:1286): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410625.430:1287): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410625.686:1288): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410625.687:1289): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410625.688:1290): pid=10314 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10314 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410625.688:1291): pid=10314 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10314 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410625.688:1292): pid=10314 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10314 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410625.689:1293): pid=10314 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410626.111:1294): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410626.112:1295): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410626.349:1296): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410626.351:1297): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410626.352:1298): pid=10327 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10327 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410626.352:1299): pid=10327 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10327 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410626.352:1300): pid=10327 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10327 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410626.353:1301): pid=10327 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410626.763:1302): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410626.764:1303): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410627.020:1304): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410627.021:1305): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410627.023:1306): pid=10334 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410627.023:1307): pid=10334 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410627.023:1308): pid=10334 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410627.024:1309): pid=10334 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=FS_RELABEL msg=audit(1574410638.448:1310): pid=10341 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=mass relabel exe="/usr/sbin/setfiles" hostname=? addr=? terminal=? res=success' -type=USER_END msg=audit(1574410638.793:1311): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410638.794:1312): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410639.119:1313): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410639.120:1314): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410639.121:1315): pid=10343 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10343 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410639.121:1316): pid=10343 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10343 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410639.121:1317): pid=10343 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10343 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410639.123:1318): pid=10343 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410639.854:1319): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410639.855:1320): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410640.278:1321): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410640.279:1322): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.280:1323): pid=10350 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.280:1324): pid=10350 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.280:1325): pid=10350 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410640.281:1326): pid=10350 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410640.699:1327): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410640.700:1328): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410640.964:1329): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410640.965:1330): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.967:1331): pid=10357 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10357 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.967:1332): pid=10357 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10357 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410640.967:1333): pid=10357 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10357 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410640.968:1334): pid=10357 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410641.402:1335): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410641.403:1336): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410641.668:1337): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410641.670:1338): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410641.671:1339): pid=10364 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10364 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410641.671:1340): pid=10364 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10364 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410641.671:1341): pid=10364 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10364 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410641.672:1342): pid=10364 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410642.088:1343): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410642.089:1344): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410642.378:1345): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410642.379:1346): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410642.380:1347): pid=10371 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10371 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410642.380:1348): pid=10371 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10371 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410642.380:1349): pid=10371 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10371 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410642.381:1350): pid=10371 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_END msg=audit(1574410642.798:1351): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410642.799:1352): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574410643.576:1353): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_START msg=audit(1574410643.577:1354): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574410643.578:1355): pid=10378 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=10378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410643.578:1356): pid=10378 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=10378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410643.578:1357): pid=10378 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=10378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574410643.580:1358): pid=10378 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=SERVICE_START msg=audit(1574410644.001:1359): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-shutdownd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=USER_END msg=audit(1574410644.178:1360): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574410644.178:1361): pid=8559 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-204-48.brq.redhat.com addr=10.40.204.48 terminal=ssh res=success' -type=SERVICE_START msg=audit(1574410704.009:1362): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-dmesg comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.009:1363): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-dmesg comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410704.044:1364): pid=796 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=796 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410704.044:1365): pid=796 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=796 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574410704.044:1366): pid=796 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=796 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.081:1367): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.081:1368): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.082:1369): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.082:1370): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.083:1371): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.083:1372): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.085:1373): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=serial-getty@ttyS0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.085:1374): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=serial-getty@ttyS0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.088:1375): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.088:1376): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.089:1377): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.089:1378): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.090:1379): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.090:1380): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.097:1381): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhsmcertd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.097:1382): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhsmcertd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.110:1383): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.110:1384): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd-keygen comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.116:1385): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.116:1386): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.128:1387): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.128:1388): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.187:1389): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.213:1390): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=postfix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.213:1391): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=postfix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.356:1392): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhnsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.356:1393): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhnsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.360:1394): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.360:1395): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.702:1396): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.702:1397): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.703:1398): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.703:1399): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.714:1400): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.714:1401): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.718:1402): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.719:1403): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.724:1404): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-domainname comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.724:1405): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-domainname comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.725:1406): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=selinux-policy-migrate-local-changes@targeted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.725:1407): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=selinux-policy-migrate-local-changes@targeted comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.726:1408): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.726:1409): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.727:1410): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.727:1411): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.727:1412): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.727:1413): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.729:1414): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.729:1415): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.732:1416): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.732:1417): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SYSTEM_SHUTDOWN msg=audit(1574410704.735:1418): pid=10553 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.739:1419): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.739:1420): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574410704.740:1421): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574410704.740:1422): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=DAEMON_END msg=audit(1574410704.743:1004): op=terminate auid=0 pid=1 subj=system_u:system_r:init_t:s0 res=success -type=DAEMON_START msg=audit(1574672213.672:5618): op=start ver=2.8.5 format=raw kernel=3.10.0-1111.el7.x86_64 auid=4294967295 pid=440 uid=0 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=success -type=CONFIG_CHANGE msg=audit(1574672213.892:5): audit_backlog_limit=8192 old=64 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 -type=CONFIG_CHANGE msg=audit(1574672213.892:6): audit_failure=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 res=1 -type=SERVICE_START msg=audit(1574672213.898:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SYSTEM_BOOT msg=audit(1574672213.918:8): pid=503 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672213.923:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672213.943:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.034:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.045:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.072:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672214.076:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=irqbalance comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.089:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.102:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-dmesg comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.162:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.195:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672214.206:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672215.255:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-init-local comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672215.327:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672215.436:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672215.465:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672215.742:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672216.407:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672216.448:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhsmcertd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672216.471:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=restraintd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672217.742:28): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672217.985:29): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=postfix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.213:30): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.263:31): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.274:32): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=crond comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.355:33): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672218.355:34): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.368:35): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672218.368:36): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.369:37): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672218.369:38): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit-wait comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.370:39): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672218.370:40): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-quit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.372:41): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.373:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=serial-getty@ttyS0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.412:43): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.445:44): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.654:45): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhnsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SYSTEM_RUNLEVEL msg=audit(1574672218.706:46): pid=1158 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='old-level=N new-level=3 comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672218.709:47): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672218.709:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672219.065:49): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672219.376:50): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-final comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672219.496:51): pid=1310 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=1310 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672219.496:52): pid=1310 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=1310 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672219.496:53): pid=1310 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=1310 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672219.603:54): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=1310 suid=74 rport=57270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672219.603:55): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=1310 suid=74 rport=57270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672220.227:56): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth rport=57270 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672220.227:57): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:f6:3d:5b:97:0b:77:c1:ca:d1:88:66:19:43:b6:46:bb:d6:b1:9b:77:03:92:51:fa:ff:3e:1c:f8:47:bc:0b:31 rport=57270 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_ACCT msg=audit(1574672220.242:58): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.246:59): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=1310 suid=74 rport=57270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672220.248:60): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574672220.252:61): pid=1305 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=LOGIN msg=audit(1574672220.253:62): pid=1305 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 -type=USER_ROLE_CHANGE msg=audit(1574672220.426:63): pid=1305 uid=0 auid=0 ses=1 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672220.470:64): pid=1305 uid=0 auid=0 ses=1 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672220.739:65): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672220.741:66): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.743:67): pid=1895 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=1895 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.744:68): pid=1895 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=1895 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.744:69): pid=1895 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=1895 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672220.746:70): pid=1895 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672220.910:71): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRED_DISP msg=audit(1574672220.911:72): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672220.913:73): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672220.915:74): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.915:75): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=1305 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.915:76): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=1305 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.915:77): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=1305 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672220.915:78): pid=1305 uid=0 auid=0 ses=1 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=1305 suid=0 rport=57270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.181:79): pid=2142 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2142 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.181:80): pid=2142 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2142 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.181:81): pid=2142 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2142 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672221.282:82): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2142 suid=74 rport=57302 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672221.282:83): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2142 suid=74 rport=57302 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.557:84): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2142 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.557:85): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2142 suid=74 rport=57302 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.560:86): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2097 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.560:87): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2097 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.560:88): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2097 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574672221.560:89): pid=2097 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574672221.579:90): pid=2156 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2156 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.579:91): pid=2156 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2156 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.579:92): pid=2156 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2156 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672221.675:93): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2156 suid=74 rport=57300 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672221.675:94): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2156 suid=74 rport=57300 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.943:95): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2156 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.943:96): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2156 suid=74 rport=57300 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.944:97): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2098 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.944:98): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2098 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.944:99): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2098 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574672221.945:100): pid=2098 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574672221.960:101): pid=2165 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2165 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.960:102): pid=2165 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2165 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672221.960:103): pid=2165 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2165 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672222.056:104): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2165 suid=74 rport=57304 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672222.056:105): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2165 suid=74 rport=57304 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.337:106): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2165 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.337:107): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2165 suid=74 rport=57304 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.339:108): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2099 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.339:109): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2099 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.339:110): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2099 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574672222.339:111): pid=2099 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574672222.480:112): pid=2266 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2266 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.480:113): pid=2266 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2266 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672222.480:114): pid=2266 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2266 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672222.594:115): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2266 suid=74 rport=57312 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574672222.594:116): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=2266 suid=74 rport=57312 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672223.224:117): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth rport=57312 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672223.224:118): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:f6:3d:5b:97:0b:77:c1:ca:d1:88:66:19:43:b6:46:bb:d6:b1:9b:77:03:92:51:fa:ff:3e:1c:f8:47:bc:0b:31 rport=57312 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_ACCT msg=audit(1574672223.234:119): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672223.235:120): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2266 suid=74 rport=57312 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=USER_AUTH msg=audit(1574672223.237:121): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574672223.240:122): pid=2262 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=LOGIN msg=audit(1574672223.240:123): pid=2262 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1 -type=USER_ROLE_CHANGE msg=audit(1574672223.405:124): pid=2262 uid=0 auid=0 ses=2 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672223.453:125): pid=2262 uid=0 auid=0 ses=2 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672223.683:126): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672223.685:127): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672223.704:128): pid=2558 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672223.704:129): pid=2558 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672223.704:130): pid=2558 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672223.711:131): pid=2558 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672223.892:132): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672223.893:133): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672224.017:134): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672224.018:135): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.023:136): pid=2586 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.023:137): pid=2586 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.023:138): pid=2586 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672224.024:139): pid=2586 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672224.589:140): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672224.589:141): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672224.713:142): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672224.714:143): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.715:144): pid=2785 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2785 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.715:145): pid=2785 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2785 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672224.715:146): pid=2785 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2785 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672224.721:147): pid=2785 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672224.881:148): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672224.882:149): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672225.004:150): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672225.006:151): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.013:152): pid=2897 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2897 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.013:153): pid=2897 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2897 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.013:154): pid=2897 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2897 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672225.015:155): pid=2897 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672225.346:156): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672225.347:157): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672225.473:158): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672225.475:159): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.479:160): pid=3006 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=3006 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.479:161): pid=3006 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=3006 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.479:162): pid=3006 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=3006 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672225.480:163): pid=3006 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672225.628:164): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672225.629:165): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574672225.755:166): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_START msg=audit(1574672225.756:167): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.768:168): pid=3070 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=3070 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.768:169): pid=3070 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=3070 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672225.768:170): pid=3070 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=3070 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574672225.770:171): pid=3070 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672226.329:172): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574672226.331:173): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=USER_END msg=audit(1574672226.353:174): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRED_DISP msg=audit(1574672226.357:175): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=liver3.lab.eng.brq.redhat.com addr=2620:52:0:2580:1602:ecff:fe3f:e710 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574672226.357:176): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=2262 suid=0 rport=57312 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.37.128.108 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672226.357:177): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=2262 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672226.357:178): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=2262 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574672226.357:179): pid=2262 uid=0 auid=0 ses=2 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=2262 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672236.042:180): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574672240.878:181): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kdump comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574672255.229:182): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=USER_ACCT msg=audit(1574672462.013:183): pid=8783 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_localuser acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_ACQ msg=audit(1574672462.013:184): pid=8783 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=LOGIN msg=audit(1574672462.014:185): pid=8783 uid=0 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1 -type=USER_START msg=audit(1574672462.041:186): pid=8783 uid=0 auid=0 ses=3 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_REFR msg=audit(1574672462.042:187): pid=8783 uid=0 auid=0 ses=3 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_DISP msg=audit(1574672462.080:188): pid=8783 uid=0 auid=0 ses=3 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=USER_END msg=audit(1574672462.082:189): pid=8783 uid=0 auid=0 ses=3 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=SERVICE_START msg=audit(1574673147.110:190): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=SERVICE_STOP msg=audit(1574673147.110:191): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.305:192): pid=21112 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21112 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.305:193): pid=21112 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21112 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.305:194): pid=21112 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21112 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674924.416:195): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21112 suid=74 rport=43828 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674924.417:196): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21112 suid=74 rport=43828 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.931:197): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21112 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.931:198): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21112 suid=74 rport=43828 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.934:199): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21111 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.935:200): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21111 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.935:201): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21111 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574674924.935:202): pid=21111 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574674924.941:203): pid=21113 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21113 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.941:204): pid=21113 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21113 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674924.941:205): pid=21113 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21113 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674925.044:206): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21113 suid=74 rport=43832 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674925.044:207): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21113 suid=74 rport=43832 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.452:208): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21113 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.452:209): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21113 suid=74 rport=43832 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.453:210): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21110 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.453:211): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21110 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.453:212): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21110 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574674925.454:213): pid=21110 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574674925.456:214): pid=21114 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21114 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.456:215): pid=21114 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21114 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.456:216): pid=21114 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21114 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674925.660:217): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21114 suid=74 rport=43830 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674925.660:218): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=chacha20-poly1305@openssh.com ksize=512 mac= pfs=curve25519-sha256 spid=21114 suid=74 rport=43830 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.987:219): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21114 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.987:220): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21114 suid=74 rport=43830 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.988:221): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21109 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.988:222): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21109 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674925.988:223): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21109 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574674925.988:224): pid=21109 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574674926.175:225): pid=21116 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21116 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674926.175:226): pid=21116 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21116 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674926.175:227): pid=21116 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21116 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674926.291:228): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21116 suid=74 rport=43838 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574674926.291:229): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21116 suid=74 rport=43838 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574674926.933:230): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey_auth rport=43838 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574674926.933:231): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:f6:3d:5b:97:0b:77:c1:ca:d1:88:66:19:43:b6:46:bb:d6:b1:9b:77:03:92:51:fa:ff:3e:1c:f8:47:bc:0b:31 rport=43838 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_ACCT msg=audit(1574674926.940:232): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674926.941:233): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21116 suid=74 rport=43838 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574674926.942:234): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574674926.943:235): pid=21115 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574674926.943:236): pid=21115 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=4 res=1 -type=USER_ROLE_CHANGE msg=audit(1574674927.057:237): pid=21115 uid=0 auid=0 ses=4 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674927.082:238): pid=21115 uid=0 auid=0 ses=4 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674927.439:239): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674927.440:240): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.443:241): pid=21118 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21118 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.443:242): pid=21118 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21118 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.443:243): pid=21118 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21118 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674927.445:244): pid=21118 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674927.645:245): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674927.646:246): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674927.775:247): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674927.776:248): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.777:249): pid=21123 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21123 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.777:250): pid=21123 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21123 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674927.777:251): pid=21123 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21123 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674927.778:252): pid=21123 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674928.585:253): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674928.586:254): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674928.794:255): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674928.795:256): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674928.796:257): pid=21129 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21129 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674928.796:258): pid=21129 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21129 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674928.796:259): pid=21129 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21129 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674928.797:260): pid=21129 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674928.920:261): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674928.921:262): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674929.108:263): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674929.109:264): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.110:265): pid=21134 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.110:266): pid=21134 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.110:267): pid=21134 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674929.111:268): pid=21134 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=SERVICE_START msg=audit(1574674929.221:269): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=USER_END msg=audit(1574674929.343:270): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674929.344:271): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674929.463:272): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674929.464:273): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.465:274): pid=21144 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21144 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.465:275): pid=21144 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21144 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.465:276): pid=21144 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21144 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674929.467:277): pid=21144 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674929.590:278): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674929.591:279): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674929.711:280): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674929.712:281): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.713:282): pid=21149 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21149 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.713:283): pid=21149 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21149 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674929.713:284): pid=21149 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21149 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674929.714:285): pid=21149 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674932.341:286): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674932.342:287): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674932.471:288): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674932.472:289): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.473:290): pid=21192 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21192 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.473:291): pid=21192 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21192 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.473:292): pid=21192 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21192 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674932.474:293): pid=21192 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674932.659:294): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674932.660:295): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674932.867:296): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674932.868:297): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.869:298): pid=21197 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.869:299): pid=21197 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674932.869:300): pid=21197 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674932.870:301): pid=21197 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674933.076:302): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674933.077:303): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674933.285:304): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674933.286:305): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.287:306): pid=21206 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21206 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.287:307): pid=21206 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21206 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.287:308): pid=21206 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21206 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674933.288:309): pid=21206 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674933.494:310): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674933.495:311): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574674933.703:312): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674933.704:313): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.705:314): pid=21211 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21211 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.705:315): pid=21211 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21211 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674933.705:316): pid=21211 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21211 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674933.707:317): pid=21211 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674933.912:318): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674933.913:319): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=SERVICE_STOP msg=audit(1574674959.253:320): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=USER_LOGIN msg=audit(1574674986.024:321): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574674986.025:322): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.026:323): pid=21220 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21220 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.026:324): pid=21220 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21220 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.026:325): pid=21220 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21220 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574674986.028:326): pid=21220 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574674986.165:327): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574674986.166:328): pid=21115 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.328:329): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21225 suid=0 exe="/usr/sbin/sshd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.328:330): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21225 suid=0 exe="/usr/sbin/sshd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=CRYPTO_KEY_USER msg=audit(1574674986.328:331): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21225 suid=0 exe="/usr/sbin/sshd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=USER_LOGIN msg=audit(1574674986.330:332): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/0 res=success' -type=USER_START msg=audit(1574674986.330:333): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/0 res=success' -type=CRED_REFR msg=audit(1574674986.331:334): pid=21225 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=SOFTWARE_UPDATE msg=audit(1574675011.281:335): pid=21251 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='sw="libconfig-1.4.9-5.el7.x86_64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="yum" exe="/usr/bin/python2.7" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=SOFTWARE_UPDATE msg=audit(1574675012.831:336): pid=21251 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='sw="lldpad-1.0.1-5.git036e314.el7.x86_64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="yum" exe="/usr/bin/python2.7" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=SOFTWARE_UPDATE msg=audit(1574675030.837:337): pid=21304 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='sw="systemd-python-219-73.el7.x86_64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="yum" exe="/usr/bin/python2.7" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=SOFTWARE_UPDATE msg=audit(1574675031.450:338): pid=21304 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='sw="setroubleshoot-plugins-3.0.67-4.el7.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="yum" exe="/usr/bin/python2.7" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=ADD_GROUP msg=audit(1574675031.488:339): pid=21321 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-group id=994 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' -type=GRP_MGMT msg=audit(1574675031.498:340): pid=21321 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:groupadd_t:s0-s0:c0.c1023 msg='op=add-shadow-group id=994 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' -type=ADD_USER msg=audit(1574675031.528:341): pid=21326 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=add-user id=997 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' -type=USER_MGMT msg=audit(1574675031.554:342): pid=21331 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:useradd_t:s0-s0:c0.c1023 msg='op=pam_tally2 reset=0 id=997 exe="/usr/sbin/pam_tally2" hostname=? addr=? terminal=? res=success' -type=DAEMON_CONFIG msg=audit(1574675032.060:1548) op=reconfigure state=changed auid=0 pid=21340 subj=unconfined_u:unconfined_r:rpm_script_t:s0-s0:c0.c1023 res=success -type=SOFTWARE_UPDATE msg=audit(1574675032.075:343): pid=21304 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='sw="setroubleshoot-server-3.2.30-8.el7.x86_64" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="yum" exe="/usr/bin/python2.7" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=ADD_GROUP msg=audit(1574675044.229:344): pid=21352 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-group acct="sysadm-user" exe="/usr/sbin/useradd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=ADD_USER msg=audit(1574675044.235:345): pid=21352 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-user id=1000 exe="/usr/sbin/useradd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=USER_MGMT msg=audit(1574675044.278:346): pid=21357 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=pam_tally2 reset=0 id=1000 exe="/usr/sbin/pam_tally2" hostname=? addr=? terminal=/dev/pts/0 res=success' -type=ROLE_ASSIGN msg=audit(1574675045.373:347): pid=21352 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login-sename,role,range acct="sysadm-user" old-seuser=? old-role=? old-range=? new-seuser=sysadm_u new-role=sysadm_r new-range=s0-s0:c0.c1023 exe="/usr/sbin/useradd" hostname=? addr=? terminal=pts/0 res=success' -type=USER_AVC msg=audit(1574675047.413:348): pid=510 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: received policyload notice (seqno=2) exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' -type=MAC_POLICY_LOAD msg=audit(1574675045.619:349): policy loaded auid=0 ses=4 -type=SYSCALL msg=audit(1574675045.619:349): arch=c000003e syscall=1 success=yes exit=3882864 a0=4 a1=7f7518eaf000 a2=3b3f70 a3=7ffe563fd8e0 items=0 ppid=21352 pid=21361 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4 comm="load_policy" exe="/usr/sbin/load_policy" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574675045.619:349): proctitle="/sbin/load_policy" -type=USER_MGMT msg=audit(1574675047.475:350): pid=21352 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=add-home-dir id=1000 exe="/usr/sbin/useradd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=USER_CHAUTHTOK msg=audit(1574675063.946:351): pid=21362 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:passwd_t:s0-s0:c0.c1023 msg='op=PAM:chauthtok grantors=pam_pwquality,pam_unix acct="sysadm-user" exe="/usr/bin/passwd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=CRYPTO_KEY_USER msg=audit(1574675095.611:352): pid=21370 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21370 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675095.611:353): pid=21370 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21370 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675095.611:354): pid=21370 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21370 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574675095.732:355): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21370 suid=74 rport=43938 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574675095.732:356): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21370 suid=74 rport=43938 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574675096.637:357): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574675100.275:358): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_ACCT msg=audit(1574675100.279:359): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.285:360): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21370 suid=74 rport=43938 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574675100.287:361): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574675100.288:362): pid=21369 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574675100.288:363): pid=21369 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1 -type=USER_START msg=audit(1574675100.350:364): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=? acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=failed' -type=CRYPTO_KEY_USER msg=audit(1574675100.352:365): pid=21373 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21373 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.352:366): pid=21373 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21373 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.352:367): pid=21373 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21373 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_ACQ msg=audit(1574675100.354:368): pid=21373 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574675100.700:369): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=USER_START msg=audit(1574675100.701:370): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.705:371): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21374 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=USER_END msg=audit(1574675100.705:372): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=USER_LOGOUT msg=audit(1574675100.705:373): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.931:374): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21373 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.931:375): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21373 suid=1000 rport=43938 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRED_DISP msg=audit(1574675100.933:376): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.933:377): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21369 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.933:378): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21369 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675100.933:379): pid=21369 uid=0 auid=1000 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21369 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=MAC_CONFIG_CHANGE msg=audit(1574675113.286:380): bool=ssh_sysadm_login val=1 old_val=0 auid=0 ses=4 -type=SYSCALL msg=audit(1574675113.286:380): arch=c000003e syscall=1 success=yes exit=2 a0=3 a1=7ffd8dfb32e0 a2=2 a3=7ffd8dfb26e0 items=0 ppid=21236 pid=21376 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=4 comm="setsebool" exe="/usr/sbin/setsebool" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574675113.286:380): proctitle=7365747365626F6F6C007373685F73797361646D5F6C6F67696E006F6E -type=USER_AVC msg=audit(1574675113.294:381): pid=510 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: received policyload notice (seqno=3) exe="/usr/bin/dbus-daemon" sauid=81 hostname=? addr=? terminal=?' -type=CRYPTO_KEY_USER msg=audit(1574675115.046:382): pid=21378 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675115.046:383): pid=21378 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675115.046:384): pid=21378 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574675115.255:385): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21378 suid=74 rport=43948 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574675115.256:386): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21378 suid=74 rport=43948 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574675116.381:387): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574675119.281:388): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_ACCT msg=audit(1574675119.285:389): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574675119.289:390): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21378 suid=74 rport=43948 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574675119.291:391): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574675119.292:392): pid=21377 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574675119.292:393): pid=21377 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1 -type=USER_ROLE_CHANGE msg=audit(1574675119.318:394): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 selected-context=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574675119.348:395): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574675119.349:396): pid=21381 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21381 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675119.349:397): pid=21381 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21381 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675119.350:398): pid=21381 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21381 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_ACQ msg=audit(1574675119.351:399): pid=21381 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574675119.842:400): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=USER_START msg=audit(1574675119.843:401): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574675119.856:402): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21382 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=SERVICE_START msg=audit(1574675129.532:403): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=lldpad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' -type=AVC msg=audit(1574675142.213:404): avc: denied { sendto } for pid=21445 comm="lldptool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574675142.213:404): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=556166aa2082 a2=14 a3=f items=0 ppid=21382 pid=21445 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=pts1 ses=6 comm="lldptool" exe="/usr/sbin/lldptool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574675142.213:404): proctitle=6C6C6470746F6F6C002D2D68656C70 -type=AVC msg=audit(1574675155.993:405): avc: denied { sendto } for pid=21453 comm="vdptool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574675155.993:405): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=55ed05d7f082 a2=14 a3=f items=0 ppid=21382 pid=21453 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=pts1 ses=6 comm="vdptool" exe="/usr/sbin/vdptool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574675155.993:405): proctitle="vdptool" -type=AVC msg=audit(1574675156.994:406): avc: denied { sendto } for pid=21453 comm="vdptool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574675156.994:406): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=55ed05d7f082 a2=14 a3=f items=0 ppid=21382 pid=21453 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=pts1 ses=6 comm="vdptool" exe="/usr/sbin/vdptool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574675156.994:406): proctitle="vdptool" -type=USER_END msg=audit(1574675346.431:407): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=USER_LOGOUT msg=audit(1574675346.431:408): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574675346.577:409): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21381 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675346.578:410): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21381 suid=1000 rport=43948 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_END msg=audit(1574675346.588:411): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRED_DISP msg=audit(1574675346.589:412): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574675346.590:413): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21377 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675346.590:414): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21377 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574675346.590:415): pid=21377 uid=0 auid=1000 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21377 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676014.438:416): pid=21483 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676014.438:417): pid=21483 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676014.438:418): pid=21483 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676014.561:419): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21483 suid=74 rport=44920 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676014.561:420): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21483 suid=74 rport=44920 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676015.558:421): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_ACCT msg=audit(1574676061.116:422): pid=21485 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_localuser acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_ACQ msg=audit(1574676061.116:423): pid=21485 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=LOGIN msg=audit(1574676061.117:424): pid=21485 uid=0 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=7 res=1 -type=USER_START msg=audit(1574676061.134:425): pid=21485 uid=0 auid=0 ses=7 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_REFR msg=audit(1574676061.134:426): pid=21485 uid=0 auid=0 ses=7 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=CRED_DISP msg=audit(1574676061.155:427): pid=21485 uid=0 auid=0 ses=7 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=USER_END msg=audit(1574676061.156:428): pid=21485 uid=0 auid=0 ses=7 subj=system_u:system_r:crond_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_systemd acct="root" exe="/usr/sbin/crond" hostname=? addr=? terminal=cron res=success' -type=USER_AUTH msg=audit(1574676091.306:429): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=? acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574676093.653:430): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=password acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574676097.622:431): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=? acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574676099.791:432): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=password acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_CHAUTHTOK msg=audit(1574676108.719:433): pid=21500 uid=0 auid=0 ses=4 subj=unconfined_u:unconfined_r:passwd_t:s0-s0:c0.c1023 msg='op=PAM:chauthtok grantors=pam_pwquality,pam_unix acct="root" exe="/usr/bin/passwd" hostname=ci-vm-10-0-137-208.hosted.upshift.rdu2.redhat.com addr=? terminal=pts/0 res=success' -type=USER_AUTH msg=audit(1574676112.952:434): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_ACCT msg=audit(1574676112.957:435): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676112.959:436): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21483 suid=74 rport=44920 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676112.961:437): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574676112.962:438): pid=21482 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574676112.962:439): pid=21482 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=8 res=1 -type=USER_ROLE_CHANGE msg=audit(1574676113.090:440): pid=21482 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574676113.117:441): pid=21482 uid=0 auid=0 ses=8 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574676113.509:442): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574676113.510:443): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676113.514:444): pid=21506 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21506 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676113.514:445): pid=21506 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21506 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676113.514:446): pid=21506 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21506 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574676113.516:447): pid=21506 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574676114.450:448): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRED_DISP msg=audit(1574676114.451:449): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_END msg=audit(1574676114.453:450): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGOUT msg=audit(1574676114.454:451): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676114.454:452): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21482 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676114.454:453): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21482 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676114.454:454): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21482 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676114.454:455): pid=21482 uid=0 auid=0 ses=8 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21482 suid=0 rport=44920 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676260.369:456): pid=21516 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21516 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676260.369:457): pid=21516 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21516 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676260.369:458): pid=21516 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21516 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676260.572:459): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21516 suid=74 rport=45194 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676260.573:460): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21516 suid=74 rport=45194 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676261.389:461): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574676264.491:462): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_ACCT msg=audit(1574676264.495:463): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676264.498:464): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21516 suid=74 rport=45194 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676264.500:465): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="sysadm-user" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574676264.500:466): pid=21515 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574676264.501:467): pid=21515 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=9 res=1 -type=USER_ROLE_CHANGE msg=audit(1574676264.528:468): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 selected-context=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574676264.553:469): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676264.554:470): pid=21519 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21519 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676264.555:471): pid=21519 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21519 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676264.555:472): pid=21519 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21519 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_ACQ msg=audit(1574676264.556:473): pid=21519 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574676264.954:474): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=USER_START msg=audit(1574676264.955:475): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574676264.968:476): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21520 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=AVC msg=audit(1574676269.109:477): avc: denied { sendto } for pid=21539 comm="dcbtool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574676269.109:477): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=558107411082 a2=14 a3=21000 items=0 ppid=21520 pid=21539 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=pts1 ses=9 comm="dcbtool" exe="/usr/sbin/dcbtool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574676269.109:477): proctitle="dcbtool" -type=AVC msg=audit(1574676270.109:478): avc: denied { sendto } for pid=21539 comm="dcbtool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574676270.109:478): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=558107411082 a2=14 a3=f items=0 ppid=21520 pid=21539 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=pts1 ses=9 comm="dcbtool" exe="/usr/sbin/dcbtool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null) -type=PROCTITLE msg=audit(1574676270.109:478): proctitle="dcbtool" -type=USER_END msg=audit(1574676314.202:479): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=USER_LOGOUT msg=audit(1574676314.202:480): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/1 res=success' -type=CRYPTO_KEY_USER msg=audit(1574676314.359:481): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21519 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676314.359:482): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21519 suid=1000 rport=45194 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_END msg=audit(1574676314.365:483): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRED_DISP msg=audit(1574676314.366:484): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="sysadm-user" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676314.366:485): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21515 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676314.367:486): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21515 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676314.367:487): pid=21515 uid=0 auid=1000 ses=9 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21515 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676320.600:488): pid=21551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676320.600:489): pid=21551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676320.600:490): pid=21551 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21551 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676320.714:491): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21551 suid=74 rport=45270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=CRYPTO_SESSION msg=audit(1574676320.714:492): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=21551 suid=74 rport=45270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676321.562:493): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=failed' -type=USER_AUTH msg=audit(1574676324.674:494): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_ACCT msg=audit(1574676324.678:495): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676324.679:496): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=21551 suid=74 rport=45270 laddr=10.0.137.208 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=? res=success' -type=USER_AUTH msg=audit(1574676324.681:497): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=success acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.40.205.43 terminal=ssh res=success' -type=CRED_ACQ msg=audit(1574676324.682:498): pid=21550 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=LOGIN msg=audit(1574676324.682:499): pid=21550 uid=0 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=10 res=1 -type=USER_ROLE_CHANGE msg=audit(1574676324.801:500): pid=21550 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='pam: default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574676324.826:501): pid=21550 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_lastlog acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_LOGIN msg=audit(1574676325.219:502): pid=21550 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=USER_START msg=audit(1574676325.220:503): pid=21550 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' -type=CRYPTO_KEY_USER msg=audit(1574676325.223:504): pid=21554 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:63:6c:4a:92:cd:40:49:fb:29:48:6a:71:8a:6d:8b:9f:b2:70:e1:68:da:94:80:00:fd:3c:43:db:25:f3:2b:bd direction=? spid=21554 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676325.223:505): pid=21554 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:59:05:5f:b6:6f:3b:f4:b1:b4:3a:06:e0:c2:ca:3f:ec:2c:0b:96:aa:4e:35:2a:e6:4b:af:07:d2:ae:26:66:20 direction=? spid=21554 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRYPTO_KEY_USER msg=audit(1574676325.223:506): pid=21554 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:a2:d0:1a:4c:56:85:f6:71:e2:84:7b:a4:60:03:8e:5c:1a:47:b4:47:e3:7b:ac:e1:24:70:4e:d1:6b:df:d2:84 direction=? spid=21554 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' -type=CRED_REFR msg=audit(1574676325.225:507): pid=21554 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=ovpn-205-43.brq.redhat.com addr=10.40.205.43 terminal=ssh res=success' diff --git a/tests/Regression/embedded-null-byte-in-audit-records/runtest.sh b/tests/Regression/embedded-null-byte-in-audit-records/runtest.sh deleted file mode 100755 index eec62c1..0000000 --- a/tests/Regression/embedded-null-byte-in-audit-records/runtest.sh +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /CoreOS/setroubleshoot/Regression/embedded-null-byte-in-audit-records -# Description: Is sealert able to processes audit messages which contain embedded null bytes? -# Author: Milos Malik -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2019 Red Hat, Inc. -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -# Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -PACKAGE="setroubleshoot" - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm ${PACKAGE} - rlRun "rpm -qf /usr/sbin/ausearch" - rlRun "rpm -qf /usr/bin/audit2allow" - rlRun "rpm -qf /usr/bin/sealert" - OUTPUT_FILE=`mktemp` - rlPhaseEnd - - rlPhaseStartTest "bz#1775135 + bz#1776199" - if rlIsRHEL 7 ; then - rlRun "ausearch -i -m avc -if ./audit.log" - rlRun "audit2allow -i ./audit.log" - # if sealert got stuck, kill it after 15 seconds - rlWatchdog "sealert -a ./audit.log 2>&1 | tee ${OUTPUT_FILE}" 15 - else # Fedora, RHEL-8 and above - rlRun "ausearch -i -m avc -if ./short.log" - rlRun "audit2allow -i ./short.log" - # if sealert got stuck, kill it after 15 seconds - rlWatchdog "sealert -a ./short.log 2>&1 | tee ${OUTPUT_FILE}" 15 - fi - rlRun "grep -i -e Traceback -e TypeError -e embedded -e \"null byte\" ${OUTPUT_FILE}" 1 - rlRun "grep -i \"Plugin catchall\" ${OUTPUT_FILE}" 0 - if [ $? -ne 0 ]; then cat ${OUTPUT_FILE}; fi - rlPhaseEnd - - rlPhaseStartCleanup - rm -f ${OUTPUT_FILE} - rlPhaseEnd -rlJournalPrintText -rlJournalEnd - diff --git a/tests/Regression/embedded-null-byte-in-audit-records/short.log b/tests/Regression/embedded-null-byte-in-audit-records/short.log deleted file mode 100644 index 15c34ae..0000000 --- a/tests/Regression/embedded-null-byte-in-audit-records/short.log +++ /dev/null @@ -1,4 +0,0 @@ -type=AVC msg=audit(1574094303.139:1096): avc: denied { sendto } for pid=18278 comm="dcbtool" path=002F636F6D2F696E74656C2F6C6C64706164 scontext=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 tcontext=system_u:system_r:lldpad_t:s0 tclass=unix_dgram_socket permissive=0 -type=SYSCALL msg=audit(1574094303.139:1096): arch=c000003e syscall=42 success=no exit=-13 a0=3 a1=55c52f80bf02 a2=14 a3=0 items=0 ppid=12504 pid=18278 auid=1005 uid=1005 gid=1005 euid=1005 suid=1005 fsuid=1005 egid=1005 sgid=1005 fsgid=1005 tty=pts1 ses=33 comm="dcbtool" exe="/usr/sbin/dcbtool" subj=sysadm_u:sysadm_r:sysadm_t:s0-s0:c0.c1023 key=(null)ARCH=x86_64 SYSCALL=connect AUID="sysadm-user" UID="sysadm-user" GID="sysadm-user" EUID="sysadm-user" SUID="sysadm-user" FSUID="sysadm-user" EGID="sysadm-user" SGID="sysadm-user" FSGID="sysadm-user" -type=SOCKADDR msg=audit(1574094303.139:1096): saddr=0100002F636F6D2F696E74656C2F6C6C64706164SADDR={ saddr_fam=local path=/com/intel/lldpad } -type=PROCTITLE msg=audit(1574094303.139:1096): proctitle="dcbtool" diff --git a/tests/Regression/no-plugin-exception-during-analyses/Makefile b/tests/Regression/no-plugin-exception-during-analyses/Makefile deleted file mode 100644 index ff78118..0000000 --- a/tests/Regression/no-plugin-exception-during-analyses/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/setroubleshoot/Regression/no-plugin-exception-during-analyses -# Description: Does setroubleshoot report any 'Plugin Exception' during analyses? -# Author: Petr Lautrbach -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -export TEST=/CoreOS/setroubleshoot/Regression/no-plugin-exception-during-analyses -export TESTVERSION=1.0 - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile short.log - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - -include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Petr Lautrbach " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: Does setroubleshoot report any 'Plugin Exception' during analyses?" >> $(METADATA) - @echo "Type: Regression" >> $(METADATA) - @echo "TestTime: 5m" >> $(METADATA) - @echo "RunFor: setroubleshoot" >> $(METADATA) - @echo "Requires: setroubleshoot-server" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Environment: AVC_ERROR=+no_avc_check" >> $(METADATA) - @echo "Bug: 1784564" >> $(METADATA) # RHEL-7 - - rhts-lint $(METADATA) - diff --git a/tests/Regression/no-plugin-exception-during-analyses/main.fmf b/tests/Regression/no-plugin-exception-during-analyses/main.fmf deleted file mode 100644 index 923b8d6..0000000 --- a/tests/Regression/no-plugin-exception-during-analyses/main.fmf +++ /dev/null @@ -1,15 +0,0 @@ -summary: Does setroubleshoot report any 'Plugin Exception' during analyses? -contact: Petr Lautrbach -component: - - setroubleshoot -test: ./runtest.sh -framework: beakerlib -recommend: - - setroubleshoot-server -environment: - AVC_ERROR: +no_avc_check -duration: 5m -link: - - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1784564 -extra-summary: /CoreOS/setroubleshoot/Regression/no-plugin-exception-during-analyses -extra-task: /CoreOS/setroubleshoot/Regression/no-plugin-exception-during-analyses diff --git a/tests/Regression/no-plugin-exception-during-analyses/runtest.sh b/tests/Regression/no-plugin-exception-during-analyses/runtest.sh deleted file mode 100755 index 74ea50a..0000000 --- a/tests/Regression/no-plugin-exception-during-analyses/runtest.sh +++ /dev/null @@ -1,72 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /CoreOS/setroubleshoot/Regression/no-plugin-exception-during-analyses -# Description: Does setroubleshoot report any 'Plugin Exception' during analyses? -# Author: Petr Lautrbach -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -# Include Beaker environment -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -PACKAGE="setroubleshoot" - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm ${PACKAGE}-server - rlAssertRpm ${PACKAGE}-plugins - rlPhaseEnd - - rlPhaseStartTest "no 'Plugin Exception'" - SINCE=$(date '+%Y-%m-%d %H:%M:%S') - RANDOM_NUMBER=${RANDOM} - rlRun "passwd --help >& /root/output-${RANDOM_NUMBER}.txt" - rlRun "rm -f /root/output-${RANDOM_NUMBER}.txt" - sleep 10 - rlRun "journalctl --since=\"$SINCE\" > journal-after.txt" - STATUS=0 - rlAssertGrep "setroubleshoot.*: SELinux is preventing (/usr/bin/)?passwd" journal-after.txt -E - [[ $? -eq 0 ]] || STATUS=$? - rlAssertNotGrep "setroubleshoot.*: Plugin Exception " journal-after.txt - [[ $? -eq 0 ]] || STATUS=$? - rlRun "[[ $STATUS -eq 0 ]] || cat journal-after.txt" - rlRun "rm -f journal-after.txt" - rlPhaseEnd - - rlPhaseStartTest "no 'Plugin Exception' in short.log" - OUTPUT_FILE=`mktemp` - rlRun "sealert -a ./short.log >& $OUTPUT_FILE" - STATUS=0 - rlAssertNotGrep "'generator' object is not subscriptable" $OUTPUT_FILE - [[ $? -eq 0 ]] || STATUS=$? - rlAssertGrep "Plugin catchall_labels" $OUTPUT_FILE - [[ $? -eq 0 ]] || STATUS=$? - rlRun "[[ $STATUS -eq 0 ]] || cat $OUTPUT_FILE" - rlRun "rm -f $OUTPUT_FILE" - rlPhaseEnd - - rlPhaseStartCleanup - rlPhaseEnd -rlJournalPrintText -rlJournalEnd - diff --git a/tests/Regression/no-plugin-exception-during-analyses/short.log b/tests/Regression/no-plugin-exception-during-analyses/short.log deleted file mode 100644 index ba154b2..0000000 --- a/tests/Regression/no-plugin-exception-during-analyses/short.log +++ /dev/null @@ -1,10 +0,0 @@ -type=PROCTITLE msg=audit(1574867531.103:1226): proctitle=2F7573722F7362696E2F6368726F6E7964002D6E002D66002F7661722F72756E2F74696D656D61737465722F6368726F6E792E636F6E66 -type=AVC msg=audit(1574867531.516:1227): avc: denied { read } for pid=936 comm="auditd" name="passwd" dev="sda2" ino=25468387 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0 -type=AVC msg=audit(1574867531.516:1228): avc: denied { read } for pid=936 comm="auditd" name="passwd" dev="sda2" ino=25468387 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0 -type=AVC msg=audit(1574867531.516:1229): avc: denied { write } for pid=936 comm="auditd" name="nss" dev="sda2" ino=209156 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=sock_file permissive=0 -type=AVC msg=audit(1574867531.516:1230): avc: denied { read } for pid=936 comm="auditd" name="group" dev="sda2" ino=25468401 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0 -type=AVC msg=audit(1574867531.516:1231): avc: denied { read } for pid=936 comm="auditd" name="group" dev="sda2" ino=25468401 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=0 -type=AVC msg=audit(1574867531.516:1232): avc: denied { write } for pid=936 comm="auditd" name="nss" dev="sda2" ino=209156 scontext=system_u:system_r:auditd_t:s0 tcontext=system_u:object_r:unlabeled_t:s0 tclass=sock_file permissive=0 -type=SYSCALL msg=audit(1574867527.549:1163): arch=c000003e syscall=21 success=no exit=-13 a0=7f61e4002460 a1=4 a2=0 a3=0 items=1 ppid=1 pid=1871 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="in:imjournal" exe="/usr/sbin/rsyslogd" subj=system_u:system_r:syslogd_t:s0 key=(null)ARCH=x86_64 SYSCALL=access AUID="unset" UID="root" GID="root" EUID="root" SUID="root" FSUID="root" EGID="root" SGID="root" FSGID="root" -type=CWD msg=audit(1574867527.549:1163): cwd="/" -type=PATH msg=audit(1574867527.549:1163): item=0 name="/var/lib/rsyslog/imjournal.state" inode=25845859 dev=08:02 mode=0100600 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:unlabeled_t:s0 nametype=NORMAL cap_fp=0000000000000000 cap_fi=0000000000000000 cap_fe=0 cap_fver=0OUID="root" OGID="root" diff --git a/tests/Regression/sealert-s-traceback-invalid-display/Makefile b/tests/Regression/sealert-s-traceback-invalid-display/Makefile deleted file mode 100644 index 6e3ad3d..0000000 --- a/tests/Regression/sealert-s-traceback-invalid-display/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/setroubleshoot/Regression/sealert-s-traceback-invalid-display -# Description: Test for traceback when using sealert -s with DISPLAY set to invalid value -# Author: Vit Mojzis -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -export TEST=/CoreOS/setroubleshoot/Regression/sealert-s-traceback-invalid-display -export TESTVERSION=1.0 - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - -include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Vit Mojzis " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: Test for traceback when using sealert -s with display set to invalid value" >> $(METADATA) - @echo "Type: Regression" >> $(METADATA) - @echo "TestTime: 5m" >> $(METADATA) - @echo "RunFor: setroubleshoot" >> $(METADATA) - @echo "Requires: setroubleshoot" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Bug: 1574434" >> $(METADATA) - @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5 -RHEL6 -RHEL7" >> $(METADATA) - - rhts-lint $(METADATA) diff --git a/tests/Regression/sealert-s-traceback-invalid-display/main.fmf b/tests/Regression/sealert-s-traceback-invalid-display/main.fmf deleted file mode 100644 index e6c6f7f..0000000 --- a/tests/Regression/sealert-s-traceback-invalid-display/main.fmf +++ /dev/null @@ -1,13 +0,0 @@ -summary: Test for traceback when using sealert -s with display set to invalid value -contact: Vit Mojzis -component: - - setroubleshoot -test: ./runtest.sh -framework: beakerlib -recommend: - - setroubleshoot -duration: 5m -link: - - relates: https://bugzilla.redhat.com/show_bug.cgi?id=1574434 -extra-summary: /CoreOS/setroubleshoot/Regression/sealert-s-traceback-invalid-display -extra-task: /CoreOS/setroubleshoot/Regression/sealert-s-traceback-invalid-display diff --git a/tests/Regression/sealert-s-traceback-invalid-display/runtest.sh b/tests/Regression/sealert-s-traceback-invalid-display/runtest.sh deleted file mode 100755 index 55b0fdd..0000000 --- a/tests/Regression/sealert-s-traceback-invalid-display/runtest.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /CoreOS/setroubleshoot/Regression/sealert-s-traceback-invalid-display -# Description: Test for traceback when using sealert -s with DISPLAY set to invalid value -# Author: Vit Mojzis -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2020 Red Hat, Inc. -# -# This program is free software: you can redistribute it and/or -# modify it under the terms of the GNU General Public License as -# published by the Free Software Foundation, either version 2 of -# the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see http://www.gnu.org/licenses/. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -# Include Beaker environment -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -PACKAGE="setroubleshoot-server" - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm $PACKAGE - OUTPUT_FILE=`mktemp` - rlPhaseEnd - - rlPhaseStartTest - rlRun "DISPLAY=yolo sealert -s 2>&1 | tee ${OUTPUT_FILE}" - rlRun "grep Traceback ${OUTPUT_FILE}" 1 - rlPhaseEnd -rlJournalPrintText -rlJournalEnd diff --git a/tests/Sanity/public_content/Makefile b/tests/Sanity/public_content/Makefile deleted file mode 100644 index c02d937..0000000 --- a/tests/Sanity/public_content/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Makefile of /CoreOS/setroubleshoot-plugins/Sanity/public_content -# Description: Does the plugin work as expected? -# Author: Milos Malik -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2017 Red Hat, Inc. -# -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -export TEST=/CoreOS/setroubleshoot-plugins/Sanity/public_content -export TESTVERSION=1.0 - -BUILT_FILES= - -FILES=$(METADATA) runtest.sh Makefile PURPOSE - -.PHONY: all install download clean - -run: $(FILES) build - ./runtest.sh - -build: $(BUILT_FILES) - test -x runtest.sh || chmod a+x runtest.sh - -clean: - rm -f *~ $(BUILT_FILES) - -include /usr/share/rhts/lib/rhts-make.include - -$(METADATA): Makefile - @echo "Owner: Milos Malik " > $(METADATA) - @echo "Name: $(TEST)" >> $(METADATA) - @echo "TestVersion: $(TESTVERSION)" >> $(METADATA) - @echo "Path: $(TEST_DIR)" >> $(METADATA) - @echo "Description: Does the plugin work as expected?" >> $(METADATA) - @echo "Type: Sanity" >> $(METADATA) - @echo "TestTime: 10m" >> $(METADATA) - @echo "RunFor: setroubleshoot-plugins" >> $(METADATA) - @echo "Requires: setroubleshoot-plugins setroubleshoot-server audit setools-console psmisc libselinux-utils rsyslog" >> $(METADATA) - @echo "Priority: Normal" >> $(METADATA) - @echo "License: GPLv2" >> $(METADATA) - @echo "Confidential: no" >> $(METADATA) - @echo "Destructive: no" >> $(METADATA) - @echo "Releases: -RHEL4 -RHELClient5 -RHELServer5" >> $(METADATA) - @echo "Environment: AVC_ERROR=+no_avc_check" >> $(METADATA) - - rhts-lint $(METADATA) - diff --git a/tests/Sanity/public_content/PURPOSE b/tests/Sanity/public_content/PURPOSE deleted file mode 100644 index 199aa65..0000000 --- a/tests/Sanity/public_content/PURPOSE +++ /dev/null @@ -1,7 +0,0 @@ -PURPOSE of /CoreOS/setroubleshoot-plugins/Sanity/public_content -Author: Milos Malik - -Does the plugin work as expected? - -Default value of ANALYSIS_DELAY can be overriden. - diff --git a/tests/Sanity/public_content/main.fmf b/tests/Sanity/public_content/main.fmf deleted file mode 100644 index f62fd6d..0000000 --- a/tests/Sanity/public_content/main.fmf +++ /dev/null @@ -1,24 +0,0 @@ -summary: Does the plugin work as expected? -description: |+ - Does the plugin work as expected? - - Default value of ANALYSIS_DELAY can be overriden. - -contact: Milos Malik -component: - - setroubleshoot-plugins -test: ./runtest.sh -framework: beakerlib -recommend: - - setroubleshoot-plugins - - setroubleshoot-server - - audit - - setools-console - - psmisc - - libselinux-utils - - rsyslog -environment: - AVC_ERROR: +no_avc_check -duration: 10m -extra-summary: /CoreOS/setroubleshoot-plugins/Sanity/public_content -extra-task: /CoreOS/setroubleshoot-plugins/Sanity/public_content diff --git a/tests/Sanity/public_content/runtest.sh b/tests/Sanity/public_content/runtest.sh deleted file mode 100755 index 60fe547..0000000 --- a/tests/Sanity/public_content/runtest.sh +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/bash -# vim: dict+=/usr/share/beakerlib/dictionary.vim cpt=.,w,b,u,t,i,k -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# runtest.sh of /CoreOS/setroubleshoot-plugins/Sanity/public_content -# Description: Does the plugin work as expected? -# Author: Milos Malik -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# Copyright (c) 2017 Red Hat, Inc. -# -# This copyrighted material is made available to anyone wishing -# to use, modify, copy, or redistribute it subject to the terms -# and conditions of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be -# useful, but WITHOUT ANY WARRANTY; without even the implied -# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. -# -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -# Include Beaker environment -. /usr/share/beakerlib/beakerlib.sh || exit 1 - -PACKAGE="setroubleshoot-plugins" -PLUGIN_NAME="public_content" -ANALYSIS_DELAY=${ANALYSIS_DELAY:-"16"} - -rlJournalStart - rlPhaseStartSetup - rlAssertRpm ${PACKAGE} - rlAssertRpm setroubleshoot-server - rlServiceStart auditd - rlFileBackup /var/lib/setroubleshoot/setroubleshoot_database.xml - rlRun "rm -f /var/lib/setroubleshoot/setroubleshoot_database.xml" - BEFORE=`mktemp` - AFTER=`mktemp` - rlRun "killall setroubleshootd" 0,1 - rlRun "mkdir -p /var/test-dir" - rlRun "chcon -t samba_share_t /var/test-dir" - rlRun "touch /var/test-file" - rlRun "chcon -t samba_share_t /var/test-file" - rlPhaseEnd - - rlPhaseStartTest - if rlIsRHEL 6 7 ; then - ADD_OPT="-C" - fi - rlRun "sesearch -s rsync_t -t samba_share_t -c dir -p read -A --dontaudit ${ADD_OPT} | grep -v '\]' | grep -e allow -e dontaudit" 1 - rlRun "sesearch -s rsync_t -t samba_share_t -c file -p read -A --dontaudit ${ADD_OPT} | grep -v '\]' | grep -e allow -e dontaudit" 1 - rlRun "setsebool rsync_export_all_ro off" - if ! rlIsRHEL 6 ; then - rlRun "setsebool rsync_full_access off" - fi - rlRun "sealert -l '*' > ${BEFORE}" - rlRun "cat /var/log/messages > ./messages" - rlRun "setenforce 0" - rlRun "runcon system_u:system_r:rsync_t:s0 bash -c 'ls /var/test-dir'" 0,1 - rlRun "runcon system_u:system_r:rsync_t:s0 bash -c 'cat /var/test-file'" 0,1 - rlRun "setenforce 1" - rlRun "sleep ${ANALYSIS_DELAY}" - rlRun "ps -efZ | grep setroubleshootd" 0,1 - rlRun "sealert -l '*' > ${AFTER}" 0-3 - rlRun "ausearch -m avc -m selinux_err -i -ts recent --input-logs | grep 'read.*ls.*test-dir.*:rsync_t:.*:samba_share_t:.*tclass=dir'" - rlRun "ausearch -m avc -m selinux_err -i -ts recent --input-logs | grep 'read.*cat.*test-file.*:rsync_t:.*:samba_share_t:.*tclass=file'" - rlRun "diff ${BEFORE} ${AFTER} | grep \"Plugin.*suggests\"" - rlRun "diff ${BEFORE} ${AFTER} | grep \"Plugin ${PLUGIN_NAME} .*suggests\"" - rlRun "diff /var/log/messages ./messages | grep -i -e 'setroubleshoot.*exception' -e 'no such file or directory'" 1 - rlPhaseEnd - - rlPhaseStartCleanup - rlRun "rm -rf /var/test-dir /var/test-file" - rm -f ${BEFORE} - rm -f ${AFTER} - rlFileRestore - rlPhaseEnd -rlJournalPrintText -rlJournalEnd - From 36eb0c472eb54d59d0247b52d865eec0d08fc747 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 9 Dec 2025 07:41:56 +0100 Subject: [PATCH 32/41] Fix manpages pattern https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages When installing man pages, note that RPM will re-compress them into its preferred format. So the %files section MUST reference manpages with a pattern that takes this into account: %files %{_mandir}/man1/foo.1* --- setroubleshoot.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index be420b1..9519000 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -176,10 +176,10 @@ to user preference. The same tools can be run on existing log files. %attr(0700,setroubleshoot,setroubleshoot) %dir %{pkgvardatadir} %ghost %attr(0600,setroubleshoot,setroubleshoot) %{pkgdatabase} %ghost %attr(0600,setroubleshoot,setroubleshoot) %{pkgvardatadir}/email_alert_recipients -%{_mandir}/man1/seapplet.1.gz -%{_mandir}/man8/sealert.8.gz -%{_mandir}/man8/sedispatch.8.gz -%{_mandir}/man8/setroubleshootd.8.gz +%{_mandir}/man1/seapplet.1* +%{_mandir}/man8/sealert.8* +%{_mandir}/man8/sedispatch.8* +%{_mandir}/man8/setroubleshootd.8* %config /etc/audit/plugins.d/sedispatch.conf %{_unitdir}/setroubleshootd.service %{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service From 806ca1f2bf13a6dcb6130def07525e09c2d1b6ca Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 10 Dec 2025 09:08:45 +0100 Subject: [PATCH 33/41] setroubleshoot-3.3.36 - audit_data: include syslog when needed - Rename appdata to metainfo - Replace python-six with python 3 only code --- .gitignore | 1 + setroubleshoot.spec | 19 ++++++++++++------- sources | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 44c6849..c28da58 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.33.tar.gz /setroubleshoot-3.3.34.tar.gz /setroubleshoot-3.3.35.tar.gz +/setroubleshoot-3.3.36.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 9519000..b73f25f 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -5,15 +5,15 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.35 -Release: 10%{?dist} +Version: 3.3.36 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot -Source0: https://gitlab.com/-/project/24478376/uploads/eade7bc68ab559b9afc00d59644bdee0/setroubleshoot-3.3.35.tar.gz +Source0: https://gitlab.com/-/project/24478376/uploads/51a9cda747130f92860720841a7fd9c9/setroubleshoot-3.3.36.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.34 -# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done +# git format-patch -N 3.3.36 +# for j in 00*patch; do printf "Patch: %s\n" $j; done BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -59,7 +59,7 @@ to user preference. The same tools can be run on existing log files. %{pkgguidir} %config(noreplace) %{_sysconfdir}/xdg/autostart/* %{_datadir}/applications/*.desktop -%{_metainfodir}/*.appdata.xml +%{_metainfodir}/*.metainfo.xml %{_datadir}/dbus-1/services/org.fedoraproject.sealert.service %{_datadir}/icons/hicolor/*/*/* %dir %attr(0755,root,root) %{pkgpythondir} @@ -107,7 +107,7 @@ BuildRequires: python3-devel Requires: systemd-python3 >= 206-1 Requires: python3-gobject-base >= 3.11 Requires: dbus -Requires: python3-dbus python3-dasbus python3-six +Requires: python3-dbus python3-dasbus Requires: polkit %description server @@ -193,6 +193,11 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Dec 10 2025 Petr Lautrbach - 3.3.36-1 +- audit_data: include syslog when needed +- Rename appdata to metainfo +- Replace python-six with python 3 only code + * Fri Sep 19 2025 Python Maint - 3.3.35-10 - Rebuilt for Python 3.14.0rc3 bytecode diff --git a/sources b/sources index 4c0d985..e88edea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.35.tar.gz) = e9483c1da9a17426e26a50ecd025610d7b1bc9e487cf703a7fcf2696a9542f863cec5a1e3299b43b53c86e01182485c5f7ad822c84c197ae5cc27aa4909dbae6 +SHA512 (setroubleshoot-3.3.36.tar.gz) = 089583970169d4127cf825d8660dc755cb154771b8e48f6b7558f8fa090491ad6ac492f435a8f410c73c46ab1500a203f4123fcda69b1cd7adbf792b5580cb83 From 805fa2759c01c20d0030ad00c2da72bcf33f9e3e Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Mon, 15 Dec 2025 20:41:15 +0100 Subject: [PATCH 34/41] setroubleshoot-3.3.36-2 - browser: Always show "Report Bug" button - Switch libreport to a weak dependency Libreport depends on dnf-data, which is being phased out see: https://gitlab.com/setroubleshoot/setroubleshoot/-/issues/10 --- ...rowser-Always-show-Report-Bug-button.patch | 39 +++++++++++++++++++ setroubleshoot.spec | 9 ++++- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 0001-browser-Always-show-Report-Bug-button.patch diff --git a/0001-browser-Always-show-Report-Bug-button.patch b/0001-browser-Always-show-Report-Bug-button.patch new file mode 100644 index 0000000..346e8b2 --- /dev/null +++ b/0001-browser-Always-show-Report-Bug-button.patch @@ -0,0 +1,39 @@ +From fb4a884fe6266e664cc886273bad3b2ae761118a Mon Sep 17 00:00:00 2001 +From: Vit Mojzis +Date: Thu, 11 Dec 2025 13:50:45 +0100 +Subject: [PATCH] browser: Always show "Report Bug" button + +Without python3-libreport the "Report Bug" button was not shown at all. +After this change the button is always visible, but without libreport it +is disabled and the tooltip tells the user how to enable it. + +Signed-off-by: Vit Mojzis +--- + src/setroubleshoot/browser.py | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py +index 73fc26e..47788a7 100644 +--- a/src/setroubleshoot/browser.py ++++ b/src/setroubleshoot/browser.py +@@ -548,11 +548,15 @@ class BrowserApplet: + report_button.connect("clicked", self.fix_bug, alert.local_id, plugin.analysis_id) + vbox.add(report_button) + +- elif plugin.report_bug and has_libreport: ++ elif plugin.report_bug: + report_button = Gtk.Button() + report_button.set_label(_("Report\nBug")) + report_button.show() +- report_button.connect("clicked", self.report_bug, alert) ++ if has_libreport: ++ report_button.connect("clicked", self.report_bug, alert) ++ else: ++ report_button.set_sensitive(False) ++ report_button.set_tooltip_text(_("Please install python3-libreport to enable bug reporting.")) + vbox.add(report_button) + + vbox.set_sensitive(highlight) +-- +2.52.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index b73f25f..8919eaf 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.36 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/51a9cda747130f92860720841a7fd9c9/setroubleshoot-3.3.36.tar.gz @@ -14,6 +14,7 @@ Source1: %{name}.tmpfiles Source2: %{name}.sysusers # git format-patch -N 3.3.36 # for j in 00*patch; do printf "Patch: %s\n" $j; done +Patch: 0001-browser-Always-show-Report-Bug-button.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -28,7 +29,7 @@ BuildRequires: git-core Requires: %{name}-server = %{version}-%{release} Requires: gtk3, libnotify %if %{with libreport} -Requires: libreport-gtk >= 2.2.1-2, python3-libreport +Recommends: libreport-gtk >= 2.2.1-2, python3-libreport %endif Requires: python3-gobject, python3-dasbus Requires(post): desktop-file-utils @@ -193,6 +194,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Thu Dec 11 2025 Vit Mojzis - 3.3.36-2 +- browser: Always show "Report Bug" button +- Switch libreport to a weak dependency + * Wed Dec 10 2025 Petr Lautrbach - 3.3.36-1 - audit_data: include syslog when needed - Rename appdata to metainfo From d1ab3c4d185ec487b2b502410394829370b7b95e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 17:55:30 +0000 Subject: [PATCH 35/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 8919eaf..ae0103e 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.36 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/51a9cda747130f92860720841a7fd9c9/setroubleshoot-3.3.36.tar.gz @@ -194,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 3.3.36-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Dec 11 2025 Vit Mojzis - 3.3.36-2 - browser: Always show "Report Bug" button - Switch libreport to a weak dependency From b1535bd5abf372d5739e877a12e4288458b469a6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 23:53:42 +0200 Subject: [PATCH 36/41] Rebuilt for Python 3.15 --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ae0103e..f9028e1 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.36 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/51a9cda747130f92860720841a7fd9c9/setroubleshoot-3.3.36.tar.gz @@ -194,6 +194,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Jun 03 2026 Python Maint - 3.3.36-4 +- Rebuilt for Python 3.15 + * Sat Jan 17 2026 Fedora Release Engineering - 3.3.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 081fabe6be6ec94822928749d5beb89df879278f Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Mon, 9 Mar 2026 23:17:53 +0100 Subject: [PATCH 37/41] setroubleshoot-3.3.37-1 - Migrate from libxml2 to xml.etree.ElementTree - Handle ImportError when setroubleshoot.browser is not available - Add support for multiple commands in fix_cmd --- .gitignore | 1 + ...rowser-Always-show-Report-Bug-button.patch | 39 ------------------- setroubleshoot.spec | 16 +++++--- sources | 2 +- 4 files changed, 12 insertions(+), 46 deletions(-) delete mode 100644 0001-browser-Always-show-Report-Bug-button.patch diff --git a/.gitignore b/.gitignore index c28da58..91bf858 100644 --- a/.gitignore +++ b/.gitignore @@ -221,3 +221,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.34.tar.gz /setroubleshoot-3.3.35.tar.gz /setroubleshoot-3.3.36.tar.gz +/setroubleshoot-3.3.37.tar.gz diff --git a/0001-browser-Always-show-Report-Bug-button.patch b/0001-browser-Always-show-Report-Bug-button.patch deleted file mode 100644 index 346e8b2..0000000 --- a/0001-browser-Always-show-Report-Bug-button.patch +++ /dev/null @@ -1,39 +0,0 @@ -From fb4a884fe6266e664cc886273bad3b2ae761118a Mon Sep 17 00:00:00 2001 -From: Vit Mojzis -Date: Thu, 11 Dec 2025 13:50:45 +0100 -Subject: [PATCH] browser: Always show "Report Bug" button - -Without python3-libreport the "Report Bug" button was not shown at all. -After this change the button is always visible, but without libreport it -is disabled and the tooltip tells the user how to enable it. - -Signed-off-by: Vit Mojzis ---- - src/setroubleshoot/browser.py | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) - -diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py -index 73fc26e..47788a7 100644 ---- a/src/setroubleshoot/browser.py -+++ b/src/setroubleshoot/browser.py -@@ -548,11 +548,15 @@ class BrowserApplet: - report_button.connect("clicked", self.fix_bug, alert.local_id, plugin.analysis_id) - vbox.add(report_button) - -- elif plugin.report_bug and has_libreport: -+ elif plugin.report_bug: - report_button = Gtk.Button() - report_button.set_label(_("Report\nBug")) - report_button.show() -- report_button.connect("clicked", self.report_bug, alert) -+ if has_libreport: -+ report_button.connect("clicked", self.report_bug, alert) -+ else: -+ report_button.set_sensitive(False) -+ report_button.set_tooltip_text(_("Please install python3-libreport to enable bug reporting.")) - vbox.add(report_button) - - vbox.set_sensitive(highlight) --- -2.52.0 - diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f9028e1..a0492e8 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -5,16 +5,15 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.36 -Release: 4%{?dist} +Version: 3.3.37 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot -Source0: https://gitlab.com/-/project/24478376/uploads/51a9cda747130f92860720841a7fd9c9/setroubleshoot-3.3.36.tar.gz +Source0: https://gitlab.com/-/project/24478376/uploads/cbdfc2a87b350583c32b168fd9aad9fd/setroubleshoot-3.3.37.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.36 +# git format-patch -N 3.3.37 # for j in 00*patch; do printf "Patch: %s\n" $j; done -Patch: 0001-browser-Always-show-Report-Bug-button.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -96,7 +95,7 @@ install -p -m644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysusersdir}/%{name}.conf %package server Summary: SELinux troubleshoot server -Requires: %{name}-plugins >= 3.3.10 +Requires: %{name}-plugins >= 3.3.15-7 Requires: audit >= 3.0.1 Requires: audit-libs-python3 Requires: libxml2-python3 @@ -194,6 +193,11 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Thu Jun 18 2026 Vit Mojzis - 3.3.37-1 +- Migrate from libxml2 to xml.etree.ElementTree +- Handle ImportError when setroubleshoot.browser is not available +- Add support for multiple commands in fix_cmd + * Wed Jun 03 2026 Python Maint - 3.3.36-4 - Rebuilt for Python 3.15 diff --git a/sources b/sources index e88edea..6718e7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (setroubleshoot-3.3.36.tar.gz) = 089583970169d4127cf825d8660dc755cb154771b8e48f6b7558f8fa090491ad6ac492f435a8f410c73c46ab1500a203f4123fcda69b1cd7adbf792b5580cb83 +SHA512 (setroubleshoot-3.3.37.tar.gz) = 8b67b28c2e2d2f766c00723f2a67e82fc43079a9a5868c4598f80331bb12ae0e94749cd68fedc718462ae9203e5b9d363033902c699f597a79865d6d31df61cd From 38052ffc8f7298971c2d5c584910a3e86e149240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Mosn=C3=A1=C4=8Dek?= Date: Tue, 14 Jul 2026 19:59:10 +0200 Subject: [PATCH 38/41] Remove the obsolete libxml2-python3 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is no longer needed after the migration in version 3.3.37. Signed-off-by: Ondrej Mosnáček --- setroubleshoot.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index a0492e8..e42e3a2 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.37 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/cbdfc2a87b350583c32b168fd9aad9fd/setroubleshoot-3.3.37.tar.gz @@ -98,7 +98,6 @@ Summary: SELinux troubleshoot server Requires: %{name}-plugins >= 3.3.15-7 Requires: audit >= 3.0.1 Requires: audit-libs-python3 -Requires: libxml2-python3 Requires: rpm-python3 Requires: libselinux-python3 >= 2.1.5-1 Requires: policycoreutils-python-utils @@ -193,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Tue Jul 14 2026 Ondrej Mosnáček - 3.3.37-2 +- Remove the obsolete libxml2-python3 dependency + * Thu Jun 18 2026 Vit Mojzis - 3.3.37-1 - Migrate from libxml2 to xml.etree.ElementTree - Handle ImportError when setroubleshoot.browser is not available From e877718bf64953ece30b6b939fdfa0326989b5a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 06:25:41 +0000 Subject: [PATCH 39/41] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index e42e3a2..f0e80dd 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.37 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/cbdfc2a87b350583c32b168fd9aad9fd/setroubleshoot-3.3.37.tar.gz @@ -192,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 3.3.37-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Tue Jul 14 2026 Ondrej Mosnáček - 3.3.37-2 - Remove the obsolete libxml2-python3 dependency From 4c02befbcbf9695517fcddb3137c064d80aa2bec Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 22 Jul 2026 10:20:39 +0200 Subject: [PATCH 40/41] Rebuilt for Python 3.15.0b4 ABI change --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f0e80dd..f859fa4 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,7 +6,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.37 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/cbdfc2a87b350583c32b168fd9aad9fd/setroubleshoot-3.3.37.tar.gz @@ -192,6 +192,9 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Jul 22 2026 Python Maint - 3.3.37-4 +- Rebuilt for Python 3.15.0b4 ABI change + * Fri Jul 17 2026 Fedora Release Engineering - 3.3.37-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 240f0409e29f57d3e17616b8ca095e6935e25c31 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Wed, 29 Jul 2026 13:04:17 +0200 Subject: [PATCH 41/41] setroubleshoot-3.3.37-5 - Update GPL2 license texts to the latest version - Limit RPC request size in RequestReceiver to prevent memory exhaustion --- ...-license-texts-to-the-latest-version.patch | 443 ++++++++++++++++++ ...t-size-in-RequestReceiver-to-prevent.patch | 80 ++++ setroubleshoot.spec | 10 +- 3 files changed, 531 insertions(+), 2 deletions(-) create mode 100644 0001-Update-GPL2-license-texts-to-the-latest-version.patch create mode 100644 0002-Limit-RPC-request-size-in-RequestReceiver-to-prevent.patch diff --git a/0001-Update-GPL2-license-texts-to-the-latest-version.patch b/0001-Update-GPL2-license-texts-to-the-latest-version.patch new file mode 100644 index 0000000..5674128 --- /dev/null +++ b/0001-Update-GPL2-license-texts-to-the-latest-version.patch @@ -0,0 +1,443 @@ +From 96f8442e292e651437004d78abdbb8586ebb728e Mon Sep 17 00:00:00 2001 +From: Petr Lautrbach +Date: Tue, 2 Jun 2026 11:15:33 +0200 +Subject: [PATCH] Update GPL2 license texts to the latest version + +Fixes: https://gitlab.com/setroubleshoot/setroubleshoot/-/work_items/6 + + setroubleshoot.x86_64: E: incorrect-fsf-address /usr/lib/python3.12/site-packages/setroubleshoot/browser.py + setroubleshoot.x86_64: E: incorrect-fsf-address /usr/lib/python3.12/site-packages/setroubleshoot/gui_utils.py + setroubleshoot-server.x86_64: E: incorrect-fsf-address /usr/bin/sealert + setroubleshoot-server.x86_64: E: incorrect-fsf-address /usr/lib/python3.12/site-packages/setroubleshoot/Plugin.py + ... +--- + COPYING | 15 +++++++-------- + src/SetroubleshootPrivileged.py | 5 ++--- + src/config.py.in | 3 +-- + src/default_encoding.c | 3 +-- + src/sealert | 3 +-- + src/seappletlegacy.c | 3 +-- + src/sedbus.c | 3 +-- + src/sedispatch.c | 3 +-- + src/setroubleshoot/Plugin.py | 3 +-- + src/setroubleshoot/__init__.py | 3 +-- + src/setroubleshoot/access_control.py | 3 +-- + src/setroubleshoot/analyze.py | 3 +-- + src/setroubleshoot/audit_data.py | 3 +-- + src/setroubleshoot/avc_audit.py | 3 +-- + src/setroubleshoot/browser.py | 3 +-- + src/setroubleshoot/email_alert.py | 3 +-- + src/setroubleshoot/errcode.py | 3 +-- + src/setroubleshoot/gui_utils.py | 3 +-- + src/setroubleshoot/html_util.py | 3 +-- + src/setroubleshoot/rpc.py | 3 +-- + src/setroubleshoot/rpc_interfaces.py | 3 +-- + src/setroubleshoot/server.py | 3 +-- + src/setroubleshoot/signature.py | 3 +-- + src/setroubleshoot/util.py | 3 +-- + src/setroubleshoot/xml_serialize.py | 3 +-- + src/setroubleshootd | 3 +-- + 26 files changed, 33 insertions(+), 59 deletions(-) + +diff --git a/COPYING b/COPYING +index 623b625..6c6dbab 100644 +--- a/COPYING ++++ b/COPYING +@@ -1,8 +1,8 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + +- Copyright (C) 1989, 1991 Free Software Foundation, Inc. +- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ Copyright (C) 1989, 1991 Free Software Foundation, Inc., ++ + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +@@ -15,7 +15,7 @@ software--to make sure the software is free for all its users. This + General Public License applies to most of the Free Software + Foundation's software and to any other program whose authors commit to + using it. (Some other Free Software Foundation software is covered by +-the GNU Library General Public License instead.) You can apply it to ++the GNU Lesser General Public License instead.) You can apply it to + your programs, too. + + When we speak of free software, we are referring to freedom, not +@@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found. + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License +- along with this program; if not, write to the Free Software +- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ++ along with this program; if not, see . + + + Also add information on how to contact you by electronic and paper mail. +@@ -330,11 +329,11 @@ necessary. Here is a sample; alter the names: + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + +- , 1 April 1989 +- Ty Coon, President of Vice ++ , 1 April 1989 ++ Moe Ghoul, President of Vice + + This General Public License does not permit incorporating your program into + proprietary programs. If your program is a subroutine library, you may + consider it more useful to permit linking proprietary applications with the +-library. If this is what you want to do, use the GNU Library General ++library. If this is what you want to do, use the GNU Lesser General + Public License instead of this License. +diff --git a/src/SetroubleshootPrivileged.py b/src/SetroubleshootPrivileged.py +index c9f46da..845a006 100644 +--- a/src/SetroubleshootPrivileged.py ++++ b/src/SetroubleshootPrivileged.py +@@ -14,9 +14,8 @@ + # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + # GNU General Public License for more details. + # +-# You should have received a copy of the GNU General Public License along +-# with this program; if not, write to the Free Software Foundation, Inc., +-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ++# You should have received a copy of the GNU General Public License ++# along with this program; if not, see . + + import signal + from gi.repository import GLib +diff --git a/src/config.py.in b/src/config.py.in +index 48a670a..d8e7e35 100644 +--- a/src/config.py.in ++++ b/src/config.py.in +@@ -14,8 +14,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = ['config_init', +diff --git a/src/default_encoding.c b/src/default_encoding.c +index 61d6382..75e9930 100644 +--- a/src/default_encoding.c ++++ b/src/default_encoding.c +@@ -15,8 +15,7 @@ + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ * along with this program; if not, see . + */ + + #include +diff --git a/src/sealert b/src/sealert +index c45f4fc..91af079 100755 +--- a/src/sealert ++++ b/src/sealert +@@ -16,8 +16,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + from __future__ import print_function +diff --git a/src/seappletlegacy.c b/src/seappletlegacy.c +index d6ce7ec..1e14482 100644 +--- a/src/seappletlegacy.c ++++ b/src/seappletlegacy.c +@@ -17,8 +17,7 @@ + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++ * along with this program; if not, see . + * + * compile command + * gcc -g sealerttrayicon.c -o sealerttrayicon `pkg-config --cflags --libs gtk+-2.0` -lnotify +diff --git a/src/sedbus.c b/src/sedbus.c +index 702bed7..fd4a860 100644 +--- a/src/sedbus.c ++++ b/src/sedbus.c +@@ -13,8 +13,7 @@ + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ * along with this program; if not, see . + * + * Authors: + * Dan Walsh +diff --git a/src/sedispatch.c b/src/sedispatch.c +index 07d9c90..b1b80fc 100644 +--- a/src/sedispatch.c ++++ b/src/sedispatch.c +@@ -13,8 +13,7 @@ + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License +- * along with this program; if not, write to the Free Software +- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ++ * along with this program; if not, see . + * + * Authors: + * Dan Walsh +diff --git a/src/setroubleshoot/Plugin.py b/src/setroubleshoot/Plugin.py +index 3c52b7f..13f31f0 100644 +--- a/src/setroubleshoot/Plugin.py ++++ b/src/setroubleshoot/Plugin.py +@@ -15,8 +15,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + import gettext +diff --git a/src/setroubleshoot/__init__.py b/src/setroubleshoot/__init__.py +index ccb6b8b..0fe4d80 100644 +--- a/src/setroubleshoot/__init__.py ++++ b/src/setroubleshoot/__init__.py +@@ -12,6 +12,5 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # +diff --git a/src/setroubleshoot/access_control.py b/src/setroubleshoot/access_control.py +index de16e32..3c2c02b 100644 +--- a/src/setroubleshoot/access_control.py ++++ b/src/setroubleshoot/access_control.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + """Access control for setroubleshoot. For now this is only used for +diff --git a/src/setroubleshoot/analyze.py b/src/setroubleshoot/analyze.py +index d1c7ac6..b2bbce8 100644 +--- a/src/setroubleshoot/analyze.py ++++ b/src/setroubleshoot/analyze.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + from __future__ import print_function +diff --git a/src/setroubleshoot/audit_data.py b/src/setroubleshoot/audit_data.py +index 34cc3b1..d1e03d7 100644 +--- a/src/setroubleshoot/audit_data.py ++++ b/src/setroubleshoot/audit_data.py +@@ -15,8 +15,7 @@ import sys + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = ['derive_record_format', +diff --git a/src/setroubleshoot/avc_audit.py b/src/setroubleshoot/avc_audit.py +index 5419280..2f61349 100644 +--- a/src/setroubleshoot/avc_audit.py ++++ b/src/setroubleshoot/avc_audit.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = [ +diff --git a/src/setroubleshoot/browser.py b/src/setroubleshoot/browser.py +index 47788a7..d8e9921 100644 +--- a/src/setroubleshoot/browser.py ++++ b/src/setroubleshoot/browser.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + from __future__ import absolute_import +diff --git a/src/setroubleshoot/email_alert.py b/src/setroubleshoot/email_alert.py +index 0921b99..8e41124 100644 +--- a/src/setroubleshoot/email_alert.py ++++ b/src/setroubleshoot/email_alert.py +@@ -14,8 +14,7 @@ from __future__ import absolute_import + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = ['email_alert', +diff --git a/src/setroubleshoot/errcode.py b/src/setroubleshoot/errcode.py +index 2a2aa21..7a925b9 100644 +--- a/src/setroubleshoot/errcode.py ++++ b/src/setroubleshoot/errcode.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + import gettext + from setroubleshoot.config import parse_config_setting, get_config +diff --git a/src/setroubleshoot/gui_utils.py b/src/setroubleshoot/gui_utils.py +index e28673a..cbec874 100644 +--- a/src/setroubleshoot/gui_utils.py ++++ b/src/setroubleshoot/gui_utils.py +@@ -14,8 +14,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + # Needed to silence warnings if X display is not present +diff --git a/src/setroubleshoot/html_util.py b/src/setroubleshoot/html_util.py +index 5021683..c08e5b5 100644 +--- a/src/setroubleshoot/html_util.py ++++ b/src/setroubleshoot/html_util.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + +diff --git a/src/setroubleshoot/rpc.py b/src/setroubleshoot/rpc.py +index 82fc294..2a874ae 100755 +--- a/src/setroubleshoot/rpc.py ++++ b/src/setroubleshoot/rpc.py +@@ -15,8 +15,7 @@ from __future__ import print_function + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + import xml.etree.ElementTree as ET +diff --git a/src/setroubleshoot/rpc_interfaces.py b/src/setroubleshoot/rpc_interfaces.py +index ec7ff50..5a42f0b 100644 +--- a/src/setroubleshoot/rpc_interfaces.py ++++ b/src/setroubleshoot/rpc_interfaces.py +@@ -13,8 +13,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + from setroubleshoot.rpc import rpc_method, rpc_arg_type, rpc_callback, rpc_signal +diff --git a/src/setroubleshoot/server.py b/src/setroubleshoot/server.py +index 3369af1..cf0f345 100755 +--- a/src/setroubleshoot/server.py ++++ b/src/setroubleshoot/server.py +@@ -16,8 +16,7 @@ from __future__ import absolute_import + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = ['RunFaultServer', +diff --git a/src/setroubleshoot/signature.py b/src/setroubleshoot/signature.py +index cf675ff..e4fee53 100755 +--- a/src/setroubleshoot/signature.py ++++ b/src/setroubleshoot/signature.py +@@ -17,8 +17,7 @@ from __future__ import print_function + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + import syslog +diff --git a/src/setroubleshoot/util.py b/src/setroubleshoot/util.py +index b6125aa..dd331b7 100755 +--- a/src/setroubleshoot/util.py ++++ b/src/setroubleshoot/util.py +@@ -14,8 +14,7 @@ from __future__ import absolute_import + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + __all__ = [ +diff --git a/src/setroubleshoot/xml_serialize.py b/src/setroubleshoot/xml_serialize.py +index e1adf7f..596e276 100755 +--- a/src/setroubleshoot/xml_serialize.py ++++ b/src/setroubleshoot/xml_serialize.py +@@ -14,8 +14,7 @@ from __future__ import absolute_import + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + + # Escaping +diff --git a/src/setroubleshootd b/src/setroubleshootd +index 3affe3a..2ad355b 100755 +--- a/src/setroubleshootd ++++ b/src/setroubleshootd +@@ -17,8 +17,7 @@ + # GNU General Public License for more details. + # + # You should have received a copy of the GNU General Public License +-# along with this program; if not, write to the Free Software +-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ++# along with this program; if not, see . + # + import sys + import os +-- +2.53.0 + diff --git a/0002-Limit-RPC-request-size-in-RequestReceiver-to-prevent.patch b/0002-Limit-RPC-request-size-in-RequestReceiver-to-prevent.patch new file mode 100644 index 0000000..b327aac --- /dev/null +++ b/0002-Limit-RPC-request-size-in-RequestReceiver-to-prevent.patch @@ -0,0 +1,80 @@ +From 4ffb87384c1c104f14db183b26d445c1685fb053 Mon Sep 17 00:00:00 2001 +From: Vit Mojzis +Date: Mon, 27 Jul 2026 17:06:52 +0200 +Subject: [PATCH] Limit RPC request size in RequestReceiver to prevent memory + exhaustion +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +A local attacker could connect to the world-writable setroubleshootd +UNIX socket and send a crafted RPC header with an arbitrarily large +content-length value, then continuously stream body data. Because +RequestReceiver.feed() appended incoming data to feed_buf without any +upper bound and parse_header() trusted the content-length value +directly, memory usage would grow until the daemon was OOM-killed by +the MemoryMax=1G cgroup limit. + +Add size limits at three levels: +- Reject content-length values that are missing, negative, or exceed + MAX_BODY_LEN (1 MiB) in parse_header() +- Reject incomplete headers once feed_buf exceeds MAX_HEADER_LEN + (8 KiB) without a terminator in process() +- Cap total feed_buf size to MAX_HEADER_LEN + MAX_BODY_LEN in feed() + as a catch-all safety net + +All ValueError exceptions propagate to the existing except handler in +handle_client_io(), which logs the error and closes only the offending +client connection — the daemon continues serving other clients. + +Co-Authored-By: Claude Opus 4.6 +--- + src/setroubleshoot/rpc.py | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/src/setroubleshoot/rpc.py b/src/setroubleshoot/rpc.py +index 2a874ae..aca2d7e 100755 +--- a/src/setroubleshoot/rpc.py ++++ b/src/setroubleshoot/rpc.py +@@ -710,6 +710,8 @@ class ListeningServer(ConnectionIO): + + + class RequestReceiver: ++ MAX_HEADER_LEN = 8192 ++ MAX_BODY_LEN = 1024 * 1024 + + def __init__(self, dispatchFunc): + self.dispatchFunc = dispatchFunc +@@ -736,6 +738,8 @@ class RequestReceiver: + self.parse_header() + continue + else: ++ if len(self.feed_buf) > self.MAX_HEADER_LEN: ++ raise ValueError("RPC header too large") + # Can't read header till more data arrives + break + if len(self.feed_buf) >= self.headerLen + self.bodyLen: +@@ -754,6 +758,8 @@ class RequestReceiver: + + def feed(self, data): + self.feed_buf += data ++ if len(self.feed_buf) > self.MAX_HEADER_LEN + self.MAX_BODY_LEN: ++ raise ValueError("RPC request exceeds maximum allowed size") + self.process() + + def parse_header(self): +@@ -768,7 +774,11 @@ class RequestReceiver: + begin = match.end() + else: + break ++ if 'content-length' not in self.header: ++ raise ValueError("RPC request missing content-length") + self.bodyLen = int(self.header['content-length']) ++ if self.bodyLen < 0 or self.bodyLen > self.MAX_BODY_LEN: ++ raise ValueError("RPC body length out of range") + + #----------------------------------------------------------------------------- + +-- +2.53.0 + diff --git a/setroubleshoot.spec b/setroubleshoot.spec index f859fa4..9d65143 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -6,14 +6,16 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.37 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later URL: https://gitlab.com/setroubleshoot/setroubleshoot Source0: https://gitlab.com/-/project/24478376/uploads/cbdfc2a87b350583c32b168fd9aad9fd/setroubleshoot-3.3.37.tar.gz Source1: %{name}.tmpfiles Source2: %{name}.sysusers -# git format-patch -N 3.3.37 +# git format-patch -N 3.3.37 -- . ':!src/sedispatch.h' ':!test' # for j in 00*patch; do printf "Patch: %s\n" $j; done +Patch: 0001-Update-GPL2-license-texts-to-the-latest-version.patch +Patch: 0002-Limit-RPC-request-size-in-RequestReceiver-to-prevent.patch BuildRequires: gcc BuildRequires: make BuildRequires: libcap-ng-devel @@ -192,6 +194,10 @@ to user preference. The same tools can be run on existing log files. %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO %changelog +* Wed Jul 29 2026 Vit Mojzis - 3.3.37-5 +- Update GPL2 license texts to the latest version +- Limit RPC request size in RequestReceiver to prevent memory exhaustion + * Wed Jul 22 2026 Python Maint - 3.3.37-4 - Rebuilt for Python 3.15.0b4 ABI change