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:
Alexander Larsson 2008-01-03 10:29:29 +00:00 committed by Alexander Larsson
parent e3fa723f99
commit 246e2e71a9
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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 */