Skip to content

Commit

Permalink
Include /tmp partition as auto-waiver in host-os test
Browse files Browse the repository at this point in the history
  • Loading branch information
mildas authored and comps committed Mar 15, 2024
1 parent bfe7696 commit 4559469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/waivers-upstream
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
# all Beaker repositories have gpgcheck=0 and they get copied to nested VMs too
/(hardening|scanning)/.+/ensure_gpgcheck_never_disabled
# we don't control partitions on the host OS
/hardening/host-os/oscap/.+/mount_option_(home|opt|srv|var|var_log|var_log_audit)_(noexec|nosuid|nodev|usrquota|grpquota)
/hardening/host-os/oscap/.+/mount_option_(home|opt|srv|var|var_log|var_log_audit|tmp)_(noexec|nosuid|nodev|usrquota|grpquota)
/hardening/host-os/oscap/.+/mount_option_boot_efi_nosuid
# likely something caused by restraint / Beaker test env
/hardening/host-os/.+/file_permissions_unauthorized_world_writable
Expand Down

0 comments on commit 4559469

Please sign in to comment.