Skip to content

Commit

Permalink
default to /var/tmp for any temporary files or directories
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps committed Jul 24, 2024
1 parent b6c8b33 commit 107dc33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 107dc33

Please sign in to comment.