From 9bda91ee77b28bb5db9fd9ac4b1f1affe9249d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Wed, 4 Feb 2015 13:47:41 +0100 Subject: [PATCH] live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input group. --- debian/changelog | 2 ++ live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6d6aeddb..8c3a831b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ livecd-rootfs (2.278) UNRELEASED; urgency=medium * Add live-build/ubuntu-core/hooks/99zz-check-uid-gid.chroot, copy of live-build/ubuntu-touch/hooks/99zz-check-uid-gid.chroot with just the error message changed. Currently, the passwd/group checks weren't run. + * live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early: also add input + group. -- Loïc Minier Wed, 04 Feb 2015 13:39:26 +0100 diff --git a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early index 91a64848..4f203560 100755 --- a/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-touch/hooks/00-uid-gid-fix.chroot_early @@ -175,6 +175,7 @@ systemd-network:x:117: systemd-resolve:x:118: systemd-bus-proxy:x:119: systemd-journal-remote:x:120: +input:x:121: EOF else echo "/etc/group post-debootstrap hash doesn't match record" >&2 @@ -256,6 +257,7 @@ systemd-network:!:: systemd-resolve:!:: systemd-bus-proxy:!:: systemd-journal-remote:!:: +input:!:: EOF else echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2