diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-29 13:03:31 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-29 13:03:31 +0200 |
commit | 75b02058bc2ca7f0bd09d1ed9f28f576a07adc04 (patch) | |
tree | 1a5dae394abc65169c90b943ecd28ea76475207e | |
parent | b4031c7647e0df3ff745a06af7d1d59f6a389f16 (diff) | |
download | setup-75b02058bc2ca7f0bd09d1ed9f28f576a07adc04.tar setup-75b02058bc2ca7f0bd09d1ed9f28f576a07adc04.tar.gz setup-75b02058bc2ca7f0bd09d1ed9f28f576a07adc04.tar.bz2 setup-75b02058bc2ca7f0bd09d1ed9f28f576a07adc04.tar.xz setup-75b02058bc2ca7f0bd09d1ed9f28f576a07adc04.zip |
add basic empty subuid/subgid files for docker, as per Fedora
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | subgid | 0 | ||||
-rw-r--r-- | subuid | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ VERSION = 2.7.24 LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny inputrc \ motd passwd printcap protocols securetty services shadow shells profile \ - filesystems fstab resolv.conf hosts + filesystems fstab resolv.conf hosts subgid subuid check: @echo Sanity checking selected files.... |