mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
add user/group fixes for snappy shipping tpm-tools
This commit is contained in:
parent
fe696a8bb9
commit
8d737ad1c9
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -4,6 +4,9 @@ livecd-rootfs (2.345) UNRELEASED; urgency=medium
|
|||||||
* lp:~sil2100/livecd-rootfs/pocket-desktop:
|
* lp:~sil2100/livecd-rootfs/pocket-desktop:
|
||||||
- add support for pocket-desktop
|
- add support for pocket-desktop
|
||||||
|
|
||||||
|
[ Oliver Grawert ]
|
||||||
|
* add user/group fixes for snappy shipping tpm-tools
|
||||||
|
|
||||||
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 21 Sep 2015 16:19:43 +0200
|
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 21 Sep 2015 16:19:43 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.344) wily; urgency=medium
|
livecd-rootfs (2.344) wily; urgency=medium
|
||||||
|
@ -45,6 +45,7 @@ systemd-bus-proxy:x:106:111:systemd Bus Proxy,,,:/run/systemd:/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
|
||||||
|
tss:x:109:116::/var/lib/tpm:/bin/false
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
|
||||||
@ -85,6 +86,7 @@ systemd-bus-proxy:*:16413:0:99999:7:::
|
|||||||
docker:*:16413:0:99999:7:::
|
docker:*:16413:0:99999:7:::
|
||||||
syslog:*:16521:0:99999:7:::
|
syslog:*:16521:0:99999:7:::
|
||||||
dnsmasq:*:16644:0:99999:7:::
|
dnsmasq:*:16644:0:99999:7:::
|
||||||
|
tss:*:16701:0:99999:7:::
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
|
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
|
||||||
@ -149,6 +151,8 @@ systemd-bus-proxy:x:111:
|
|||||||
input:x:112:
|
input:x:112:
|
||||||
docker:x:113:ubuntu
|
docker:x:113:ubuntu
|
||||||
syslog:x:114:
|
syslog:x:114:
|
||||||
|
pkcs11:x:115:root
|
||||||
|
tss:x:116:
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
echo "/etc/group post-debootstrap hash doesn't match record" >&2
|
||||||
@ -213,6 +217,8 @@ systemd-bus-proxy:!::
|
|||||||
input:!::
|
input:!::
|
||||||
docker:!::ubuntu
|
docker:!::ubuntu
|
||||||
syslog:!::
|
syslog:!::
|
||||||
|
pkcs11:!::root
|
||||||
|
tss:!::
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user