util-linux/libmount
Luca Boccassi db4d80fcef verity: fix verity.roothashsig only working as last parameter
Parsing of verity.roothashsig did not take into consideration that other options
might follow, and used the whole string as a file path. But mnt_optstr_get_option
just returns a pointer in the mount option string, it doesn't extract it, so it
would have other subsequent options too. The length parameter has to be used.

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
2021-07-20 11:57:58 +02:00
..
docs docs: update copyright years 2021-05-31 18:12:07 +02:00
python libmount: check errno after strto..() 2021-07-20 11:33:27 +02:00
src verity: fix verity.roothashsig only working as last parameter 2021-07-20 11:57:58 +02:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +02:00
Makemodule.am build-sys: add pylibmount 2013-08-19 14:57:21 +02:00
meson.build meson: fix dlopen support for cryptsetup 2021-07-20 11:55:21 +02:00
mount.pc.in cryptsetup: add option to use via dlopen in libmount 2020-07-07 16:43:55 +01:00