openwrt/package/base-files/files/lib
Thomas Winkler 140b48a9e9 base-files: fix uid/gid auto-enumeration to avoid 16-bit limit
uid/gid range should be limited to 16bit unsigned integer range to
avoid "wraparound" issues with permissions where jffs2
is employed for storage and chown 65536 (first auto-created user)
becomes equivalent to chown 0

Fixes: #13927

Signed-off-by: Thomas Winkler <tewinkler86@gmail.com>
2024-05-10 22:39:57 +02:00
..
functions base-files: Add new functions for ath11k caldata 2024-04-23 22:35:57 +02:00
preinit base-files: add support for rootfs mount options from cmdline 2024-01-15 16:44:29 +01:00
upgrade base-files: sysupgrade: add tar.sh with helpers for building archives 2024-02-29 16:11:47 +01:00
functions.sh base-files: fix uid/gid auto-enumeration to avoid 16-bit limit 2024-05-10 22:39:57 +02:00