]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
14 months agoMerge pull request #28445 from bluca/run_host_release
Luca Boccassi [Wed, 19 Jul 2023 08:34:06 +0000 (09:34 +0100)] 
Merge pull request #28445 from bluca/run_host_release

core: copy the host's os-release for /run/host/os-release

14 months agoMerge pull request #28447 from mrc0mmand/test-network
Daan De Meyer [Wed, 19 Jul 2023 06:07:31 +0000 (08:07 +0200)] 
Merge pull request #28447 from mrc0mmand/test-network

network: fix fetching link properties

14 months agokernel-install: silently ignore unexpected arguments for 'remove' command
Yu Watanabe [Wed, 19 Jul 2023 01:47:53 +0000 (10:47 +0900)] 
kernel-install: silently ignore unexpected arguments for 'remove' command

The shell script version of kernel-install silently ignored unexpected
arguments, but C version refused that. Unfortunately, Fedora's kernel
script specifies kernel file even for 'remove' command. Let's accept
extra arguments and silently ignore them to keep backward compatibility.

Fixes #28448.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2223794.

14 months agonetwork: fix fetching link properties 28447/head
Frantisek Sumsal [Tue, 18 Jul 2023 20:47:43 +0000 (22:47 +0200)] 
network: fix fetching link properties

This fixes regression introduced in 5a0c810462 with which all requests
for link properties ended up with EINVAL as we kept hitting
the signature_is_single() assert in sd_bus_get_property().

14 months agotest-network: probe a couple of uncovered networkctl codepaths
Frantisek Sumsal [Tue, 18 Jul 2023 19:28:54 +0000 (21:28 +0200)] 
test-network: probe a couple of uncovered networkctl codepaths

14 months agotest-network: validate JSON where applicable
Frantisek Sumsal [Tue, 18 Jul 2023 19:39:36 +0000 (21:39 +0200)] 
test-network: validate JSON where applicable

14 months agorepart: Always take --offline into account
Daan De Meyer [Tue, 18 Jul 2023 13:09:41 +0000 (15:09 +0200)] 
repart: Always take --offline into account

14 months agoNEWS: note that /run/host/os-release is available more broadly 28445/head
Luca Boccassi [Tue, 18 Jul 2023 14:50:57 +0000 (15:50 +0100)] 
NEWS: note that /run/host/os-release is available more broadly

14 months agoman: explicitly note that units surviving soft-reboot should not pin resources
Luca Boccassi [Tue, 18 Jul 2023 14:48:59 +0000 (15:48 +0100)] 
man: explicitly note that units surviving soft-reboot should not pin resources

14 months agocore: copy the host's os-release for /run/host/os-release
Luca Boccassi [Tue, 18 Jul 2023 14:44:27 +0000 (15:44 +0100)] 
core: copy the host's os-release for /run/host/os-release

Currently for portable services we automatically add a bind mount
os-release -> /run/host/os-release. This becomes problematic for the
soft-reboot case, as it's likely that portable services will be configured
to survive it, and thus would forever keep a reference to the old host's
os-release, which would be a problem because it becomes outdated, and also
it stops the old rootfs from being garbage collected.

Create a copy when the manager starts under /run/systemd/propagate instead,
and bind mount that for all services using RootDirectory=/RootImage=, so
that on soft-reboot the content gets updated (without creating a new file,
so the existing bind mounts will see the new content too).

This expands the /run/host/os-release protocol to more services, but I
think that's a nice thing to have too.

Closes https://github.com/systemd/systemd/issues/28023

14 months agoDeprecate efivar SystemdOptions
Zbigniew Jędrzejewski-Szmek [Mon, 17 Jul 2023 18:55:47 +0000 (20:55 +0200)] 
Deprecate efivar SystemdOptions

As mentioned in the NEWS entry, it seems to see very little use, but adds
complexity in our code. It was added mainly with the goal of making it easier
for people using grub2 to modify their boot configuration, but grub2 is gaining
support for BLS snippets. On the systemd side, we now have credentials. So
let's deprecate this, and if there's no outcry, remove it in a few releases.

14 months agoInclude in manual what DNSSEC=no means in detail
Petr Menšík [Sat, 15 Jul 2023 02:11:25 +0000 (04:11 +0200)] 
Include in manual what DNSSEC=no means in detail

