| Summary: | [sysinstall] sysinstall doesn't set the schg flag on the sensitive files | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Yar Tikhiy <yar> |
| Component: | bin | Assignee: | kensmith |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.4-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Yar Tikhiy
2001-09-26 08:30:02 UTC
Responsible Changed From-To: freebsd-bugs->qa Over to maintainer group. Responsible Changed From-To: qa->freebsd-qa Canonicalize responsible. Responsible Changed From-To: freebsd-bugs->kensmith I have a proof-of-concept patch that switches sysinstall over to using tar instead of cpio. cpio doesn't honor file flags so when sysinstall uses it to unpack the "base" distribution any file flags info gets lost. State Changed From-To: open->closed This is fixed in head. Sysinstall has been modified to use bsdcpio instead of gnucpio, and bsdcpio has been fixed to honor the extra file attribute flags. |