distro/rhel86+90: set selinux in permissive mode in installers
SELinux in the installer environment is in permissive mode in regular installation ISOs
This commit is contained in:
parent
365d754827
commit
a7fbe916b7
18 changed files with 98 additions and 0 deletions
|
|
@ -941,6 +941,7 @@ func anacondaTreePipeline(repos []rpmmd.RepoConfig, packages []rpmmd.PackageSpec
|
|||
"lunmask",
|
||||
"nfs",
|
||||
})))
|
||||
p.AddStage(osbuild.NewSELinuxConfigStage(&osbuild.SELinuxConfigStageOptions{State: osbuild.SELinuxStatePermissive}))
|
||||
|
||||
return p
|
||||
}
|
||||
|
|
|
|||
|
|
@ -945,6 +945,7 @@ func anacondaTreePipeline(repos []rpmmd.RepoConfig, packages []rpmmd.PackageSpec
|
|||
"lunmask",
|
||||
"nfs",
|
||||
})))
|
||||
p.AddStage(osbuild.NewSELinuxConfigStage(&osbuild.SELinuxConfigStageOptions{State: osbuild.SELinuxStatePermissive}))
|
||||
|
||||
return p
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue