36aeffc337
After a novirt disk image install, we run `setfiles` in the
install root to ensure some SELinux contexts are correct. /dev
is currently excluded from this run. However, as reported and
discussed in https://bugzilla.redhat.com/show_bug.cgi?id=1663040
it seems that with a recent systemd change, startup of many
services will fail if /dev itself is incorrectly labelled, and
in current Rawhide live images, it *is* incorrectly labelled.
Including `/dev` in this setfiles command appears to resolve the
problem in my testing.
Resolves: rhbz#1663040
Signed-off-by: Adam Williamson <awilliam@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
api | ||
__init__.py | ||
base.py | ||
buildstamp.py | ||
cmdline.py | ||
creator.py | ||
decorators.py | ||
discinfo.py | ||
dnfbase.py | ||
dnfhelper.py | ||
executils.py | ||
imgutils.py | ||
installer.py | ||
ltmpl.py | ||
monitor.py | ||
mount.py | ||
output.py | ||
sysutils.py | ||
treebuilder.py | ||
treeinfo.py |