diff --git a/debian/changelog b/debian/changelog index 1b27be59..121ed725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.366) xenial; urgency=medium + + * also add the new apt user to /etc/passwd in snappy + + -- Oliver Grawert Fri, 11 Dec 2015 17:34:44 +0100 + livecd-rootfs (2.365) xenial; urgency=medium * update /etc/shadow on snappy for new apt user diff --git a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early index 08c0b347..a03b3b53 100755 --- a/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early +++ b/live-build/ubuntu-core/hooks/00-uid-gid-fix.chroot_early @@ -3,7 +3,7 @@ ERRCNT="" # Known good post-debootstrap values -passwd_bootstrap="bb040fdb457871cfd58cd46f5d805863" +passwd_bootstrap="7d89b96d37aab3fd22e4570862e3a8eb" shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81" group_bootstrap="ffbe05611b49480cb289f343a67d7e7b" gshadow_bootstrap="46121fc1a7d95f37e7a3fb21db8061e8" @@ -42,6 +42,7 @@ systemd-timesync:x:103:108:systemd Time Synchronization,,,:/run/systemd:/bin/fal systemd-network:x:104:109:systemd Network Management,,,:/run/systemd/netif:/bin/false systemd-resolve:x:105:110:systemd Resolver,,,:/run/systemd/resolve:/bin/false systemd-bus-proxy:x:106:111:systemd Bus Proxy,,,:/run/systemd:/bin/false +_apt:x:117:65534::/nonexistent:/bin/false docker:x:107:113::/nonexistent:/bin/false syslog:x:108:114::/home/syslog:/bin/false dnsmasq:x:109:65534:dnsmasq,,,:/var/lib/misc:/bin/false