]> git.ipfire.org Git - thirdparty/systemd.git/log
thirdparty/systemd.git
4 years agoChange all fuzzing links to point to OSS-Fuzz site
Lynn Kirby [Mon, 17 Feb 2020 22:23:34 +0000 (17:23 -0500)] 
Change all fuzzing links to point to OSS-Fuzz site

4 years agodocs: fix HACKING.md broken links
Lynn Kirby [Mon, 10 Feb 2020 21:50:52 +0000 (16:50 -0500)] 
docs: fix HACKING.md broken links

4 years agofixed typo in systemd.netdev Documentation for L2TP
tsia [Sun, 16 Feb 2020 16:39:48 +0000 (17:39 +0100)] 
fixed typo in systemd.netdev Documentation for L2TP

4 years agosystemd: Fix busctl crash on aarch64 when setting output table format
Alin Popa [Fri, 14 Feb 2020 08:33:43 +0000 (09:33 +0100)] 
systemd: Fix busctl crash on aarch64 when setting output table format

The enum used for column names is integer type while table_set_display() is parsing
arguments on size_t alignment which may result in assert in table_set_display() if
the size between types missmatch. This patch cast the enums to size_t.
It also fixes all other occurences for table_set_display() and
table_set_sort().

4 years agosystemd: Fix busctl crash on aarch64 when setting output table format
Alin Popa [Fri, 14 Feb 2020 08:33:43 +0000 (09:33 +0100)] 
systemd: Fix busctl crash on aarch64 when setting output table format

The enum used for column names is integer type while table_set_display() is parsing
arguments on size_t alignment which may result in assert in table_set_display() if
the size between types missmatch. This patch cast the enums to size_t.
An alternative solution would be to change the table_set_display() function
arguments to unsigned type.

4 years agomakefs: strdup arguments to mkfs
Oliver Giles [Thu, 13 Feb 2020 06:55:57 +0000 (08:55 +0200)] 
makefs: strdup arguments to mkfs

Don't pass values from argv[] directly to child process forked using
safe_fork, because it clears argv[]. strdup them first.

4 years agoMerge pull request #14833 from kpfleming/multiple-ipv6token-addresses
Yu Watanabe [Tue, 11 Feb 2020 17:10:44 +0000 (02:10 +0900)] 
Merge pull request #14833 from kpfleming/multiple-ipv6token-addresses

Support multiple IPv6Token 'static' addreses on an interface

4 years agoMerge pull request #14849 from mrc0mmand/lgtm-override-TMPDIR
Evgeny Vereshchagin [Tue, 11 Feb 2020 16:15:48 +0000 (19:15 +0300)] 
Merge pull request #14849 from mrc0mmand/lgtm-override-TMPDIR

lgtm: set TMPDIR to /var/tmp

4 years agoMerge pull request #14584 from ssahani/tc-handle
Yu Watanabe [Mon, 10 Feb 2020 21:17:48 +0000 (06:17 +0900)] 
Merge pull request #14584 from ssahani/tc-handle

network:tc add support for qdisc handle

4 years agolgtm: use the system version of meson 14849/head
Frantisek Sumsal [Mon, 10 Feb 2020 18:42:44 +0000 (19:42 +0100)] 
lgtm: use the system version of meson

LGTM was upgraded to Ubuntu Eoan, so the meson there is pretty new.
Also, the pip command didn't work anyway, since it didn't attempt to
update the previously installed meson.

4 years agolgtm: set TMPDIR to /var/tmp
Frantisek Sumsal [Mon, 10 Feb 2020 17:35:36 +0000 (18:35 +0100)] 
lgtm: set TMPDIR to /var/tmp

`/tmp` has `noexec` set in the LGTM infrastructure which breaks meson's
compilation checks. Let's use `/var/tmp` for now, until the issue is
properly resolved

See: https://discuss.lgtm.com/t/meson-fails-to-determine-sizes-of-basic-data-types/2639

4 years agoRevert "Support Plugable UD-PRO8 dock"
Zbigniew Jędrzejewski-Szmek [Mon, 10 Feb 2020 16:19:52 +0000 (17:19 +0100)] 
Revert "Support Plugable UD-PRO8 dock"

This reverts commit 95f2b4dd237faa57fd3e93245d560e47cdedfc2c.

Unfortunately the same usb hub is used in other places, and causes
numerous regressions (#14822,
https://bugzilla.redhat.com/show_bug.cgi?id=1800820). Let's revert
until a non-regressing approach is found.

4 years agofix typo in object field
Chris Murphy [Mon, 10 Feb 2020 06:54:12 +0000 (23:54 -0700)] 
fix typo in object field

# homectl create hack --fs-type=btrfs
Unexpected object field 'fileSytemType'.

4 years agonetwork: Allow multiple IPv6Token 'static' items to generate addresses 14833/head
Kevin P. Fleming [Sun, 9 Feb 2020 12:25:59 +0000 (07:25 -0500)] 
network: Allow multiple IPv6Token 'static' items to generate addresses

This patch allows multiple addresses using 'static' IPv6Tokens to
be generated for a single network interface.

4 years agotest-network: add tests for qdisc Handle= 14584/head
Yu Watanabe [Mon, 10 Feb 2020 07:44:19 +0000 (16:44 +0900)] 
test-network: add tests for qdisc Handle=

4 years agonetwork: add support for qdisc handle
Susant Sahani [Mon, 10 Feb 2020 07:05:35 +0000 (16:05 +0900)] 
network: add support for qdisc handle

4 years agonetwork: fix indentation
Yu Watanabe [Mon, 10 Feb 2020 06:55:04 +0000 (15:55 +0900)] 
network: fix indentation

4 years agonetwork: Make address_hash_ops available outside of networkd-address.c
Kevin P. Fleming [Sun, 9 Feb 2020 12:18:35 +0000 (07:18 -0500)] 
network: Make address_hash_ops available outside of networkd-address.c

In order to allow other parts of systemd-networkd to use sets/hashmaps
of Address objects, the address_hash_ops structure needs to be made
available to them.

4 years agonetwork: Document the lack of actual DAD usage in prefixstable algorithm 14831/head
Kevin P. Fleming [Sat, 8 Feb 2020 20:40:40 +0000 (15:40 -0500)] 
network: Document the lack of actual DAD usage in prefixstable algorithm

The RFC 7217 (prefixstable) algorithm can use Duplicate Address
Detection to produce multiple candidate addresses, but the implementation
here does not currently employ that mechanism.

4 years agonetwork: Rewrite IPv6Token documentation for new modes
Kevin P. Fleming [Sat, 8 Feb 2020 20:36:37 +0000 (15:36 -0500)] 
network: Rewrite IPv6Token documentation for new modes

This patch provides new documentation for IPv6Token,
reflecting the new modes (and the existing mode), and documents
various caveats users should be aware of when using these
modes.

4 years agonetwork: Correct typo and naming in error message
Kevin P. Fleming [Sat, 8 Feb 2020 20:35:47 +0000 (15:35 -0500)] 
network: Correct typo and naming in error message

This error message will be emitted when any form of SLAAC address
generation fails, not just 'prefix stable', so the message should
only refer to SLAAC.

4 years agonetwork: Improve variable name for address generation
Kevin P. Fleming [Sat, 8 Feb 2020 20:34:35 +0000 (15:34 -0500)] 
network: Improve variable name for address generation

The logic which can produce an IPv6 address using SLAAC produces an
address, not a prefix, so the boolean variable used to detect whether
it succeeded should reflect that.

4 years agoMerge pull request #14836 from yuwata/network-fix-ipv6-token-parser
Yu Watanabe [Mon, 10 Feb 2020 06:16:31 +0000 (15:16 +0900)] 
Merge pull request #14836 from yuwata/network-fix-ipv6-token-parser

network: fix IPv6Token= parser

4 years agotest-network: tentatively stops .socket units for udevd 14836/head
Yu Watanabe [Sun, 9 Feb 2020 15:43:58 +0000 (00:43 +0900)] 
test-network: tentatively stops .socket units for udevd

To suppress the following warning:
---
Warning: Stopping systemd-udevd.service, but it can still be activated by:
  systemd-udevd-control.socket
  systemd-udevd-kernel.socket

4 years agonetwork: Add test for explicit 'static' IPv6Token
Kevin P. Fleming [Sun, 9 Feb 2020 01:27:06 +0000 (20:27 -0500)] 
network: Add test for explicit 'static' IPv6Token

Add a test case for an explicitly-specified 'static' IPv6Token.

Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
4 years agonetwork fix parser for IPv6Token=
Yu Watanabe [Sun, 9 Feb 2020 15:40:13 +0000 (00:40 +0900)] 
network fix parser for IPv6Token=

extract_first_word() drops multiple ':'. So, it is not suitable for
parsing 'static' case.

4 years agotest: give systemd chance to actually start the unit
Frantisek Sumsal [Mon, 3 Feb 2020 12:07:45 +0000 (13:07 +0100)] 
test: give systemd chance to actually start the unit

In certain cases the expected enqueue-start-replace-continue
sequence would end up as enqueue-replace-start-continue which causes
unexpected fails even though the serialization/deserialization part
works as expected. As we can't use `--wait` in this case, let's give
sysetmd a second to actually start the unit before replacing it with
another one.

Also, switch from the single-letter test output to a bit verbose format.

Fixes: #14632
4 years agoportablectl: add --now and --enable to attach/detach
Luca Boccassi [Thu, 23 Jan 2020 16:50:15 +0000 (16:50 +0000)] 
portablectl: add --now and --enable to attach/detach

Add shortcuts to enable and start, or disable and stop, portable
services with a single portablectl command.
Allow to pass a filter on detach, as it's necessary to call
GetImageMetadata to get the unit names associated with an image.

Fixes #10232

4 years agoMerge pull request #14805 from yuwata/network-ipv6-token-follow-up
Zbigniew Jędrzejewski-Szmek [Fri, 7 Feb 2020 16:05:33 +0000 (17:05 +0100)] 
Merge pull request #14805 from yuwata/network-ipv6-token-follow-up

network: rename eui64 to static

4 years agoMerge pull request #14784 from yuwata/network-rename-qdisc-follow-up
Zbigniew Jędrzejewski-Szmek [Fri, 7 Feb 2020 14:41:05 +0000 (15:41 +0100)] 
Merge pull request #14784 from yuwata/network-rename-qdisc-follow-up

network: introduce [QDisc] section to support Parent=ingress or clsact

4 years agohwdb: Fix touchpad toggle on WeiHeng P325J
Matthew Leeds [Fri, 7 Feb 2020 00:30:25 +0000 (16:30 -0800)] 
hwdb: Fix touchpad toggle on WeiHeng P325J

On the WeiHeng P325J laptop, Fn+F2 sends LeftWindow (0xe0 0x5b) +
LeftCtrl (0x1d) + F24 (0x76). Add a quirk to remap the 0x76 to F21 which
toggles the touchpad. The Ctrl + Win part is handled in userspace, e.g
by gnome-settings-daemon here:
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/commit/f545950fe

This is analogous to what was done for the T-bao hardware here:
https://github.com/systemd/systemd/commit/d4a5df521d

4 years agojournal: fix log message
Yu Watanabe [Fri, 7 Feb 2020 05:11:11 +0000 (14:11 +0900)] 
journal: fix log message

4 years agorepart: do not quit earlier when --empty=force
Yu Watanabe [Fri, 7 Feb 2020 08:32:41 +0000 (17:32 +0900)] 
repart: do not quit earlier when --empty=force

Follow-up for 0ae5ffe0630aecd91b00af0ddd90c32c2d9c663b.

4 years agol10n: update Ukrainian translation
Yuri Chornoivan [Fri, 7 Feb 2020 10:40:54 +0000 (12:40 +0200)] 
l10n: update Ukrainian translation

4 years agotest-network: add test for teql 14784/head
Yu Watanabe [Thu, 6 Feb 2020 08:53:04 +0000 (17:53 +0900)] 
test-network: add test for teql

4 years agonetwork: tc: support teql
Yu Watanabe [Thu, 6 Feb 2020 08:52:24 +0000 (17:52 +0900)] 
network: tc: support teql

Closes #14792.

4 years agotest-network: add more tests for traffic control
Yu Watanabe [Wed, 5 Feb 2020 10:23:11 +0000 (19:23 +0900)] 
test-network: add more tests for traffic control

4 years agonetwork: fix ABRT 14805/head
Yu Watanabe [Fri, 7 Feb 2020 04:35:29 +0000 (13:35 +0900)] 
network: fix ABRT

Fixes #14811 and oss-fuzz#20548.

4 years agonetwork: update log message
Yu Watanabe [Wed, 5 Feb 2020 12:12:34 +0000 (21:12 +0900)] 
network: update log message

4 years agonetwork: append period if error message provided by kernel does not contain it
Yu Watanabe [Wed, 5 Feb 2020 12:09:03 +0000 (21:09 +0900)] 
network: append period if error message provided by kernel does not contain it

4 years agonetwork: drop redundant %m
Yu Watanabe [Wed, 5 Feb 2020 12:02:05 +0000 (21:02 +0900)] 
network: drop redundant %m

4 years agonetwork: introduce new [QDisc] section to support Parent=ingress
Yu Watanabe [Wed, 5 Feb 2020 10:10:33 +0000 (19:10 +0900)] 
network: introduce new [QDisc] section to support Parent=ingress

Follow-up for 18de0969c5763ce119692b59f8622c379e79c6cc.

4 years agocore: sync SeccompParseFlags between dbus-execute and load-fragment
Anita Zhang [Thu, 6 Feb 2020 23:34:17 +0000 (15:34 -0800)] 
core: sync SeccompParseFlags between dbus-execute and load-fragment

9e486265716963439fb0fd7f2a97abf109f24f75 added some new syscalls to the
filter lists. However, on systems that do not yet support the new calls,
running systemd-run with the filter set results in error:

```
$ sudo systemd-run -t -r -p "SystemCallFilter=~@mount" /bin/true
Failed to start transient service unit: Invalid argument
```

Having the same properties in a unit file will start the service
without issue. This is because the load-fragment code will parse the
syscall filters in permissive mode:
https://github.com/systemd/systemd/blob/master/src/core/load-fragment.c#L2909
whereas the dbus-execute equivalent of the code does not.

Since the permissive mode appears to be the right setting to support
older kernels/libseccomp, this will update the dbus-execute parsing
to also be permissive.

4 years agonetwork: rename eui64 to static
Yu Watanabe [Thu, 6 Feb 2020 11:05:16 +0000 (20:05 +0900)] 
network: rename eui64 to static

See RFC 4291.

Follow-up for 5f506a55606fed9fd74b851a18f15a9835a26d08.

4 years agochromiumos: sync auto suspend rules with chromeos commit e348a229bacc3
Mario Limonciello [Thu, 6 Feb 2020 15:55:42 +0000 (09:55 -0600)] 
chromiumos: sync auto suspend rules with chromeos commit e348a229bacc3

Enables autosuspend for the following:
    - Microchip (Composite HID + CDC)
    - i915
    - proc_thermal
    - xchi_hdc
    - snd_hda
    - pcieport
    - lpc_ich
    - iosf_mbi_pci
    - Realtek RTL8822C BT

4 years agoMerge pull request #14813 from keszybz/renames-and-null-printf
Yu Watanabe [Fri, 7 Feb 2020 04:21:17 +0000 (13:21 +0900)] 
Merge pull request #14813 from keszybz/renames-and-null-printf

Rename follow-up and gcc warning fix

4 years agocore/selinux-access: use _cleanup_ and improve logging 14813/head
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 20:39:40 +0000 (21:39 +0100)] 
core/selinux-access: use _cleanup_ and improve logging

