summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-07-30 03:35:45 +0000
committerkientzle <kientzle@FreeBSD.org>2008-07-30 03:35:45 +0000
commit1e5899ea8b9164e8360d3fda61a0c134471ce14f (patch)
tree5d17ea0923ea9ff1b8e03fa360eb8506ef5c3725 /crypto
parenta3f8092a7b2a46172361ff2cacba5858162a9630 (diff)
downloadFreeBSD-src-1e5899ea8b9164e8360d3fda61a0c134471ce14f.zip
FreeBSD-src-1e5899ea8b9164e8360d3fda61a0c134471ce14f.tar.gz
MfP4: Preserve permissions by default.
In particular, this fixes the oddity that -dumpl would apply umask to copied dirs (which are created in the target tree) but not to "copied" files (which are only linked). After this change: $ ls -ld a a/b a/b/c d--x-w-r-- 3 tim tim 512 Jul 29 20:08 a drwxr----x 3 tim tim 512 Jul 29 20:09 a/b dr----x-w- 2 tim tim 512 Jul 29 20:09 a/b/c $ (echo a; echo a/b; echo a/b/c) | cpio -dumpl o $ cd o $ ls -ld a a/b a/b/c d--x-w-r-- 3 tim tim 512 Jul 29 20:08 a drwxr----x 3 tim tim 512 Jul 29 20:09 a/b dr----x-w- 2 tim tim 512 Jul 29 20:09 a/b/c
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud