lorax/src/pylorax
Adam Williamson 36aeffc337 Don't exclude /dev from the setfiles in novirt_install
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 2d3f266373)
2019-01-18 09:34:35 -08:00
..
api fix spinx build warnings 2019-01-08 13:46:51 -08:00
__init__.py Remove SELinux Permissive checks 2018-11-29 11:11:28 -08:00
base.py Fix DataHolder to handle hasattr 2016-05-04 10:34:02 -07:00
buildstamp.py Write the --variant string to .buildstamp as 'Variant=' 2018-01-17 09:38:16 -08:00
cmdline.py Add the ability to enable DNF plugins for lorax 2018-06-22 09:07:01 -07:00
creator.py Make sure cancel_func is not None 2019-01-07 14:11:35 -08:00
decorators.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
discinfo.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
dnfbase.py Move get_dnf_base_object into a module 2018-10-29 14:49:39 -07:00
dnfhelper.py DNF 3: progress callback constants moved to dnf.transaction 2018-06-27 16:12:25 -07:00
executils.py Disable false context-manager pylint error 2018-10-11 10:30:04 -07:00
imgutils.py fix spinx build warnings 2019-01-08 13:46:51 -08:00
installer.py Don't exclude /dev from the setfiles in novirt_install 2019-01-18 09:34:35 -08:00
ltmpl.py Turn off pylint warning about docstring with backslash 2019-01-08 13:47:12 -08:00
monitor.py Make LogRequestHandler configurable 2018-06-06 14:30:28 -07:00
mount.py Add ppc64le kernel path 2016-09-08 12:12:07 -07:00
output.py Convert pylorax to python3 2015-05-15 17:11:20 -07:00
sysutils.py Ignore a pylint warning about UnquotingConfigParser get args 2018-10-05 09:09:10 -07:00
treebuilder.py lorax: Only run depmod on the installed kernels 2018-10-05 09:09:10 -07:00
treeinfo.py Additional python3 changes 2015-05-15 17:11:20 -07:00