Instead of setting the bus error structure and then freeing it, let's only set
it if used. If we will ignore the selinux denial, say ", ignore" to make this
clear. Also, use _cleanup_ to avoid gotos.

4 years agorepart: quit earlier if no .conf file exists
Yu Watanabe [Thu, 6 Feb 2020 14:43:02 +0000 (23:43 +0900)] 
repart: quit earlier if no .conf file exists

Fixes #14804.

4 years agobasic/selinux-util: expose _cleanup_freecon_
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 20:37:49 +0000 (21:37 +0100)] 
basic/selinux-util: expose _cleanup_freecon_

4 years agocore/selinux-access: do not use NULL for %s
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 20:16:08 +0000 (21:16 +0100)] 
core/selinux-access: do not use NULL for %s

../src/core/selinux-access.c: In function ‘mac_selinux_generic_access_check’:
../src/basic/log.h:223:27: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
../src/core/selinux-access.c:235:85: note: format string is defined here
  235 |                         log_warning_errno(errno, "SELinux getcon_raw failed (tclass=%s perm=%s): %m", tclass, permission);
      |                                                                                     ^~

I wonder why nobody ever noticed this.

Fixes #14691 (other issues listed in that ticket have already been fixed).

4 years agonetwork: also change fair_queue_traffic_policing→fair_queueing
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 14:55:43 +0000 (15:55 +0100)] 
network: also change fair_queue_traffic_policing→fair_queueing

