also add the new apt user to /etc/passwd in snappy

ubuntu/yakkety
Oliver Grawert 9 years ago
parent 4f2ef345c4
commit 1124ea4776

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.366) UNRELEASED; urgency=medium
* also add the new apt user to /etc/passwd in snappy
-- Oliver Grawert <ogra@ubuntu.com> Fri, 11 Dec 2015 17:34:44 +0100
livecd-rootfs (2.365) xenial; urgency=medium livecd-rootfs (2.365) xenial; urgency=medium
* update /etc/shadow on snappy for new apt user * update /etc/shadow on snappy for new apt user

@ -3,7 +3,7 @@
ERRCNT="" ERRCNT=""
# Known good post-debootstrap values # Known good post-debootstrap values
passwd_bootstrap="bb040fdb457871cfd58cd46f5d805863" passwd_bootstrap="7d89b96d37aab3fd22e4570862e3a8eb"
shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81" shadow_bootstrap="4627fdc1f1f2712bc52544d5501bcf81"
group_bootstrap="ffbe05611b49480cb289f343a67d7e7b" group_bootstrap="ffbe05611b49480cb289f343a67d7e7b"
gshadow_bootstrap="46121fc1a7d95f37e7a3fb21db8061e8" 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-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-resolve:x:105:110:systemd Resolver,,,:/run/systemd/resolve:/bin/false
systemd-bus-proxy:x:106:111:systemd Bus Proxy,,,:/run/systemd:/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 docker:x:107:113::/nonexistent:/bin/false
syslog:x:108:114::/home/syslog:/bin/false syslog:x:108:114::/home/syslog:/bin/false
dnsmasq:x:109:65534:dnsmasq,,,:/var/lib/misc:/bin/false dnsmasq:x:109:65534:dnsmasq,,,:/var/lib/misc:/bin/false

Loading…
Cancel
Save