Find a file
Zbigniew Jędrzejewski-Szmek d8a91c6b9f shared/conf-parser: use chase() in config_parse_many_files()
The function was partially implementing chroot lookups. It would be given
file names that were prefixed with the chroot, so it would mostly work.
But if any of those files were symlinks, fopen() would do the wrong thing.

Also we don't need locking.

So give 'root' as the argument and use chase_and_fopen_unlocked() to get
proper chroot-aware lookups.

The only place where config_parse_many() is called with root is is repart.c.
So this is a follow-up for e594a3b154 and
34f2fd5096.
2024-03-07 18:49:44 +01:00
.clusterfuzzlite
.github ci(labeler): add policy for escape labeler 2024-02-19 16:09:15 +01:00
.semaphore semaphore: temporarily pin autopkgtest to v5.32 2024-02-09 11:18:25 +01:00
catalog bulgarian: use "RateLimitIntervalSec" rather than "RateLimitInterval" 2024-02-04 02:42:09 +09:00
coccinelle cocci: merge mfree.cocci and mfree_return.cocci (#30838) 2024-01-09 12:24:37 +09:00
docs docs: show mkosi project on website 2024-02-21 13:08:08 +01:00
factory man: don't suggest using pam_unix.so's use_authtok switch 2024-01-17 23:59:05 +00:00
hwdb.d hwdb: Add support for MetawillBook01 to 60-sensor.hwdb 2024-02-20 15:10:47 +01:00
LICENSES
man networkd: support setting dhcp server port 2024-02-21 19:33:27 +09:00
mime creds-util: add a concept of "user-scoped" credentials 2024-01-30 17:07:47 +01:00
mkosi.conf.d
mkosi.images Install pacman in Arch Linux image 2024-02-09 12:41:54 +00:00
modprobe.d modprobe: set 'ifb numifbs=0' to avoid autocreating ifb0 2024-01-12 23:24:54 +00:00
network network: fix 6rd tunnel link section name 2024-01-12 21:42:04 +00:00
po po: Translated using Weblate (Lithuanian) 2024-02-16 09:29:40 +01:00
presets preset: enable homed sidecar services 2024-02-08 22:44:00 +00:00
rules.d Fix systemd-backlight ignoring numbered kbd_backlight entries 2024-01-22 22:03:35 +00:00
shell-completion homectl: Add flags to edit blob directories 2024-02-19 11:18:11 +00:00
src shared/conf-parser: use chase() in config_parse_many_files() 2024-03-07 18:49:44 +01:00
sysctl.d
sysusers.d Revert "sysusers.d: create the user for systemd-journal-upload.service" 2023-12-04 19:44:10 +01:00
test test: verify our own units (where applicable) 2024-02-20 15:45:50 +01:00
tmpfiles.d meson: don't install broken tmpfiles config with sshd?confdir == 'no' 2024-01-30 17:56:21 +00:00
tools test: verify our own units (where applicable) 2024-02-20 15:45:50 +01:00
units homed: Create & advertise blob directory 2024-02-19 11:18:11 +00:00
xorg
.clang-format
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.mailmap
.packit.yml Revert "packit: temporarily build systemd without BPF stuff" 2024-02-11 16:45:03 +01:00
.pylintrc
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson.build test: verify our own units (where applicable) 2024-02-20 15:45:50 +01:00
meson.version meson: Start adding devel and rc suffixes to the project version 2024-02-14 15:36:34 +01:00
meson_options.txt systemctl: drop chain invocation of telinit 2024-02-15 14:29:20 +00:00
mkosi.conf mkosi: Build a directory image by default 2024-01-12 16:19:48 +01:00
mkosi.kernel.config
NEWS Merge pull request #31181 from fbuihuu/gpt-auto-more-defensive 2024-02-12 19:12:17 +08:00
README README: bump the gcc baseline to 8.4 2024-02-05 10:45:10 +00:00
README.md README: update link to CentOS CI 2024-02-09 18:08:58 +09:00
TODO update TODO 2024-02-19 11:18:11 +00:00

Systemd

System and Service Manager

Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
CentOS CI - CentOS 9
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Weblate
Coverage Status
Packaging status
OpenSSF Scorecard

Details

Most documentation is available on systemd's web site.

Assorted, older, general information about systemd can be found in the systemd Wiki.

Information about build requirements is provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the Code Map for information about this repository's layout and content.

Please see the Hacking guide for information on how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list, join our IRC channel #systemd on libera.chat or Matrix channel

Stable branches with backported patches are available in the stable repo.