Skip to content
This repository was archived by the owner on Sep 1, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

Expand Down
Loading