Follow-up for ca58d00c68bce8ac33439fccd81491bf04205fc5. I messed
up the "ing" suffix in the regex when doing the initial patch.

4 years agoselinux: update log message to suppress warning by coverity
Yu Watanabe [Thu, 6 Feb 2020 10:47:28 +0000 (19:47 +0900)] 
selinux: update log message to suppress warning by coverity

Fixes CID#1417440 and CID#1417438.

4 years agoMerge pull request #14800 from keszybz/ask-password-echo
Yu Watanabe [Thu, 6 Feb 2020 14:49:54 +0000 (23:49 +0900)] 
Merge pull request #14800 from keszybz/ask-password-echo

ask-password: give a hint to cancel echo

4 years agosysctl: fix segfault
Yu Watanabe [Thu, 6 Feb 2020 10:13:11 +0000 (19:13 +0900)] 
sysctl: fix segfault

Fixes #14801.

4 years agoshared/ask-password-api: show "(press TAB for no echo)" 14800/head
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 08:50:35 +0000 (09:50 +0100)] 
shared/ask-password-api: show "(press TAB for no echo)"

For #8495: it is arguably useful to not show the length of the password
in public spaces. It is possible to press TAB or BS to cancel the asterisks,
but this is not very discoverable. Let's make it discoverable by showing
a message (in gray). The message is "erased" after the first character
is entered.

