Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 174921

Summary: app-arch/cpio-2.7-r1 does not perserve permissions.
Product: Gentoo Linux Reporter: Karl Hakimian <hyedad>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: major CC: abduleczek
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Karl Hakimian 2007-04-17 15:37:43 UTC
File permissions are lost in copy pass mode.

Reproducible: Always

Steps to Reproduce:
1.mkdir /tmp/test
2.cd /bin
3.find ls -print | cpio -pvdm /tmp/test
4. ls -l ls /tmp/test/ls

Actual Results:  
The copied file has file mode 600

Expected Results:  
The copied file should have mode 755 same as the ls file in /bin
Comment 1 SpanKY gentoo-dev 2007-04-18 19:40:24 UTC
fixed in 2.7-r2
Comment 2 SpanKY gentoo-dev 2007-05-05 06:08:57 UTC
*** Bug 174163 has been marked as a duplicate of this bug. ***