mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 08:29:41 +00:00
When configuring fs_query to print the content of files it used to try so for all files it found resulting in errors on files that are not readable. Now, fs_query will check first whether a file is readable and skip printing the content of those that are not. Ref #4032