From a6007918a8b4a71707c58ed9f468613a409ae740 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Fri, 10 Oct 2014 08:15:44 -0400 Subject: [PATCH] added setuid/setgid cmd exec test files --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index bf4953be..27d11669 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,6 +135,8 @@ EXTRA_DIST = \ test/conf/base64_key_access.conf \ test/conf/cfb_mode_access.conf \ test/conf/cmd_access.conf \ + test/conf/cmd_setuid_access.conf \ + test/conf/cmd_giduid_access.conf \ test/conf/ctr_mode_access.conf \ test/conf/default_access.conf \ test/conf/default_fwknopd.conf \