| Summary: | Target file system skeleton permissions hazard | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Julien Olivain <ju.o> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Julien Olivain
2015-03-31 19:48:45 UTC
This is a known issue, and a patch series was posted a while ago that should fix it. Could you try it out? If it works out, please add your Tested-by: tag to the series. For your convenience, I've created a patchwork bundle of this series: http://patchwork.ozlabs.org/bundle/arnout/umask%20handling/ I reviewed and tested successfully the mentioned patches with few defconfigs. It fixes the target rootfs perms in case of less common umask at clone or build time (like 0027 or 0077). Can you please add the Reviewed-by and Tested-by lines? Reviewed-by: Julien Olivain <juju@cotds.org> Tested-by: Julien Olivain <juju@cotds.org> Thanks! The umask problem has been fixed by http://git.buildroot.net/buildroot/commit/Makefile?id=bee5745ccc20be6dbba243b1f8af0d5c522923e8, http://git.buildroot.net/buildroot/commit/Makefile?id=361d3573f5373618b2c566e250430269dd7200e5 and related commits. |