From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 15 22:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 816C516A46C for ; Fri, 15 Feb 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 63E2713C459 for ; Fri, 15 Feb 2008 22:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FMe3pq043251 for ; Fri, 15 Feb 2008 22:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1FMe3Zn043250; Fri, 15 Feb 2008 22:40:03 GMT (envelope-from gnats) Resent-Date: Fri, 15 Feb 2008 22:40:03 GMT Resent-Message-Id: <200802152240.m1FMe3Zn043250@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Keda Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8881C16A419 for ; Fri, 15 Feb 2008 22:37:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5C813C442 for ; Fri, 15 Feb 2008 22:37:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1FMYiaT066129 for ; Fri, 15 Feb 2008 22:34:44 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1FMYhrs066128; Fri, 15 Feb 2008 22:34:43 GMT (envelope-from nobody) Message-Id: <200802152234.m1FMYhrs066128@www.freebsd.org> Date: Fri, 15 Feb 2008 22:34:43 GMT From: Alex Keda To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/120724: tar not restore (or not save) ACL X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 22:40:03 -0000 >Number: 120724 >Category: misc >Synopsis: tar not restore (or not save) ACL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 15 22:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Alex Keda >Release: 6.2 >Organization: USSR >Environment: FreeBSD xxi.moskb.local 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 >Description: tar not restore or not save ACL when create/restore archive... >How-To-Repeat: xxi# mkdir test_dir xxi# setfacl -m u:lissyara:rwx test_dir xxi# setfacl -m u:akeda:rwx test_dir xxi# setfacl -m u:mroshin:rwx test_dir xxi# setfacl -m g:bank:rwx test_dir xxi# getfacl test_dir #file:test_dir #owner:0 #group:10002 user::rwx user:lissyara:rwx user:akeda:rwx user:mroshin:rwx user:vshvachy:rwx group::--- group:bank:rwx mask::rwx other::--- xxi# ll total 4 drwxrwx---+ 2 root domain users 512B 16 фев 01:14 test_dir xxi# xxi# tar --create --file=- test_dir | (cd ../extract/; tar -epf - ) xxi# getfacl ../extract/test_dir #file:../extract/test_dir #owner:0 #group:10002 user::rwx user:vshvachy:rwx group::--- mask::rwx other::--- xxi# ll total 4 >Fix: >Release-Note: >Audit-Trail: >Unformatted: