mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:58:11 +00:00
SystemMonitor: Recognise wxallowed mount flag
This commit is contained in:
parent
8a523568cb
commit
3f391d80c4
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