mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add some blacklisted mount directories
Another long-carried Debian patch. No reason that we should not have these few extra items in the (already long) upstream list.
This commit is contained in:
parent
dbd0d63b6b
commit
06941419e3
@ -243,6 +243,8 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
|
|||||||
"/home",
|
"/home",
|
||||||
"/lib",
|
"/lib",
|
||||||
"/lib64",
|
"/lib64",
|
||||||
|
"/live/cow",
|
||||||
|
"/live/image",
|
||||||
"/media",
|
"/media",
|
||||||
"/mnt",
|
"/mnt",
|
||||||
"/opt",
|
"/opt",
|
||||||
@ -253,7 +255,12 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
|
|||||||
"/usr",
|
"/usr",
|
||||||
"/usr/local",
|
"/usr/local",
|
||||||
"/var",
|
"/var",
|
||||||
|
"/var/crash",
|
||||||
|
"/var/local",
|
||||||
|
"/var/log",
|
||||||
"/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */
|
"/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */
|
||||||
|
"/var/mail",
|
||||||
|
"/var/run",
|
||||||
"/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */
|
"/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */
|
||||||
"/proc",
|
"/proc",
|
||||||
"/sbin",
|
"/sbin",
|
||||||
|
Loading…
Reference in New Issue
Block a user