util-linux/libmount/src
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
..
.gitignore build-sys: cleanup .gitignore files 2012-06-26 20:50:54 +02:00
Makemodule.am build-sys: remove with-cryptsetup from tools/config-gen.d/all.conf 2021-05-31 17:44:10 +02:00
btrfs.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
cache.c docs: reword others "allow to" 2020-07-14 14:31:29 +02:00
context.c libmount: add __format__ attribute 2021-07-20 11:27:34 +02:00
context_loopdev.c libmount: fix compiler warnings [-Wmaybe-uninitialized] 2020-12-17 11:07:25 +01:00
context_mount.c include/c: add drop_permissions(), consolidate UID/GID reset 2021-07-20 11:31:43 +02:00
context_umount.c include/c: add drop_permissions(), consolidate UID/GID reset 2021-07-20 11:31:43 +02:00
context_veritydev.c verity: fix verity.roothashsig only working as last parameter 2021-07-20 11:57:58 +02:00
fs.c findmnt: add option to list all fs-independent flags 2021-01-15 17:51:07 +01:00
fuzz.c fuzzers: make tests setup more robust 2020-12-01 11:35:02 +01:00
init.c libmount: add support for verity devices via libcryptsetup 2019-12-05 10:39:21 +00:00
iter.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
libmount.h.in libmount: add mnt_table_over_fs() 2021-03-22 11:24:49 +01:00
libmount.sym libmount: add mnt_table_over_fs() 2021-03-22 11:24:49 +01:00
lock.c libmount: fix compiler warnings [-Wmaybe-uninitialized] 2020-12-17 11:07:25 +01:00
monitor.c [clang-tidy] do not use else after return 2020-04-20 13:20:59 -07:00
mountP.h libmount: add __format__ attribute 2021-07-20 11:27:34 +02:00
optmap.c mount: Add support for "nosymfollow" mount option. 2020-09-03 10:52:33 -06:00
optstr.c build-sys: remove fallback for security_context_t 2021-01-13 13:12:19 +01:00
tab.c libmount: mnt_table_over_fs() make child optional 2021-03-22 15:00:47 +01:00
tab_diff.c [clang-tidy] fix wrong *cmp usage 2020-04-20 13:21:00 -07:00
tab_parse.c libmount: check errno after strto..() 2021-07-20 11:33:27 +02:00
tab_update.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
test.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
utils.c lib: use ul_prefix for close_all_fds() and mkdir_p() 2021-01-28 10:27:21 +01:00
version.c libmount: add verity to mount -V output 2019-12-05 14:57:29 +01:00