dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Customisable uid/gid translation during installation #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tar archives can contain uids/gids and/or user/group names. When extracting to 
the filesystem we need to determine what uid/gid is used for created files. We 
should broadly support three options:

1) Use the uids/gids from the archive with no modification.
2) Resolve the user/group names into uids/gids using the default local method 
(generally passwd and group lookup).
3) Custom translation, such as using replacement passwd and group files or 
passing user/group names to an external program for translation.

It should be possible to choose between these options at runtime via conf 
options.

Currently listed for v0.3.0 release but may be bumped back to v0.4.0.

Original issue reported on code.google.com by paul.betafive on 21 Apr 2014 at 7:51

GoogleCodeExporter commented 8 years ago

Original comment by paul.betafive on 8 May 2014 at 4:01