From 2429710aa07e6f926cd1ef084743e77879e29394 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 18 2019 15:09:33 +0000 Subject: [PATCH 1/3] plugins: Include allow_execmem in Makefile --- diff --git a/plugins/src/Makefile.am b/plugins/src/Makefile.am index c62cf2f..f262225 100644 --- a/plugins/src/Makefile.am +++ b/plugins/src/Makefile.am @@ -8,6 +8,7 @@ install-data-local: PLUGIN_FILES = \ allow_anon_write.py \ allow_execheap.py \ + allow_execmem.py \ allow_execmod.py \ allow_execstack.py \ allow_ftpd_use_cifs.py \ From 26f7d8bb00eb049d5edfb801e148a39276fae7ce Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 20 2019 12:42:17 +0000 Subject: [PATCH 2/3] setroubleshoot-plugins-3.3.11 --- diff --git a/plugins/NEWS b/plugins/NEWS index 93b6bdf..11df9e8 100644 --- a/plugins/NEWS +++ b/plugins/NEWS @@ -1,3 +1,11 @@ +setroubleshoot-plugins 3.3.11 2019-11-20 + - Add plugin which analyzes execmem denials + - Add missing "If " strings + - Update qemu_blk_image and qemu_file_image + - Update "xen_image" plugin + - update "file" plugin + - Update "missing" scripts to automake-1.15 + setroubleshoot-plugins 3.3.10 2018-12-07 - Handle no "allowed_target_types" properly - bind_ports: Do not use when there are no allowed_target_types From cb40f56e7bd9ed91cdcecddc1c1d6048821bc80a Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 20 2019 12:45:01 +0000 Subject: [PATCH 3/3] plugins: Open 3.3.12 development --- diff --git a/plugins/configure.ac b/plugins/configure.ac index 422d30a..8ff45c1 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([setroubleshoot-plugins], [3.3.11], +AC_INIT([setroubleshoot-plugins], [3.3.12], [http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=setroubleshoot]) AC_CONFIG_SRCDIR(src/Makefile.am) AC_CONFIG_AUX_DIR([.])