1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00

SystemMonitor: Recognise wxallowed mount flag

This commit is contained in:
int16 2022-03-09 22:37:09 +11:00 committed by Andreas Kling
parent 8a523568cb
commit 3f391d80c4

View file

@ -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();