Initial commit
[platform/upstream/glib2.0.git] / debian / patches / 03_blacklist-directories.patch
1 --- glib2.0-2.18.0.orig/gio/gunixmounts.c       2008-09-02 17:09:19.000000000 +0200
2 +++ glib2.0-2.18.0/gio/gunixmounts.c    2008-09-03 00:53:29.000000000 +0200
3 @@ -221,6 +221,8 @@
4      "/home",
5      "/lib",
6      "/lib64",
7 +    "/live/cow",
8 +    "/live/image",
9      "/media",
10      "/mnt",
11      "/opt",
12 @@ -231,7 +233,12 @@
13      "/usr",
14      "/usr/local",
15      "/var",
16 +    "/var/crash",
17 +    "/var/local",
18 +    "/var/log",
19      "/var/log/audit", /* https://bugzilla.redhat.com/show_bug.cgi?id=333041 */
20 +    "/var/mail",
21 +    "/var/run",
22      "/var/tmp",       /* https://bugzilla.redhat.com/show_bug.cgi?id=335241 */
23      "/proc",
24      "/sbin",