mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gio: extend the system_internal lists with BSD paths
This commit is contained in:
@@ -238,22 +238,31 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
|
|||||||
"/", /* we already have "Filesystem root" in Nautilus */
|
"/", /* we already have "Filesystem root" in Nautilus */
|
||||||
"/bin",
|
"/bin",
|
||||||
"/boot",
|
"/boot",
|
||||||
|
"/compat/linux/proc",
|
||||||
|
"/compat/linux/sys",
|
||||||
"/dev",
|
"/dev",
|
||||||
"/etc",
|
"/etc",
|
||||||
"/home",
|
"/home",
|
||||||
"/lib",
|
"/lib",
|
||||||
"/lib64",
|
"/lib64",
|
||||||
|
"/libexec",
|
||||||
"/live/cow",
|
"/live/cow",
|
||||||
"/live/image",
|
"/live/image",
|
||||||
"/media",
|
"/media",
|
||||||
"/mnt",
|
"/mnt",
|
||||||
"/opt",
|
"/opt",
|
||||||
|
"/rescue",
|
||||||
"/root",
|
"/root",
|
||||||
"/sbin",
|
"/sbin",
|
||||||
"/srv",
|
"/srv",
|
||||||
"/tmp",
|
"/tmp",
|
||||||
"/usr",
|
"/usr",
|
||||||
|
"/usr/X11R6",
|
||||||
"/usr/local",
|
"/usr/local",
|
||||||
|
"/usr/obj",
|
||||||
|
"/usr/ports",
|
||||||
|
"/usr/src",
|
||||||
|
"/usr/xobj",
|
||||||
"/var",
|
"/var",
|
||||||
"/var/crash",
|
"/var/crash",
|
||||||
"/var/local",
|
"/var/local",
|
||||||
@@ -294,8 +303,11 @@ guess_system_internal (const char *mountpoint,
|
|||||||
"devfs",
|
"devfs",
|
||||||
"devpts",
|
"devpts",
|
||||||
"ecryptfs",
|
"ecryptfs",
|
||||||
|
"fdescfs",
|
||||||
"kernfs",
|
"kernfs",
|
||||||
"linprocfs",
|
"linprocfs",
|
||||||
|
"mfs",
|
||||||
|
"nullfs",
|
||||||
"proc",
|
"proc",
|
||||||
"procfs",
|
"procfs",
|
||||||
"ptyfs",
|
"ptyfs",
|
||||||
|
Reference in New Issue
Block a user