4 years agoshared/ask-password-api: return "error" when dialogue is cancelled
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 08:32:16 +0000 (09:32 +0100)] 
shared/ask-password-api: return "error" when dialogue is cancelled

test-ask-password-api would crash if ^D was pressed.
If think the callers generally expect a non-empty strv as reply. Let's
return an error if we have nothing to return.

Also modernize test-ask-password-api a bit.

4 years agoMerge pull request #14156 from fbuihuu/deal-with-aliases-when-disabling
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 09:46:21 +0000 (10:46 +0100)] 
Merge pull request #14156 from fbuihuu/deal-with-aliases-when-disabling

Consider aliases in /usr when disabling units

4 years agocore: do not prepare a SELinux context for dummy files for devicenode bind-mounting
Christian Göttsche [Tue, 4 Feb 2020 17:07:07 +0000 (18:07 +0100)] 
core: do not prepare a SELinux context for dummy files for devicenode bind-mounting

Let systemd create the dummy file where a device node will be mounted on with the default label for the parent directory (e.g. /tmp/namespace-dev-yTMwAe/dev/).

Fixes: #13762
4 years agofirstboot: add missing check
Zbigniew Jędrzejewski-Szmek [Thu, 6 Feb 2020 08:19:46 +0000 (09:19 +0100)] 
firstboot: add missing check

If we check length of 'a', we must do the same for 'b'.

4 years agoman: fix typo in systemd.unit man page
Will Fleming [Thu, 6 Feb 2020 01:48:44 +0000 (20:48 -0500)] 
man: fix typo in systemd.unit man page

This commit fixes a minor typo: "setttings" -> "settings".

4 years agonetwork: remove unnecessary link->ifname from debug log statements
Mike Gilbert [Wed, 5 Feb 2020 16:04:50 +0000 (11:04 -0500)] 
network: remove unnecessary link->ifname from debug log statements

Since 98b0299479a68ffd414888368907fc776a46b82a, we log the interface
name automatically via log_link_debug().

Fixes: https://github.com/systemd/systemd/issues/14782
4 years agosd-journal: close journal files that were deleted by journald before we've setup...
Michal Sekletár [Tue, 4 Feb 2020 13:23:14 +0000 (14:23 +0100)] 
sd-journal: close journal files that were deleted by journald before we've setup inotify watch

Fixes #14695

4 years agounits: drop OnFailure= from .target units
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 12:11:01 +0000 (13:11 +0100)] 
units: drop OnFailure= from .target units

See c80a9a33d04fb4381327a69ce929c94a9f1d0e6c, target units can't fail.
I guess we need to figure out some replacement functionality, but at least
let's avoid the warning from systemd for now.

4 years agocgroup: systemctl: Don't display NULL if protection was set to max
Chris Down [Wed, 5 Feb 2020 12:12:52 +0000 (12:12 +0000)] 
cgroup: systemctl: Don't display NULL if protection was set to max

Inside format_bytes, we return NULL if the value is UINT64_MAX. This
makes some kind of sense where this has some other semantic meaning than
being a value, but in this case the value is both a.) not the default
(so we definitely want to display it), and b.) means "infinity" (or
"max" in cgroup terminology).

This patch adds a small wrapper around format_bytes that can be used for
these cases, to avoid the following situation:

    [root@tangsanjiao ~]# cat /sys/fs/cgroup/workload.slice/memory.low
    max
    [root@tangsanjiao ~]# systemctl show workload.slice -p MemoryLow
    MemoryLow=infinity
    [root@tangsanjiao ~]# systemctl status workload.slice | grep low:
Memory: 14.9G (low: (null))

After the patch:

    [root@tangsanjiao ~]# systemctl status workload.slice | grep low:
Memory: 15.1G (low: infinity)

4 years agodocs: Correct resource weight range
Michal Koutný [Wed, 5 Feb 2020 16:21:32 +0000 (17:21 +0100)] 
docs: Correct resource weight range

4 years agoMerge pull request #14415 from ssahani/prefixstable-rfc-7217-new
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 16:05:33 +0000 (17:05 +0100)] 
Merge pull request #14415 from ssahani/prefixstable-rfc-7217-new

network: Allow to specify multiple IPv6Token for SLAAC

4 years agopolkit: remove unused variable
Yu Watanabe [Wed, 5 Feb 2020 10:40:23 +0000 (19:40 +0900)] 
polkit: remove unused variable

Follow-up for 637486261528e8aa3da9f26a4487dc254f4b7abb.

4 years agogithub: remove direct paypal link
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 12:26:27 +0000 (13:26 +0100)] 
github: remove direct paypal link

Fixes #14786. I think it is enough if we provide the link to
SPI which sports a prominent paypal link too.

4 years agomeson: bump version numbers for v245 v245-rc1
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 08:51:59 +0000 (09:51 +0100)] 
meson: bump version numbers for v245

4 years agoNEWS: add contributors for v245
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 08:49:46 +0000 (09:49 +0100)] 
NEWS: add contributors for v245

4 years agoNEWS: mention the operational state changes
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 09:20:40 +0000 (10:20 +0100)] 
NEWS: mention the operational state changes

4 years agoMerge branch 'polkit-ref-count'
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 08:37:07 +0000 (09:37 +0100)] 
Merge branch 'polkit-ref-count'

4 years agoMerge pull request #14536 from DaanDeMeyer/wait-online-max-operstate
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 09:16:29 +0000 (10:16 +0100)] 
Merge pull request #14536 from DaanDeMeyer/wait-online-max-operstate

wait-online: add maximum operational state option

