Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(24.04): reorganise ca-certificates slice(s) #266

Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions slices/ca-certificates.yaml
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ essential:
slices:
data:
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
contents:
# This bundle of certificates is a result of running the update-ca-certificates
# For a deb package, this is done by the postinst script.
/etc/ssl/certs/ca-certificates.crt: {text: FIXME, mutable: true}
/usr/share/ca-certificates/mozilla/: {until: mutate}
/usr/share/ca-certificates/mozilla/*: {until: mutate}
Expand All @@ -16,6 +18,21 @@ slices:
]
content.write("/etc/ssl/certs/ca-certificates.crt", "".join(certs))

default-certs:
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
essential:
- ca-certificates_data
contents:
/usr/share/ca-certificates/mozilla/**:

bins:
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
essential:
- openssl_bins
contents:
# To run update-ca-certificates without breaking the default certificates,
# the ca-certificates_default-certs slice should also be included.
# Details see the `update-ca-certificates` script.
zhijie-yang marked this conversation as resolved.
Show resolved Hide resolved
/usr/sbin/update-ca-certificates:

copyright:
contents:
/usr/share/doc/ca-certificates/copyright:
Loading