https://www.rfc-editor.org/rfc/rfc4035.html#section-3.2.1 says
security-aware recursive name server MUST set DO bit when sending
requests. systemd-resolved does not do that by design. State it more
clearly in manual page. Unlike other implementations it disables not
only validation as it stated, but complete DNSSEC awareness.

Signed-off-by: Petr Menšík <pemensik@redhat.com>
14 months agoanalyze: don't warn about version spec compliant versions
Joerg Behrmann [Thu, 13 Jul 2023 09:07:03 +0000 (11:07 +0200)] 
analyze: don't warn about version spec compliant versions

This commits adds version_is_valid_versionspec and uses it in
analyze-compare-version.c.

version_is_valid_versionspec differs from version_is_valid in that it acepts
empty strings and since valid characters in a version spec version are all
ASCII letters and digits as well as "-.~^", but ",_+" allowed by
version_is_valid are not.

Also give a more specific warning message on invalid characters.

14 months agoRevert "packit: temporarily use older Rawhide spec"
Frantisek Sumsal [Fri, 14 Jul 2023 11:48:56 +0000 (13:48 +0200)] 
Revert "packit: temporarily use older Rawhide spec"

This reverts commit f1adb4a2ea2fd1d54ff8cc17a4d10f2b502cfc69.

14 months agoMerge pull request #28424 from mrc0mmand/networkd-ra-captive-portals
Yu Watanabe [Tue, 18 Jul 2023 13:02:44 +0000 (22:02 +0900)] 
Merge pull request #28424 from mrc0mmand/networkd-ra-captive-portals

test-network: check for captive portals received via NDISC

14 months agotest-resolved-stream: Use a random port number
Daan De Meyer [Tue, 18 Jul 2023 06:56:25 +0000 (08:56 +0200)] 
test-resolved-stream: Use a random port number

Hopefully fixes #28393

14 months agotest-network: check for captive portals received via NDISC 28424/head
Frantisek Sumsal [Mon, 17 Jul 2023 08:12:39 +0000 (10:12 +0200)] 
test-network: check for captive portals received via NDISC

This requires fairly recent radvd that supports sending RAs with captive
portals [0].

Also, this should hopefully provide coverage for issues like:
  - https://github.com/systemd/systemd/issues/28229
  - https://github.com/systemd/systemd/issues/28231
  - https://github.com/systemd/systemd/issues/28277

[0] https://github.com/radvd-project/radvd/pull/141

14 months agotest: exit early from TEST-70-TPM2 on ppc64el
Luca Boccassi [Mon, 17 Jul 2023 18:06:22 +0000 (19:06 +0100)] 
test: exit early from TEST-70-TPM2 on ppc64el

There is an underlying issue that appears only on ppc64 and fails 95%
of Ubuntu runs, so exit early until it is solved.

Closes https://github.com/systemd/systemd/issues/27716

14 months agoci: drop super-linter's shellcheck
Frantisek Sumsal [Mon, 17 Jul 2023 15:54:59 +0000 (17:54 +0200)] 
ci: drop super-linter's shellcheck

It's been a while since we introduced Differential ShellCheck and it
proved to be quite useful (and in some ways even better than the shellcheck
run by super-linter). So, to have only one linter scream at us for not
knowing how to write bash properly, let's drop the super-linter's one in
favor of Differential ShellCheck.

Follow-up for https://github.com/systemd/systemd/pull/24328#pullrequestreview-1074127504

14 months agoMerge pull request #28384 from ldv-alt/ERRNO_IS
Zbigniew Jędrzejewski-Szmek [Mon, 17 Jul 2023 16:07:07 +0000 (18:07 +0200)] 
Merge pull request #28384 from ldv-alt/ERRNO_IS

treewide: fix use of ERRNO_IS_*(r)

14 months agounits: Add --graceful flag to pcrphase units
Daan De Meyer [Mon, 17 Jul 2023 08:11:54 +0000 (10:11 +0200)] 
units: Add --graceful flag to pcrphase units

Some of the new units using systemd-pcrphase are missing the --graceful
flag which causes them to error if the tpm libraries are not installed.
Add --graceful just like in the other pcrphase units to make systemd-pcrphase
exit gracefully if the tpm libraries are missing.

14 months agoMerge pull request #28425 from weblate/weblate-systemd-master
Luca Boccassi [Mon, 17 Jul 2023 12:07:03 +0000 (13:07 +0100)] 
Merge pull request #28425 from weblate/weblate-systemd-master

Translations update from Fedora Weblate

