v0.4.0
Pre-release
Pre-release
Breaking changes
- Remove all permissive types from the SELinux policy ([#945]). Actions that were not allowed by the SELinux policy now fail instead of only being logged.
OS changes
- Use update repository metadata and signatures to run settings migrations ([#930])
- Mount debugfs in superpowered host containers, such as the admin container, to support tools like
bcc
andbpftrace
([#934]) - Protect container snapshot layers in SELinux policy ([#935])
- Add
POST /actions/reboot
API path ([#936]) - Update
tough
to v0.6.0 ([#944]) - Fix behavior of
signpost cancel-upgrade
([#950]) - Update to kernel 5.4.46 ([#953])
Build changes
- Canonicalize architecture names in amiize.sh ([#932])
- Split build output directories by variant and architecture ([#948])
- Move intermediate RPM output from
build/packages
tobuild/rpms
([#948]) - Fix
chmod
usage for building on macOS ([#951])
Documentation changes
- Document platform-specific settings in README.md ([#941])