summaryrefslogtreecommitdiffstats
path: root/catalog (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-09hwdb: Fix kbd brightness keys on Acer Predator PH 315-52Jian-Hong Pan1-0/+5
Acer defines Fn+F9/10 as keyboard brightness down/up on Predator PH 315-52 laptop. So, add the quirk to correct key mappings.
2020-04-09pid1: by default make user units inherit their umask from the user managerFranck Bui4-4/+35
This patch changes the way user managers set the default umask for the units it manages. Indeed one can expect that if user manager's umask is redefined through PAM (via /etc/login.defs or pam_umask), all its children including the units it spawns have their umask set to the new value. Hence make user units inherit their umask value from their parent instead of the hard coded value 0022 but allow them to override this value via their unit file. Note that reexecuting managers with 'systemctl daemon-reexec' after changing UMask= has no effect. To take effect managers need to be restarted with 'systemct restart' instead. This behavior was already present before this patch. Fixes #6077.
2020-04-09manager: also log at debug level failure to read oom_score_adjZbigniew Jędrzejewski-Szmek1-2/+9
2020-04-09manager: add CoredumpFilter= settingZbigniew Jędrzejewski-Szmek13-0/+160
Fixes #6685.
2020-04-09Add parser and printer for coredump filter maskZbigniew Jędrzejewski-Szmek5-0/+175
2020-04-09man: add missing varname around keywords in systemd.unit.xmlLuca Boccassi1-1/+2
2020-04-09man: explicitly note that ExecSt*Post does count for After/Before orderingLuca Boccassi2-2/+8
2020-04-09basic/parse-util: add safe_atoux64()Zbigniew Jędrzejewski-Szmek3-3/+52
2020-04-09sleep: improve log msg slightlyLennart Poettering1-1/+1
Let's make the log msgs a bit longer, to make clearer what is going on here... Prompted bymy attempts to debug #15354
2020-04-09mount-setup: change the system mount propagation to shared by default only ↵Wen Yang3-4/+4
at bootup The commit b3ac5f8cb987 has changed the system mount propagation to shared by default, and according to the following patch: https://github.com/opencontainers/runc/pull/208 When starting the container, the pouch daemon will call runc to execute make-private. However, if the systemctl daemon-reexec is executed after the container has been started, the system mount propagation will be changed to share again by default, and the make-private operation above will have no chance to execute.
2020-04-09systemctl: show Environment entries with whitespaceZbigniew Jędrzejewski-Szmek1-9/+12
This makes the Environment entries more round-trippable: a similar format is used for input and output. It is certainly more useful for users, because showing [unprintable] on anything non-trivial makes systemctl show -p Environment useless in many cases. Fixes: #14723 and https://bugzilla.redhat.com/show_bug.cgi?id=1525593. $ systemctl --user show -p Environment run-*.service Environment=ASDF=asfd "SPACE= " Environment=ASDF=asfd "SPACE=\n\n\n" Environment=ASDF=asfd "TAB=\t\\" "FOO=X X"
2020-04-09shared/escape: add new escape style with \n\t escapedZbigniew Jędrzejewski-Szmek3-8/+30
2020-04-09systemd-run: add --slice-inheritMarc-André Lureau2-9/+58
Add a new option to easily place a slice within the systemd-run slice.
2020-04-09man: correct the default slice for systemd-run unitsLennart Poettering1-2/+4
As suggested in #15362
2020-04-08test-terminal-util: fix typoLennart Poettering1-1/+1
2020-04-08terminal-util: fixate underlined yellow color tooLennart Poettering1-1/+1
non-underlined yellow uses RGB ANSI sequences while the underlined version uses the paletted ANSI sequences. Let's unify that and use the RGB sequence for both cases, so that underlined or not doesn't alter the color.
2020-04-08catalog: add entry for SD_MESSAGE_UNSAFE_USER_NAMELennart Poettering1-0/+23
2020-04-08docs: hook up the new USER_NAMES document everywhereLennart Poettering4-8/+18
(Also correct the set of names we accept in User=, which was forgotten to be updated in ae480f0b09aec815b64579bb1828ea935d8ee236.