14 months agopo: Translated using Weblate (Swedish) 28425/head
Luna Jernberg [Mon, 17 Jul 2023 11:20:59 +0000 (13:20 +0200)] 
po: Translated using Weblate (Swedish)

Currently translated at 100.0% (227 of 227 strings)

Co-authored-by: Luna Jernberg <bittin@reimu.nl>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/sv/
Translation: systemd/main

14 months agopo: Translated using Weblate (Korean)
김인수 [Mon, 17 Jul 2023 11:20:59 +0000 (13:20 +0200)] 
po: Translated using Weblate (Korean)

Currently translated at 100.0% (227 of 227 strings)

Co-authored-by: 김인수 <simmon@nplob.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ko/
Translation: systemd/main

14 months agopo: Translated using Weblate (Czech)
Pavel Borecki [Mon, 17 Jul 2023 11:20:59 +0000 (13:20 +0200)] 
po: Translated using Weblate (Czech)

Currently translated at 93.3% (212 of 227 strings)

Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/cs/
Translation: systemd/main

14 months agotest-network: correctly support running systemd-udevd from the build dir
Frantisek Sumsal [Mon, 17 Jul 2023 10:55:12 +0000 (12:55 +0200)] 
test-network: correctly support running systemd-udevd from the build dir

We create the udevadm -> systemd-udevd symlink during the install phase,
so it doesn't exist in the just compiled tree. This worked in CI since
the symlink is manually created there post-build.

14 months agotest: fix use of ERRNO_IS_PRIVILEGE() 28384/head
Dmitry V. Levin [Fri, 7 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
test: fix use of ERRNO_IS_PRIVILEGE()

Given that ERRNO_IS_PRIVILEGE() also matches positive values,
make sure this macro is not called with arguments that do not have
errno semantics.

In this case the arguments passed to ERRNO_IS_PRIVILEGE() are the values
returned by read_one_line_file() which can legitimately return positive
values without errno semantics, so fix this by moving ERRNO_IS_PRIVILEGE()
invocations to the branches where the return values are known to be negative.

14 months agotest: avoid TEST-70 passphrase and password file mode complaints
Dan Streetman [Sun, 16 Jul 2023 01:33:50 +0000 (21:33 -0400)] 
test: avoid TEST-70 passphrase and password file mode complaints

Minor change, to adjust mode of /tmp/passphrase and /tmp/password test files to
avoid repeated warning logs that each file "...has 0644 mode that is too
permissive, please adjust the ownership and access mode."

14 months agoresolved: fix use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin [Fri, 7 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
resolved: fix use of ERRNO_IS_DISCONNECT()

Given that ERRNO_IS_DISCONNECT() also matches positive values,
make sure this macro is not called with arguments that do not have
errno semantics.

In this case the argument passed to ERRNO_IS_DISCONNECT() is the value
returned by manager_recv() which can legitimately return 1 without errno
semantics, so fix this by moving ERRNO_IS_DISCONNECT() invocation to the
branch where the return value is known to be negative.

14 months agosd-bus: fix use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin [Fri, 7 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
sd-bus: fix use of ERRNO_IS_DISCONNECT()

Given that ERRNO_IS_DISCONNECT() also matches positive values,
make sure this macro is not called with arguments that do not have
errno semantics.

In this case the argument passed to ERRNO_IS_DISCONNECT() is the value
returned by bus_socket_process_watch_bind(), bus_socket_process_opening(),
and bus_socket_process_authenticating() which can legitimately return
positive values without errno semantics, so fix this by moving the
ERRNO_IS_DISCONNECT() invocation to the branch where the return value
is known to be negative.

14 months agosocket: fix use of ERRNO_IS_DISCONNECT()
Dmitry V. Levin [Fri, 7 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
socket: fix use of ERRNO_IS_DISCONNECT()

Given that ERRNO_IS_DISCONNECT() also matches positive values,
make sure this macro is not called with arguments that do not have
errno semantics.

In this case the argument passed to ERRNO_IS_DISCONNECT() is the value
returned by socket_acquire_peer() which can legitimately return 1
without errno semantics, so fix this by moving ERRNO_IS_DISCONNECT()
invocation to the branch where the return value is known to be negative.

14 months agokbd-util: fix use of ERRNO_IS_RESOURCE()
Dmitry V. Levin [Fri, 7 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
kbd-util: fix use of ERRNO_IS_RESOURCE()

Given that ERRNO_IS_RESOURCE() also matches positive values,
make sure this macro is not called with arguments that do not have
errno semantics.

In this case the argument passed to ERRNO_IS_RESOURCE() is the value
returned by recurse_dir_at() which can legitimately return positive
values without errno semantics, so fix this by moving the ERRNO_IS_RESOURCE()
invocation to the branch where the return value is known to be negative.

14 months agotpm2: add tpm2_get_pin_auth()
Dan Streetman [Sat, 15 Jul 2023 12:30:40 +0000 (08:30 -0400)] 
tpm2: add tpm2_get_pin_auth()

Add function to calculate the hash digest for a provided pin, and also verify
that the final byte in the digest is not 0. This is required because the TPM
will always remove all trailing 0's from an auth value before using it.

Fixes: #27716
14 months agoMerge pull request #28416 from bluca/gpt_mips
Daan De Meyer [Sat, 15 Jul 2023 19:07:56 +0000 (21:07 +0200)] 
Merge pull request #28416 from bluca/gpt_mips

Two more fixes for MIPS and sd-gpt

14 months agosd-gpt: __mips__ is also defined when building __mips64 28416/head
Luca Boccassi [Sat, 15 Jul 2023 13:28:23 +0000 (14:28 +0100)] 
sd-gpt: __mips__ is also defined when building __mips64

Follow-up for d75ec33ed2a1781a82f9e0d62a79244ecd1e1edc

14 months agogpt: it's __mips64, not __mips64__
Luca Boccassi [Sat, 15 Jul 2023 13:27:33 +0000 (14:27 +0100)] 
gpt: it's __mips64, not __mips64__

But it's __mips__ not __mips, obviously

Follow-up for d75ec33ed2a1781a82f9e0d62a79244ecd1e1edc

14 months agopo: Translated using Weblate (Polish)
Piotr Drąg [Sat, 15 Jul 2023 10:56:07 +0000 (12:56 +0200)] 
po: Translated using Weblate (Polish)

Currently translated at 100.0% (227 of 227 strings)

Co-authored-by: Piotr Drąg <piotrdrag@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/pl/
Translation: systemd/main

14 months agoNEWS: fix typo
Haochen Tong [Sat, 15 Jul 2023 08:41:50 +0000 (16:41 +0800)] 
NEWS: fix typo

14 months agopo: Translated using Weblate (Georgian)
Temuri Doghonadze [Sat, 15 Jul 2023 00:15:25 +0000 (02:15 +0200)] 
po: Translated using Weblate (Georgian)

Currently translated at 100.0% (227 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 97.3% (221 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 94.2% (214 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 90.3% (205 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 88.9% (202 of 227 strings)

Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ka/
Translation: systemd/main

14 months agoUpdate NEWS for v254-rc2 v254-rc2
Luca Boccassi [Sat, 15 Jul 2023 00:18:12 +0000 (01:18 +0100)] 
Update NEWS for v254-rc2

Liberté, égalité, releasé 🇫🇷

14 months agoMerge pull request #28405 from bluca/rc2
Luca Boccassi [Sat, 15 Jul 2023 00:15:41 +0000 (01:15 +0100)] 
Merge pull request #28405 from bluca/rc2

RC2 busywork

14 months agoUpdate NEWS with latest changes 28405/head
Luca Boccassi [Fri, 14 Jul 2023 22:45:00 +0000 (23:45 +0100)] 
Update NEWS with latest changes

14 months agoNEWS: update contributors list
Luca Boccassi [Fri, 14 Jul 2023 22:45:47 +0000 (23:45 +0100)] 
NEWS: update contributors list

14 months agoUpdate hwdb
Luca Boccassi [Fri, 14 Jul 2023 22:40:49 +0000 (23:40 +0100)] 
Update hwdb

14 months agopo: Translated using Weblate (Georgian)
Temuri Doghonadze [Fri, 14 Jul 2023 22:01:09 +0000 (00:01 +0200)] 
po: Translated using Weblate (Georgian)

Currently translated at 94.2% (214 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 90.3% (205 of 227 strings)

po: Translated using Weblate (Georgian)

Currently translated at 88.9% (202 of 227 strings)

Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/ka/
Translation: systemd/main

14 months agoMerge pull request #27867 from keszybz/vconsole-reload-again
Luca Boccassi [Fri, 14 Jul 2023 22:06:18 +0000 (23:06 +0100)] 
Merge pull request #27867 from keszybz/vconsole-reload-again

Restore ordering between vconsole-setup and firstboot services

14 months agoMerge pull request #28401 from keszybz/set-console-size
Luca Boccassi [Fri, 14 Jul 2023 22:02:41 +0000 (23:02 +0100)] 
Merge pull request #28401 from keszybz/set-console-size

Set console size when we reset it

14 months agoMerge pull request #28097 from goenkam/maanya/dissect-tool-support-for-confext
Luca Boccassi [Fri, 14 Jul 2023 22:01:26 +0000 (23:01 +0100)] 
Merge pull request #28097 from goenkam/maanya/dissect-tool-support-for-confext

systemd-confext: image-based systemd-wide config update including dm-verity support​

14 months agoMerge pull request #28387 from yuwata/network-route-table-name
Luca Boccassi [Fri, 14 Jul 2023 21:57:31 +0000 (22:57 +0100)] 
Merge pull request #28387 from yuwata/network-route-table-name

network: cleanups for route table name

14 months agopo: update Japanese translation
Yu Watanabe [Fri, 14 Jul 2023 20:16:12 +0000 (05:16 +0900)] 
po: update Japanese translation

14 months agotpm2: handle older tpm enrollments without a saved pcr bank
Dan Streetman [Fri, 14 Jul 2023 17:15:48 +0000 (13:15 -0400)] 
tpm2: handle older tpm enrollments without a saved pcr bank

Older code did not save the pcr bank (i.e. pcr hash algorithm), and instead let
tpm2_unseal() find the best pcr bank to use. In commit
2cd9d57548b0dadd52523df486d33aa4cf7c3b84 we changed tpm2_unseal() to no longer
handle an unset pcr bank. This adds back in the handling of an unset pcr_bank
so older sealed data should continue to work.

14 months agotest: reduce the number of loops in tpm2 test_tpms_pcr_selection_mask_and_hash()
Dan Streetman [Fri, 14 Jul 2023 15:21:43 +0000 (11:21 -0400)] 
test: reduce the number of loops in tpm2 test_tpms_pcr_selection_mask_and_hash()

This test loops through masks, but is a relatively long test due to the
increment size between loops; this slightly increases the increment size (from
3->5) which greatly speeds up the test.

14 months agotree-wide: a bunch of Coccinelle-suggested tweaks
Frantisek Sumsal [Fri, 14 Jul 2023 15:39:05 +0000 (17:39 +0200)] 
tree-wide: a bunch of Coccinelle-suggested tweaks

rc2 edition

14 months agoMerge pull request #28370 from ldv-alt/cname
Luca Boccassi [Fri, 14 Jul 2023 21:48:23 +0000 (22:48 +0100)] 
Merge pull request #28370 from ldv-alt/cname

resolved: fix canonical names returned by hosts lookups

14 months agoMerge pull request #28301 from berrange/cvm-lockdown
Luca Boccassi [Fri, 14 Jul 2023 21:47:37 +0000 (22:47 +0100)] 
Merge pull request #28301 from berrange/cvm-lockdown

Avoid using SMBIOS for kernel cmdline injection in sd-stub in confidential VMs

14 months agocompare: fix typo
Yu Watanabe [Fri, 14 Jul 2023 20:10:47 +0000 (05:10 +0900)] 
compare: fix typo

14 months agonetwork: refuse to override predefined route table name 28387/head
Yu Watanabe [Fri, 14 Jul 2023 07:08:03 +0000 (16:08 +0900)] 
network: refuse to override predefined route table name

14 months agonetwork: do not append table number in TableString field in json output
Yu Watanabe [Fri, 14 Jul 2023 07:02:17 +0000 (16:02 +0900)] 
network: do not append table number in TableString field in json output

The json output already contains table number, hence, it is not
necessary to include number in the string.

14 months agoconfext: test image wide systemd support for confext 28097/head
Maanya Goenka [Thu, 13 Jul 2023 22:10:01 +0000 (22:10 +0000)] 
confext: test image wide systemd support for confext

14 months agoconfext: add dissect tool support for confext images
Maanya Goenka [Thu, 13 Jul 2023 22:07:49 +0000 (22:07 +0000)] 
confext: add dissect tool support for confext images

Allow image wide systemd tool support for confext images by adding dissect
tool support for these images

14 months agosysext: change the table lookup string to be more verbose
Maanya Goenka [Fri, 14 Jul 2023 16:36:50 +0000 (16:36 +0000)] 
sysext: change the table lookup string to be more verbose

14 months agocatalog: update Polish translation
Piotr Drąg [Sun, 9 Jul 2023 14:24:19 +0000 (16:24 +0200)] 
catalog: update Polish translation

14 months agoMerge pull request #28355 from yuwata/unit-skip-battery-check-by-kernel-command-line
Luca Boccassi [Fri, 14 Jul 2023 14:57:13 +0000 (15:57 +0100)] 
Merge pull request #28355 from yuwata/unit-skip-battery-check-by-kernel-command-line

unit: skip battery check when systemd.skip-battery-check specified on boot

14 months agobattery-check: allow to skip by passing systemd.battery-check=0 28355/head
Yu Watanabe [Tue, 11 Jul 2023 15:32:24 +0000 (00:32 +0900)] 
battery-check: allow to skip by passing systemd.battery-check=0

14 months agoMerge pull request #28397 from DaanDeMeyer/python-stuff
Daan De Meyer [Fri, 14 Jul 2023 14:21:50 +0000 (16:21 +0200)] 
Merge pull request #28397 from DaanDeMeyer/python-stuff

mkosi: Stop using python3.9 on CentOS 8

14 months agoefi: don't pull kernel cmdline from SMBIOS in a confidential VM 28301/head
Daniel P. Berrangé [Fri, 7 Jul 2023 15:30:20 +0000 (16:30 +0100)] 
efi: don't pull kernel cmdline from SMBIOS in a confidential VM

In a confidential VM, the SMBIOS data is not trusted, as it is under the
control of the host OS/admin and not covered by attestation of the machine.

Fixes: https://github.com/systemd/systemd/issues/27604
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
14 months agoefi: add helper API for detecting confidential virtualization
Daniel P. Berrangé [Fri, 7 Jul 2023 15:28:19 +0000 (16:28 +0100)] 
efi: add helper API for detecting confidential virtualization

This helper is a simplified version of detect_confidential_virtualization()
that merely returns a boolean status flag reflecting whether we are believed
to be running inside a confidential VM.

This flag can be used for turning off features that are inappropriate to
use from a CVM, but must not be used for releasing sensitive data. The
latter must only be done in response to an attestation for the environment.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
14 months agoresolved: fix the canonical name returned by hosts lookup by name 28370/head
Dmitry V. Levin [Tue, 11 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
resolved: fix the canonical name returned by hosts lookup by name

In etc_hosts_lookup_by_name(), return the canonical name of the resolved
address instead of the name used to obtain that address.

Resolves: #20158

14 months agoMerge pull request #26365 from dtardon/multiple-polkit-calls
Luca Boccassi [Fri, 14 Jul 2023 13:13:53 +0000 (14:13 +0100)] 
Merge pull request #26365 from dtardon/multiple-polkit-calls

Allow D-Bus methods to auth. for more than one polkit action

14 months agoresolved: fix the canonical name returned by hosts lookup by address
Dmitry V. Levin [Mon, 10 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
resolved: fix the canonical name returned by hosts lookup by address

In etc_hosts_lookup_by_address(), make sure the canonical name of the given
address is returned first in the list of names that address resolves to.

Resolves: #25088

14 months agoresolved: keep track of first names listed for each address in /etc/hosts
Dmitry V. Levin [Sun, 9 Jul 2023 08:00:00 +0000 (08:00 +0000)] 
resolved: keep track of first names listed for each address in /etc/hosts

These names will be used later in responses as canonical names.

14 months agofundamental: share constants for confidential virt detection
Daniel P. Berrangé [Thu, 13 Jul 2023 13:02:33 +0000 (14:02 +0100)] 
fundamental: share constants for confidential virt detection

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
14 months agomkosi: Move settings to right sections 28397/head
Daan De Meyer [Fri, 14 Jul 2023 12:52:58 +0000 (14:52 +0200)] 
mkosi: Move settings to right sections

14 months agomkosi: Stop using python3.9 on CentOS 8
Daan De Meyer [Fri, 14 Jul 2023 12:31:40 +0000 (14:31 +0200)] 
mkosi: Stop using python3.9 on CentOS 8

Let's get rid of all the complexity and just not build ukify on
CentOS Stream 8.

14 months agomkosi: Drop kernel command line arguments that are set by mkosi
Daan De Meyer [Fri, 14 Jul 2023 12:51:42 +0000 (14:51 +0200)] 
mkosi: Drop kernel command line arguments that are set by mkosi

mkosi sets these by default now so let's drop them from our
configuration.

14 months agomkosi: Update to latest
Daan De Meyer [Fri, 14 Jul 2023 12:43:19 +0000 (14:43 +0200)] 
mkosi: Update to latest

mkosi now supports CentOS SIGs natively so we drop our own definition
of that and use the mkosi builtin one. We also enable hyperscale for
both CentOS 8 and CentOS 9 for consistency and add epel-next as well
which is a requirement for Hyperscale.

14 months agoelf2efi: Make compatible with python 3.6 again
Daan De Meyer [Fri, 14 Jul 2023 12:16:44 +0000 (14:16 +0200)] 
elf2efi: Make compatible with python 3.6 again

CentOS 8 ships python 3.6 so let's try and stay compatible with that
since the only feature we're using that requires python 3.9 is the
streamlined type annotations which are trivial to convert back to
the older stuff to stay compatible with python 3.6.

14 months agopo: Translated using Weblate (Ukrainian)
Yuri Chornoivan [Fri, 14 Jul 2023 11:47:02 +0000 (13:47 +0200)] 
po: Translated using Weblate (Ukrainian)

Currently translated at 100.0% (227 of 227 strings)

po: Translated using Weblate (Ukrainian)

Currently translated at 93.8% (213 of 227 strings)

Co-authored-by: Yuri Chornoivan <yurchor@ukr.net>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/uk/
Translation: systemd/main

14 months agopo: Update translation files
Weblate [Fri, 14 Jul 2023 09:35:42 +0000 (11:35 +0200)] 
po: Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/master/
Translation: systemd/main

14 months agopackit: temporarily use older Rawhide spec
Frantisek Sumsal [Fri, 14 Jul 2023 10:38:41 +0000 (12:38 +0200)] 
packit: temporarily use older Rawhide spec

Until [0] is deployed to production.

[0] https://github.com/packit/specfile/commit/2bdcec3db5cbee5e1f61fd578edd6a3393afd787

14 months agokernel-install: Avoid reopening file descriptor via /proc
Daan De Meyer [Fri, 14 Jul 2023 08:51:18 +0000 (10:51 +0200)] 
kernel-install: Avoid reopening file descriptor via /proc

kernel-install used to work without /proc mounted before the rewrite
in C. Let's restore that property by making sure we don't reopen
file descriptors via /proc. In this case, parse_env_file_fdv() calls
fdopen_independent() to get a FILE * for the given file descriptor
(which itself calls fd_reopen()). Let's avoid the call to
fdopen_independent() by using chase_and_fopenat_unlocked() which
gives us a FILE * immediately without having to reopen any file
descriptors.

14 months agoMerge pull request #28380 from bluca/homed_translate
Luca Boccassi [Fri, 14 Jul 2023 09:35:58 +0000 (10:35 +0100)] 
Merge pull request #28380 from bluca/homed_translate

homed: make all pam_prompt strings translatable

14 months agopo: add homed file and regenerate pot 28380/head
Luca Boccassi [Thu, 13 Jul 2023 11:39:48 +0000 (12:39 +0100)] 
po: add homed file and regenerate pot

14 months agoMerge pull request #28376 from yuwata/json_append
Daan De Meyer [Fri, 14 Jul 2023 08:07:48 +0000 (10:07 +0200)] 
Merge pull request #28376 from yuwata/json_append

Use json_append() and json_variant_append_array()

14 months agonetwork: check lifetime of address and route before configure
Yu Watanabe [Wed, 12 Jul 2023 01:50:53 +0000 (10:50 +0900)] 
network: check lifetime of address and route before configure

Otherwise, we may configure a route that depends on the existence
of an address or another route, and may fail when lifetime of one
of them are already zero.

Hopefully fixes #28358.

14 months agosd-journal: fix 'the the'
Yu Watanabe [Fri, 14 Jul 2023 07:53:41 +0000 (16:53 +0900)] 
sd-journal: fix 'the the'

14 months agomkosi: Set systemd.early_core_pattern=/core 28401/head
Daan De Meyer [Thu, 13 Jul 2023 13:38:03 +0000 (15:38 +0200)] 
mkosi: Set systemd.early_core_pattern=/core

This makes sure we get pid1 coredumps during early boot.

14 months agoterminal-util: Document boolean parameter in one more place
Daan De Meyer [Fri, 14 Jul 2023 07:12:54 +0000 (09:12 +0200)] 
terminal-util: Document boolean parameter in one more place

14 months agotree-wide: Set /dev/console size when we reset it
Daan De Meyer [Thu, 13 Jul 2023 12:50:23 +0000 (14:50 +0200)] 
tree-wide: Set /dev/console size when we reset it

If a size is configured for /dev/console via the kernel cmdline,
let's make sure we take that into account when resetting /dev/console.

14 months agoproc-cmdline: re-implement proc_cmdline_filter_pid1_args() without using getopt_long()
Yu Watanabe [Thu, 13 Jul 2023 10:03:23 +0000 (19:03 +0900)] 
proc-cmdline: re-implement proc_cmdline_filter_pid1_args() without using getopt_long()

If getopt_long() is called for a list of arguments and it is freed, then
calling getopt_long() for another list will trigger use-after-free.

The function proc_cmdline_filter_pid1_args() may be called before or during
parsing program arguments (typically named as parse_argv()), hence we cannot
use getopt_long() in proc_cmdline_filter_pid1_args().

Fixes #28366.

14 months agotest: add more test cases for proc_cmdline_filter_pid1_args()
Yu Watanabe [Fri, 14 Jul 2023 04:09:22 +0000 (13:09 +0900)] 
test: add more test cases for proc_cmdline_filter_pid1_args()

14 months agoMerge pull request #27526 from mrc0mmand/journal-fss
Yu Watanabe [Fri, 14 Jul 2023 04:30:30 +0000 (13:30 +0900)] 
Merge pull request #27526 from mrc0mmand/journal-fss

journal: clean up the FSS related code a bit & add a couple of tests

14 months agocore: fix race condition during startup of a service with ExitType=cgroup
Fuminobu TAKEYAMA [Mon, 10 Jul 2023 15:30:27 +0000 (00:30 +0900)] 
core: fix race condition during startup of a service with ExitType=cgroup

This commit allows service_sigchld_event() is executed before
service_dispatch_exec_io(), which might happen when a main process exits
very quickly.

Also do not check PID for service goodness because the main process have
already been exited in this case.

Fix: #27919

14 months agoMerge pull request #28385 from YHNdnzj/fstab-initrd-bind-mount
Yu Watanabe [Fri, 14 Jul 2023 02:21:14 +0000 (11:21 +0900)] 
Merge pull request #28385 from YHNdnzj/fstab-initrd-bind-mount

fstab-generator: resolve bind mount source when in initrd

14 months agofstab-generator: resolve bind mount source when in initrd 28385/head
Mike Yuan [Thu, 13 Jul 2023 14:44:19 +0000 (22:44 +0800)] 
fstab-generator: resolve bind mount source when in initrd

We currently prepend /sysroot to mount points for entries
in /sysroot/etc/fstab. But when it comes to bind mounts,
the source needs to canonicalized too.

Fixes #6827
Replaces #7894

14 months agofstab-util: add fstab_is_bind
Mike Yuan [Thu, 13 Jul 2023 15:13:10 +0000 (23:13 +0800)] 
fstab-util: add fstab_is_bind

14 months agoukify: Derive public key from private key if not specified
Daan De Meyer [Mon, 10 Jul 2023 11:50:30 +0000 (13:50 +0200)] 
ukify: Derive public key from private key if not specified

14 months agobus-polkit: avoid extra variable 26365/head
David Tardon [Tue, 27 Jun 2023 13:31:51 +0000 (15:31 +0200)] 
bus-polkit: avoid extra variable

14 months agobus-polkit: allow to auth. a bus call for multiple actions
David Tardon [Thu, 29 Jun 2023 14:35:21 +0000 (16:35 +0200)] 
bus-polkit: allow to auth. a bus call for multiple actions

In #20155, verify_shutdown_creds() needs to authenticate for both
org.freedesktop.login1.hibernate-multiple-sessions and
org.freedesktop.login1.hibernate-ignore-inhibit . Previously, the second
authentication attempt would fail with -ESTALE.

Fixes #20155.

14 months agobus-polkit: parse reply from polkit on receive
David Tardon [Thu, 29 Jun 2023 14:20:25 +0000 (16:20 +0200)] 
bus-polkit: parse reply from polkit on receive

... and store just the result.