mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-04 07:41:11 +01:00
Merge branch 'wip/chergert/ignore-more-fs-types' into 'main'
gio/gunixmounts: mark some file-system types as system See merge request GNOME/glib!4916
This commit is contained in:
@@ -375,6 +375,8 @@ g_unix_is_system_fs_type (const char *fs_type)
|
||||
"auto",
|
||||
"autofs",
|
||||
"autofs4",
|
||||
"binfmt_misc",
|
||||
"bpf",
|
||||
"cgroup",
|
||||
"configfs",
|
||||
"cxfs",
|
||||
@@ -383,6 +385,7 @@ g_unix_is_system_fs_type (const char *fs_type)
|
||||
"devpts",
|
||||
"devtmpfs",
|
||||
"ecryptfs",
|
||||
"efivarfs",
|
||||
"fdescfs",
|
||||
"fusectl",
|
||||
"gfs",
|
||||
@@ -411,6 +414,7 @@ g_unix_is_system_fs_type (const char *fs_type)
|
||||
"selinuxfs",
|
||||
"sysfs",
|
||||
"tmpfs",
|
||||
"tracefs",
|
||||
"usbfs",
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user