summaryrefslogtreecommitdiff
path: root/man/systemd.system-credentials.xml
Commit message (Collapse)AuthorAgeFilesLines
* man: fix links to man pagesZbigniew Jędrzejewski-Szmek2023-02-091-13/+12
| | | | Done using linkchecker as usual.
* docs/man: remove reference to default vsock CIDLuca Boccassi2023-01-151-3/+1
| | | | | | | This was dropped on reviewers' request in the revision that got merged, but reference in two documents was not updated. Fix it. Follow-up for: https://github.com/systemd/systemd/pull/25918
* Merge pull request #25918 from bluca/smbios_sd_notifyLennart Poettering2023-01-061-0/+18
|\ | | | | Support AF_VSOCK in sd_notify and pick up notify_socket from creds
| * creds: import 'vmm.notify_socket' and use it to setLuca Boccassi2023-01-051-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is intended to be used with VSOCK, to notify the hypervisor/VMM, eg on the host: qemu <...> -smbios type=11,value=io.systemd.credential:vmm.notify_socket=vsock:2:1234 -device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=42 (vsock:2:1234 -> send to host on vsock port 1234, default is to send to 0 which is the hypervisor itself) Also on the host: $ socat - VSOCK-LISTEN:1234,socktype=5 READY=1 STATUS=Ready.
* | resolved: read DNS conf also from creds and kernel cmdlineLennart Poettering2023-01-051-0/+9
|/ | | | | | | | | | | Note that this drops ProtectProc=invisible from systemd-resolved.service. This is done because othewise access to the booted "kernel" command line is not necessarily available. That's because in containers we want to read /proc/1/cmdline for that. Fixes: #24103
* vconsole: permit configuration of vconsole settings via credentialsLennart Poettering2023-01-051-0/+12
|
* man: add man page decribing well known system credentialsLennart Poettering2022-09-231-0/+192