Accepting request 645756 from home:vrothberg:branches:Base:System

- Add empty /etc/sub{u,g}id files. useradd and usermod add entries for users
  only when those files exist. Having those entries is a requirement to create
  user namespaces, for instance, when running podman as a non-root user.

OBS-URL: https://build.opensuse.org/request/show/645756
OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=54
This commit is contained in:
2018-11-02 11:24:14 +00:00
committed by Git OBS Bridge
parent 60780ba34c
commit ef0b03d80a
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 31 14:17:29 UTC 2018 - Valentin Rothberg <vrothberg@suse.com>
- Add empty /etc/sub{u,g}id files. useradd and usermod add entries for users
only when those files exist. Having those entries is a requirement to create
user namespaces, for instance, when running podman as a non-root user.
-------------------------------------------------------------------
Mon May 14 12:45:42 UTC 2018 - mvetter@suse.com