mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
SystemMonitor: Recognise wxallowed mount flag
This commit is contained in:
parent
8a523568cb
commit
3f391d80c4
Notes:
sideshowbarker
2024-07-17 16:56:38 +09:00
Author: https://github.com/jakewestrip
Commit: 3f391d80c4
Pull-request: https://github.com/SerenityOS/serenity/pull/12961
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ NonnullRefPtr<GUI::Widget> build_storage_widget()
|
|||
check(MS_NOSUID, "nosuid");
|
||||
check(MS_BIND, "bind");
|
||||
check(MS_RDONLY, "ro");
|
||||
check(MS_WXALLOWED, "wxallowed");
|
||||
if (builder.string_view().is_empty())
|
||||
return String("defaults");
|
||||
return builder.to_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue