NetworkManager/src/initrd
Thomas Haller e2f83d4e92
keyfile: add NMKeyfileHandlerFlags
nm_keyfile_read() and nm_keyfile_write() will be public API.
As such, it must be flexible and extendible for future needs.
There is already the handler callback that fully solves this
(e.g. a future handler event could request whether a certain
behavior is enabled or not).

As additional possibility for future extension, add a flags
argument. Currently no flags are implemented.
2020-06-05 09:17:21 +02:00
..
tests initrd: don't generate new connections for rd.znet 2020-05-28 14:34:44 +02:00
meson.build license: Add license using SPDX identifiers to meson build files 2020-02-17 13:16:57 +01:00
nm-initrd-generator.c keyfile: add NMKeyfileHandlerFlags 2020-06-05 09:17:21 +02:00
nm-initrd-generator.h initrd: save hostname to a file in /run 2020-05-06 10:32:25 +02:00
nmi-cmdline-reader.c initrd: use nm_streq()/NM_IN_STRSET() instead of strcmp() 2020-06-03 18:00:05 +02:00
nmi-dt-reader.c initrd: use nm_streq()/NM_IN_STRSET() instead of strcmp() 2020-06-03 18:00:05 +02:00
nmi-ibft-reader.c initrd: drop unused include of platform header 2020-06-03 18:08:37 +02:00