From 2429710aa07e6f926cd1ef084743e77879e29394 Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Nov 18 2019 15:09:33 +0000 Subject: 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 \