setup: Fix a typo carried over from bib

Old issue: https://github.com/osbuild/bootc-image-builder/issues/605
This commit is contained in:
Brian C. Lane 2025-08-14 14:10:01 -07:00 committed by Simon de Vlieger
parent 5645a0dcc7
commit 153ec70652

View file

@ -42,7 +42,7 @@ func EnsureEnvironment(storePath string) error {
// a nosuid, no_new_privs environment. In such an environment, we cannot transition from `unconfined_t` to `install_t`,
// because we would get more privileges.
installType := "system_u:object_r:install_exec_t:s0"
// Where we dump temporary files; this must be an overlayfs as we cannot
// Where we dump temporary files; this must be a tmpfs as we cannot
// write security contexts on overlayfs.
runTmp := "/run/osbuild/"