Paul Spooren 4f1c57db27 build: create tmp/userids file
Multiple packages contain a USERID variable defining required user and
group for the package to run. With the recent addition of
"PKG_FILE_MODES" it is possible to define user and group of specific
files, replacing (possibly insecure) post-inst scripts. These modes are
set during build time and put directly into the packages.

To allow user and group names rather than the numeric values, a mapping
like `/etc/passwd` is required by the `ipkg-build` script, mapping names
defined in "PKG_FILE_MODES" to a numeric value, as the build system does
not create any users during build.

This commit adds a single line to the `prepare-tmpinfo` target, so that
everytime the feeds are updated the *passwd like* content of
`./tmp/userids` is updated.

Signed-off-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:06:59 +00:00
..
2019-08-12 12:27:06 +02:00
2020-07-11 15:19:53 +02:00
2021-09-01 08:06:56 +00:00
2021-09-01 08:06:59 +00:00
2019-01-30 13:20:14 +01:00
2018-08-05 00:06:27 +02:00
2021-09-01 08:06:59 +00:00
2020-04-26 21:20:47 +02:00
2019-12-23 00:22:07 +01:00
2021-09-01 08:06:55 +00:00