4 years agoNEWS: mention SuppressPrefixLength=
Yu Watanabe [Wed, 5 Feb 2020 09:04:58 +0000 (18:04 +0900)] 
NEWS: mention SuppressPrefixLength=

4 years agotest: adapt to the new capsh format
Frantisek Sumsal [Tue, 4 Feb 2020 12:49:01 +0000 (13:49 +0100)] 
test: adapt to the new capsh format

Since libcap v2.29 the format of cap_to_text() has been changed which
makes certain `test-execute` subtest fail. Let's remove the offending
part of the output (dropped capabilities) to make it compatible with
both the old and the new libcap.

4 years agotest-network: add tests for IPv6Token= 14415/head
Yu Watanabe [Sun, 26 Jan 2020 12:18:45 +0000 (21:18 +0900)] 
test-network: add tests for IPv6Token=

4 years agonetwork: Allow to specify multiple IPv6Token for SLAAC
Susant Sahani [Thu, 9 Jan 2020 12:19:53 +0000 (13:19 +0100)] 
network: Allow to specify multiple IPv6Token for SLAAC

Provide names to choose between different auto-generation types:
2.1 "eui64" for EUI-64 of RFC 4291
2.2 "prefixstable" for RFC 7217

```
[Match]
Name=veth99

[Network]
DHCP=no
IPv6AcceptRA=yes
IPv6Token=prefixstable:2001:888:0db8:1::
```

4 years agoMerge pull request #14779 from keszybz/news-v245
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 08:35:58 +0000 (09:35 +0100)] 
Merge pull request #14779 from keszybz/news-v245

4 years agoNEWS: mention the TrafficControlQueueingDiscipline rename 14779/head
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 16:07:47 +0000 (17:07 +0100)] 
NEWS: mention the TrafficControlQueueingDiscipline rename

4 years agoNEWS: mention empty .link and .network files
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 14:29:39 +0000 (15:29 +0100)] 
NEWS: mention empty .link and .network files

4 years agoNEWS: reword and shorten a bunch of stuff
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 14:19:37 +0000 (15:19 +0100)] 
NEWS: reword and shorten a bunch of stuff

4 years agotest-network: use udevd in build directory
Yu Watanabe [Tue, 4 Feb 2020 14:51:58 +0000 (23:51 +0900)] 
test-network: use udevd in build directory

Fixes #14764.

4 years agoMerge pull request #14778 from cgzones/split_selinux_logging
Yu Watanabe [Wed, 5 Feb 2020 06:20:50 +0000 (15:20 +0900)] 
Merge pull request #14778 from cgzones/split_selinux_logging

Improve SELinux logging in permissive mode

4 years agohwdb: update for v245-rc1
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 17:29:03 +0000 (18:29 +0100)] 
hwdb: update for v245-rc1

As before, the changes to .hwdb files are mostly additions and company renames.

