mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Hide ecryptfs mounts, so that the desktop does not show both the mount and
* gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts, so that the desktop does not show both the mount and the target directory. Patch by Martin Pitt svn path=/trunk/; revision=7736
This commit is contained in:
parent
b047087ac3
commit
c7d37fca34
@ -1,3 +1,11 @@
|
||||
2008-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 558298 – Hide ecryptfs mounts
|
||||
|
||||
* gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts,
|
||||
so that the desktop does not show both the mount and the target
|
||||
directory. Patch by Martin Pitt
|
||||
|
||||
2008-12-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 555465 – GUnix{Input,Output}Stream lacks fd/close_fd_at_close
|
||||
|
@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint,
|
||||
"autofs",
|
||||
"devfs",
|
||||
"devpts",
|
||||
"ecryptfs",
|
||||
"kernfs",
|
||||
"linprocfs",
|
||||
"proc",
|
||||
|
Loading…
Reference in New Issue
Block a user