From ccfa7c39db8292d15c94e136776c8cd6ae763def Mon Sep 17 00:00:00 2001 From: Jiri Jaburek Date: Wed, 24 Jul 2024 15:43:49 +0200 Subject: [PATCH] default to /var/tmp for any temporary files or directories Signed-off-by: Jiri Jaburek --- main.fmf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.fmf b/main.fmf index 1794742f..5ea7cb34 100644 --- a/main.fmf +++ b/main.fmf @@ -21,6 +21,9 @@ recommend: component: - scap-security-guide -# don't test for SELinux AVCs in Beaker environment: + # don't test for SELinux AVCs in Beaker AVC_ERROR: +no_avc_check + # use on-disk /var/tmp for all temporary directories, saving RAM by avoiding + # the tmpfs on /tmp and giving tests more space to operate + TMPDIR: /var/tmp