mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Add /usr/local to list of internal mountpoints
2008-01-03 Alexander Larsson <alexl@redhat.com> * gunixmounts.c (g_unix_is_mount_path_system_internal): Add /usr/local to list of internal mountpoints svn path=/trunk/; revision=6237
This commit is contained in:
parent
e3fa723f99
commit
246e2e71a9
@ -1,3 +1,8 @@
|
||||
2008-01-03 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gunixmounts.c (g_unix_is_mount_path_system_internal):
|
||||
Add /usr/local to list of internal mountpoints
|
||||
|
||||
2008-01-03 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* glocalfileinfo.c:
|
||||
|
@ -228,6 +228,7 @@ g_unix_is_mount_path_system_internal (const char *mount_path)
|
||||
"/srv",
|
||||
"/tmp",
|
||||
"/usr",
|
||||
"/usr/local",
|
||||
"/var",
|
||||
"/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */
|
||||
"/var/tmp", /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */
|
||||
|
Loading…
Reference in New Issue
Block a user