Zbigniew Jędrzejewski-Szmek
b6abc2acb4
Merge pull request #16568 from poettering/creds-store
...
credentials logic to pass privileged data to services
2020-08-26 10:32:30 +02:00
Lennart Poettering
60cc90b959
man: document nspawn's new credential switches
2020-08-25 19:46:14 +02:00
Lennart Poettering
3220cf394c
man: document pid1's new credentials logic
2020-08-25 19:45:57 +02:00
Lennart Poettering
05c8e12c47
man: document new homectl --recovery-key= switch
2020-08-25 18:14:55 +02:00
Zbigniew Jędrzejewski-Szmek
3b9d671754
Merge pull request #16676 from poettering/repart-mkfs
...
repart: add new settings Format=, CopyFiles=, Encrypt= and teach --size= a new value "auto"
2020-08-25 12:19:46 +02:00
Zbigniew Jędrzejewski-Szmek
9f56c88aeb
Merge pull request #16819 from keszybz/seccomp-enosys
...
Return ENOSYS in nspawn for "unknown" syscalls
2020-08-25 09:18:46 +02:00
Zbigniew Jędrzejewski-Szmek
d521e6993d
Merge pull request #16824 from keszybz/no-such-unit-error
...
Add sd_bus_error_has_names() and use it to catch BUS_ERROR_NO_SUCH_UNIT
2020-08-25 09:16:25 +02:00
Lennart Poettering
dfb4d0ae0d
man: document new repart features
2020-08-24 22:00:52 +02:00
Lennart Poettering
a54342b371
man: document ProtectProc= and ProcSubset=
2020-08-24 20:11:24 +02:00
Lennart Poettering
68dd195c1b
man: drop reference to long gone .busname unit type
...
Seems we missed one occurence.
2020-08-24 20:08:52 +02:00
Zbigniew Jędrzejewski-Szmek
95aac01259
shared: add @known syscall list
2020-08-24 20:04:17 +02:00
Zbigniew Jędrzejewski-Szmek
2b07ec316a
sd-bus: add a variant of sd_bus_error_has_name() that takes multiple names
2020-08-24 19:48:22 +02:00
Jan Chren
be3f62faf5
man: fix a fix of a typo in systemd.service example
...
The fix from cb263973ac was made the other way around,
i.e. `SIGKILL` was changed to `SIGUSR1`, but the sentence is about a "termination signal", i.e. `SIGKILL`, not `SIGUSR1`.
2020-08-24 17:04:01 +02:00
Zbigniew Jędrzejewski-Szmek
35f4e010da
man: add RootImageOptions and associated bits to dbus api docs
...
Relevant commits:
b3d133148e ,
18d7370587 .
2020-08-22 12:39:01 +02:00
Zbigniew Jędrzejewski-Szmek
9653108f11
man: update autogenerated dbus api lists
...
We forgot to do this before the release :(
Relavant commits are:
4e11ddfdd3 ,
0bb007f7a2 ,
a3d19f5d99 ,
bf76080180 ,
4793c31083 .
Suitable for backporting.
2020-08-22 12:36:43 +02:00
Zbigniew Jędrzejewski-Szmek
d3fcecf3c9
man: import lxml formatting changes
...
lxml insists on this, see 4fb222c4b2 .
2020-08-22 12:28:49 +02:00
Zbigniew Jędrzejewski-Szmek
eea63c03b9
Merge pull request #16808 from yuwata/test-network-reconfigure-routing-policy-rules
...
add a test case for [RoutingPolicyRule] and fix minor issue in man page
2020-08-21 14:20:52 +02:00
Lennart Poettering
9aab8d7a98
Merge pull request #16804 from keszybz/conditionals-and-spelling-fixes
...
Conditionals and spelling fixes
2020-08-21 13:36:30 +02:00
Zbigniew Jędrzejewski-Szmek
3fb01017ee
Merge pull request #16686 from bluca/mount_images_opts
...
core: add mount options support for MountImages
2020-08-21 10:11:08 +02:00
Yu Watanabe
d91b9bbce8
man: fix invalid tag place
2020-08-21 15:30:05 +09:00
Zbigniew Jędrzejewski-Szmek
bb5a34fb3e
man: add conditionals to more man pages
...
Fixes #16701 .
2020-08-20 17:42:13 +02:00
Zbigniew Jędrzejewski-Szmek
4338ab8163
meson: fix build/man/{man,html} to support page redirects
...
Commands like build/man/man journald.conf.d would show the installed
man page (or an error if the page cannot be found in the global search
path), and not the one in the build directory. If the man page is
a redirect, or the .html is a symlink, resolve it, build the target,
and show that.
2020-08-20 17:42:13 +02:00
Luca Boccassi
427353f668
core: add mount options support for MountImages
...
Follow the same model established for RootImage and RootImageOptions,
and allow to either append a single list of options or tuples of
partition_number:options.
2020-08-20 14:45:40 +01:00
Luca Boccassi
9ece644435
core: change RootImageOptions to use names instead of partition numbers
...
Follow the designations from the Discoverable Partitions Specification
2020-08-20 13:58:02 +01:00
Lennart Poettering
476cfe626d
core: remove support for ConditionNull=
...
The concept is flawed, and mostly useless. Let's finally remove it.
It has been deprecated since 90a2ec10f2 (6
years ago) and we started to warn since
55dadc5c57 (1.5 years ago).
Let's get rid of it altogether.
2020-08-20 14:01:25 +02:00