diff options
| author | marks <none@none> | 2006-02-13 08:52:39 -0800 |
|---|---|---|
| committer | marks <none@none> | 2006-02-13 08:52:39 -0800 |
| commit | 5a5eeccada4b11bc692e9a5015d5f4a4f188226c (patch) | |
| tree | 93010db6eee0a810fa5cb60ee056f620f533a721 /usr/src/cmd/cpio | |
| parent | f00e6aa66b34910d24fa464cabb82f8e83f87bc8 (diff) | |
| download | illumos-joyent-5a5eeccada4b11bc692e9a5015d5f4a4f188226c.tar.gz | |
PSARC/2006/043 ls -V
PSARC/2006/047 acl_totext
PSARC/2006/048 Compact chmod ACL syntax
6362641 tar does not store ACLs in a suitable format
6379909 Need compact ACL utility support for NFSv4/ZFS
Diffstat (limited to 'usr/src/cmd/cpio')
| -rw-r--r-- | usr/src/cmd/cpio/cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cpio/cpio.c b/usr/src/cmd/cpio/cpio.c index 6f8e97a199..adfa8c53e6 100644 --- a/usr/src/cmd/cpio/cpio.c +++ b/usr/src/cmd/cpio/cpio.c @@ -6645,7 +6645,7 @@ append_secattr( case ACLENT_T: case ACE_T: /* LINTED alignment */ - attrtext = acl_totext(aclp); + attrtext = acl_totext(aclp, ACL_APPEND_ID | ACL_COMPACT_FMT); if (attrtext == NULL) { (void) fprintf(stderr, "acltotext failed\n"); return (-1); |
