Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes related to F42 update #557

Merged
merged 3 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ SYSTEM_DROPINS += abrtd.service
SYSTEM_DROPINS += bluetooth.service
SYSTEM_DROPINS += systemd-nsresourced.service
SYSTEM_DROPINS += systemd-nsresourced.socket
SYSTEM_DROPINS += systemd-userdbd.service
SYSTEM_DROPINS += systemd-userdbd.socket

SYSTEM_DROPINS_NETWORKING := NetworkManager.service NetworkManager-wait-online.service
SYSTEM_DROPINS_NETWORKING += tinyproxy.service
Expand Down
2 changes: 0 additions & 2 deletions debian/qubes-core-agent.install
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ lib/systemd/system/systemd-timesyncd.service.d/30_qubes.conf
lib/systemd/system/systemd-logind.service.d/30_qubes.conf
lib/systemd/system/systemd-nsresourced.service.d/30_qubes.conf
lib/systemd/system/systemd-nsresourced.socket.d/30_qubes.conf
lib/systemd/system/systemd-userdbd.service.d/30_qubes.conf
lib/systemd/system/systemd-userdbd.socket.d/30_qubes.conf
lib/systemd/resolved.conf.d/30_resolved-no-mdns-or-llmnr.conf
lib/systemd/system/home.mount
lib/systemd/system/usr-local.mount
Expand Down
7 changes: 1 addition & 6 deletions rpm_spec/core-agent.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,7 @@ a VM with SELinux enforcing, as is the default on Red Hat-family distributions.

%postun selinux
if [ "$1" -eq 0 ]; then
%selinux_modules_uninstall \
%{_datadir}/selinux/packages/qubes-qfile-unpacker.pp \
%{_datadir}/selinux/packages/qubes-xendriverdomain.pp \
%{_datadir}/selinux/packages/qubes-misc.pp
%selinux_modules_uninstall %{_datadir}/selinux/packages/qubes-qfile-unpacker.pp %{_datadir}/selinux/packages/qubes-xendriverdomain.pp %{_datadir}/selinux/packages/qubes-misc.pp
fi || :

%pre selinux
Expand Down Expand Up @@ -1315,8 +1312,6 @@ The Qubes core startup configuration for SystemD init.
%_unitdir/sysinit.target.d/30_qubes.conf
%_unitdir/systemd-nsresourced.service.d/30_qubes.conf
%_unitdir/systemd-nsresourced.socket.d/30_qubes.conf
%_unitdir/systemd-userdbd.service.d/30_qubes.conf
%_unitdir/systemd-userdbd.socket.d/30_qubes.conf
%dir %_userunitdir/*.service.d
%_userunitdir/tracker-extract-3.service.d/30_qubes.conf
%_userunitdir/tracker-miner-fs-3.service.d/30_qubes.conf
Expand Down
2 changes: 2 additions & 0 deletions vm-systemd/75-qubes-vm.preset
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ disable upower.service
disable colord.service
disable [email protected]
disable dkms.service
disable systemd-userdbd.service
disable systemd-userdbd.socket
enable qubes-relabel-root.service
enable qubes-relabel-rw.service

Expand Down
5 changes: 0 additions & 5 deletions vm-systemd/systemd-userdbd.service.d/30_qubes.conf

This file was deleted.

5 changes: 0 additions & 5 deletions vm-systemd/systemd-userdbd.socket.d/30_qubes.conf

This file was deleted.