diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 45a938933..c53e97a40 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -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 };