1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00
Backports of patch from systemd git to stable distributions
Go to file
Luca BRUNO 6ab318435e sysusers: only check whether the requested GID is available
This relaxes the availability check when creating a group, if an
explicit GID has been requested.
It avoids mixing up users and groups entries with valid and unique
UIDs/GIDs, but each having the same ID number.

(cherry picked from commit 6b6e45eb73)
(cherry picked from commit ec5a46ca34)
2022-11-04 13:02:20 +01:00
.github mkosi: Remove Arch nspawn workaround 2022-03-05 21:03:32 +00:00
.lgtm/cpp-queries ci: pack-ify our custom CodeQL queries and enable them in Actions 2021-12-07 14:57:09 +01:00
.semaphore semaphoreci: move runner from Bionic to Focal 2022-04-29 00:13:13 +01:00
catalog meson: do not use split() in file lists 2022-03-05 21:03:32 +00:00
coccinelle Change all fixed-path bash shebangs to /u/b/env bash outside test/ 2021-12-12 21:13:50 +01:00
docs docs: swap Name and Partition Type UUID in header 2022-03-05 21:03:32 +00:00
factory/etc
hwdb.d hwdb: analyzers: remove generic "STM Device in DFU Mode" 2022-07-13 13:15:56 +02:00
LICENSES
man man: Clarify that tools should prefer mount units over editing fstab 2022-11-04 13:02:20 +01:00
mkosi.default.d mkosi: drop libiptc from build for Fedora 2022-05-26 12:36:33 +01:00
modprobe.d
network
po
presets units: enable systemd-network-generator by default 2021-12-16 09:49:39 +01:00
rules.d meson: do not use split() in file lists 2022-03-05 21:03:32 +00:00
shell-completion bash-completion: resolvectl: add missing options and verb 2022-05-25 16:39:32 +02:00
src sysusers: only check whether the requested GID is available 2022-11-04 13:02:20 +01:00
sysctl.d
sysusers.d
test integritysetup: do not use crypt_init_data_device after crypt_init 2022-11-04 13:02:20 +01:00
tmpfiles.d
tools docs: swap Name and Partition Type UUID in header 2022-03-05 21:03:32 +00:00
units pstore: do not try to load all known pstore modules 2022-11-03 16:38:28 +01:00
xorg
.clang-format clang-format: we actually typically use 16ch continuation indentation 2022-03-05 21:03:32 +00:00
.ctags
.dir-locals.el
.editorconfig
.gitattributes
.gitignore emacs: ignore .dir-locals-2.el (personal customization) versioning 2022-07-13 13:30:44 +02:00
.lgtm.yml
.mailmap
.packit.yml packit: drop bfq patch 2022-04-02 01:56:36 +09:00
.vimrc
.ycm_extra_conf.py
configure
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt boot, meson: allow statically linked build 2021-12-14 09:58:27 +09:00
meson.build meson: fix broken boolean kwarg 2022-11-04 13:02:20 +01:00
mkosi.build ci: check for failed services after boot 2021-12-10 10:25:43 +01:00
mkosi.postinst ci: check for failed services after boot 2021-12-10 10:25:43 +01:00
NEWS NEWS: adjust links to moved pages 2022-01-12 22:10:30 +01:00
README meson: Drop required libfdisk version to 2.32 2022-03-05 21:03:32 +00:00
README.md Fix loading of graphs 2021-12-14 15:27:25 +09:00
TODO docs: use https:// for fd.o links 2022-01-12 22:10:51 +01:00

Systemd

System and Service Manager

Count of open issues over time Count of open pull requests over time Semaphore CI 2.0 Build Status
Coverity Scan Status
OSS-Fuzz Status
CIFuzz
CII Best Practices
Language Grade: C/C++
CentOS CI - CentOS 8
CentOS CI - Arch
CentOS CI - Arch (sanitizers)
Fossies codespell report
Coverage Status
Packaging status

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 or join our IRC channel.

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