setup: Fix a typo carried over from bib
Old issue: https://github.com/osbuild/bootc-image-builder/issues/605
This commit is contained in:
parent
5645a0dcc7
commit
153ec70652
1 changed files with 1 additions and 1 deletions
|
|
@ -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/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue