Find a file
Adrian Vovk a4d72746c7 homework: Handle Update & Create w/ blob dir
Introduces new extended variants of the various incarnations of
Create and Update, which take a map of filenames to FDs. This map is
then used to populate the bulk directory.

FDs are used to prevent the client from abusing homed's blob directory
permissions (everything is made world-readable by homed) to open files
that they normally aren't allowed to open. Passing along an FD ensures
that the client has read access to the file it wants homed to make
world-readable.

Internally, homework uses the map to overwrite the system blob dir.
Later, homework's existing blob dir reconciliation logic will propagate
the new contents from the system blob dir into the embedded blob
dir
2024-02-19 11:18:11 +00:00
.clusterfuzzlite
.github build(deps): bump systemd/mkosi 2024-02-09 16:28:12 +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
docs user-record: Add blobDirectory and blobManifest 2024-02-19 11:18:11 +00:00
factory
hwdb.d hwdb: Remove version check in CH Pro Pedals rule 2024-02-16 12:07:17 +00:00
LICENSES
man homework: Handle Update & Create w/ blob dir 2024-02-19 11:18:11 +00:00
mime
mkosi.conf.d
mkosi.images Install pacman in Arch Linux image 2024-02-09 12:41:54 +00:00
modprobe.d
network
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
shell-completion user-record: Add languages field 2024-02-13 17:39:14 -05:00
src homework: Handle Update & Create w/ blob dir 2024-02-19 11:18:11 +00:00
sysctl.d
sysusers.d
test Merge pull request #31364 from bluca/vpick_ext 2024-02-19 11:15:54 +00:00
tmpfiles.d
tools meson-vcs-tag: Say version format specification 2024-02-14 19:58:19 +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 Merge pull request #31320 from DaanDeMeyer/versioning 2024-02-15 20:15:04 +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.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 TODO: fix typo 2024-02-18 07:15:01 +09: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.