Skip to content

Commit

Permalink
Enable composeFS for Fedora 41
Browse files Browse the repository at this point in the history
Enabling composeFS allow an increase in security by making the filesystem
truely read-only.

It's also a corenerstone towards a truely sealed system with full
integrity checks at runtime.
It will also allow storage deduplication between the host filesystem and
the containers storage in the long run, which is a huge win : faster
downloads and faster container startup times.

Ref: https://fedoraproject.org/wiki/Changes/ComposefsAtomicCoreOSIoT
  • Loading branch information
jbtrystram committed Aug 29, 2024
1 parent 67d0d44 commit 51a5bef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@
warn: true
streams:
- rawhide
- branched
2 changes: 1 addition & 1 deletion manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ conditional-include:
# Wifi firmwares will be dropped in F41
- if: releasever < 41
include: wifi-firmwares.yaml
- if: stream == "rawhide"
- if: releasever < 41
include: composefs.yaml

ostree-layers:
Expand Down
1 change: 0 additions & 1 deletion overlay.d/08composefs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Enable composefs by default; more in https://ostreedev.github.io/ostree/composefs/
For now rawhide only.

0 comments on commit 51a5bef

Please sign in to comment.