system/skeleton: use uid/gid 65534 for nobody/nogroup
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 25 Aug 2016 21:47:16 +0000 (23:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Aug 2016 13:39:42 +0000 (15:39 +0200)
commit9c67af2c524ad2b6585af2f5e43f76dacd7cc109
tree644aec09e2077d6ab5d4aa0218217b3ca5df034a
parentbacff38e08a3cf7c5ead0e5de59011134e009931
system/skeleton: use uid/gid 65534 for nobody/nogroup

As recently discussed on lwn.net: https://lwn.net/Articles/695478/

The kernel has special behaviour for uid/gid 65534:

1. The kernel maps UIDs > 65535 to it when some subsystem/API/fs
   only supports 16bit UIDs, but a 32bit UID is passed to it.

2. it's used by the kernel's user namespacing as the internal UID
   that external UIDs are mapped to that don't have any local mapping.

3. It's used by NFS for all user IDs that cannot be mapped locally if
   UID mapping is enabled.

Most distributions already map (or are in the progress of changing)
nobody/nogroup to the 65534 uid/gid, so lets do so as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
system/skeleton/etc/group
system/skeleton/etc/passwd