tools/toolbox: Work around systemd issue
systemd-sysext currently messes up SElinux labeling[0]. As a workaround, we can delegate to the systemd-sysext service that doesn't exercise the same issue. [0] https://github.com/systemd/systemd/issues/34387 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3498>
This commit is contained in:
parent
4847d8bc95
commit
4cff5e4572
@ -64,7 +64,9 @@ install_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sysext_merge_command() {
|
sysext_merge_command() {
|
||||||
echo -n systemd-sysext refresh
|
#echo -n systemd-sysext refresh
|
||||||
|
# workaround for https://github.com/systemd/systemd/issues/34387
|
||||||
|
echo -n systemctl restart systemd-sysext.service
|
||||||
}
|
}
|
||||||
|
|
||||||
compile_schemas_command() {
|
compile_schemas_command() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user