Copy permissions with file on copy (#514084) This is what cp does and
authorAlexander Larsson <alexl@redhat.com>
Thu, 14 Feb 2008 11:00:09 +0000 (11:00 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 14 Feb 2008 11:00:09 +0000 (11:00 +0000)
commit8a9c5b6d3c25bbe2eddb815a1c95af3cc1d927db
treecbc5e1d2cc42eae17cb5f1bfda5163dae42adf63
parent86b5e6d319b997b1c35c48810cb4d15f36fa06a5
Copy permissions with file on copy (#514084) This is what cp does and

2008-02-14  Alexander Larsson  <alexl@redhat.com>

        * glocalfile.c:
Copy permissions with file on copy (#514084)
This is what cp does and makes sure e.g. the
exec permissions are kept.
Its kinda weird in that it keeps the permission bits
the same while the uid and gid are different. However
the new uid is the user so its not a security issue,
and I've heard no complaints about cp on this issue.

svn path=/trunk/; revision=6514
gio/ChangeLog
gio/glocalfile.c