Skip to content

Commit f5da273

Browse files
committed
[Tink] Add /usr/share/p11-kit/* into rootfs for emt-tink image
/usr/share/p11-kit/ stores the p11-kit modules It is necessary for update-ca-trust command to function properly
1 parent 31a4c14 commit f5da273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

toolkit/imageconfigs/scripts/setup-tink-image.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ find /usr/share -type f \
2929
! -path "/usr/share/dbus-1/system.conf" \
3030
! -path "/usr/share/caddy/*" \
3131
! -path "/usr/share/pki/*" \
32+
! -path "/usr/share/p11-kit/*" \
3233
-exec rm -f {} +
3334
echo "$pprefix: reduced $(du -h /usr/share)"
3435

0 commit comments

Comments
 (0)