4 years agonetwork: change "Gateway=dhcp" to "Gateway=_dhcp" (#14774)
Zbigniew Jędrzejewski-Szmek [Wed, 5 Feb 2020 04:41:30 +0000 (05:41 +0100)] 
network: change "Gateway=dhcp" to "Gateway=_dhcp" (#14774)

This way we avoid confusion with a DNS name. Fixes #14773.

4 years agoMerge pull request #14767 from yuwata/network-split-qdisc-section
Yu Watanabe [Wed, 5 Feb 2020 04:35:25 +0000 (13:35 +0900)] 
Merge pull request #14767 from yuwata/network-split-qdisc-section

network: split TrafficControlQueueingDiscipline section into small pieces

4 years agocore: move bus-util include out of selinux-access header
Christian Göttsche [Tue, 28 Jan 2020 20:25:25 +0000 (21:25 +0100)] 
core: move bus-util include out of selinux-access header

4 years agoFix typo in function name
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 17:39:04 +0000 (18:39 +0100)] 
Fix typo in function name

4 years agoman: document the new sd_bus_enqueue_for_read() API call
Lennart Poettering [Wed, 22 Jan 2020 16:44:33 +0000 (17:44 +0100)] 
man: document the new sd_bus_enqueue_for_read() API call

4 years agopolkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it
Lennart Poettering [Wed, 22 Jan 2020 16:07:47 +0000 (17:07 +0100)] 
polkit: when authorizing via PK let's re-resolve callback/userdata instead of caching it

Previously, when doing an async PK query we'd store the original
callback/userdata pair and call it again after the PK request is
complete. This is problematic, since PK queries might be slow and in the
meantime the userdata might be released and re-acquired. Let's avoid
this by always traversing through the message handlers so that we always
re-resolve the callback and userdata pair and thus can be sure it's
up-to-date and properly valid.

4 years agosd-bus: introduce API for re-enqueuing incoming messages
Lennart Poettering [Wed, 22 Jan 2020 16:05:17 +0000 (17:05 +0100)] 
sd-bus: introduce API for re-enqueuing incoming messages

When authorizing via PolicyKit we want to process incoming method calls
twice: once to process and figure out that we need PK authentication,
and a second time after we aquired PK authentication to actually execute
the operation. With this new call sd_bus_enqueue_for_read() we have a
way to put an incoming message back into the read queue for this
purpose.

This might have other uses too, for example debugging.

4 years agopolkit: use structured initialization
Lennart Poettering [Wed, 22 Jan 2020 15:53:59 +0000 (16:53 +0100)] 
polkit: use structured initialization

4 years agopolkit: on async pk requests, re-validate action/details
Lennart Poettering [Wed, 22 Jan 2020 15:52:10 +0000 (16:52 +0100)] 
polkit: on async pk requests, re-validate action/details

When we do an async pk request, let's store which action/details we used
for the original request, and when we are called for the second time,
let's compare. If the action/details changed, let's not allow the access
to go through.

4 years agopolkit: reuse some common bus message appending code
Lennart Poettering [Wed, 22 Jan 2020 15:44:43 +0000 (16:44 +0100)] 
polkit: reuse some common bus message appending code

4 years agobus-polkit: rename return error parameter to ret_error
Lennart Poettering [Wed, 22 Jan 2020 13:29:43 +0000 (14:29 +0100)] 
bus-polkit: rename return error parameter to ret_error

4 years agocore: unit_label_path(): take const unit
Christian Göttsche [Mon, 23 Dec 2019 22:06:38 +0000 (23:06 +0100)] 
core: unit_label_path(): take const unit

4 years agoman: add "quick-help" to sysusers.d synopsis
Zbigniew Jędrzejewski-Szmek [Mon, 27 Jan 2020 08:37:27 +0000 (09:37 +0100)] 
man: add "quick-help" to sysusers.d synopsis

We have that in tmpfiles.d and it is makes looking up the syntax
very easy.

While at it, add an example for "r" and use the underscrore as prefix
as described in the text.

4 years agoselinux-access: log warning on context acquisition failure 14778/head
Christian Göttsche [Wed, 18 Dec 2019 13:57:00 +0000 (14:57 +0100)] 
selinux-access: log warning on context acquisition failure

Relevant when testing in permissive mode, where the function does not return a failure to the client.
This helps to configure a system in permissive mode, without getting surprising failures when switching to enforced mode.

4 years agoselinux-util: increase log severity
Christian Göttsche [Wed, 18 Dec 2019 13:56:54 +0000 (14:56 +0100)] 
selinux-util: increase log severity

`log_enforcing()` and `log_enforcing_errno()` are only used for important messages, which describe failures in enforced mode.
They are guarded either by `!mac_selinux_use()` or `!label_hnd` checks, where the latter is itself guarded by the former.
Only SELinux enabled systems print these logs.
This helps to configure a system in permissive mode, without getting surprising failures when switching to enforced mode.

4 years agoMerge pull request #14717 from yuwata/network-radv-dns-link-local
Zbigniew Jędrzejewski-Szmek [Tue, 4 Feb 2020 16:47:17 +0000 (17:47 +0100)] 
Merge pull request #14717 from yuwata/network-radv-dns-link-local

network: make DNS= in [IPv6PrefixDelegation] section take special value '_link_local'