Skip to content

Commit ffaf108

Browse files
authored
Merge pull request #1145 from cgwalters/filesystem-tweaks
storage: Drop duplicate SELinux section
2 parents 22c743f + 8f60e20 commit ffaf108

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/src/filesystem-storage.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,7 @@ This is implemented in the [ostree-rs-ext/container module](https://docs.rs/ostr
6262

6363
### SELinux labeling
6464

65-
A major wrinkle is supporting SELinux labeling. The labeling configuration
66-
is defined as regular expressions included in `/etc/selinux/$policy/contexts/`.
67-
68-
The current implementation relies on the fact that SELinux labels for
69-
base images were pre-computed. The first step is to check out the "ostree base"
70-
layers for the base image.
71-
72-
All derived layers have labels computed from the base image policy. This
73-
causes a known bug where derived layers can't include custom policy:
74-
<https://github.com/ostreedev/ostree-rs-ext/issues/510>
65+
See the SELinux section of [Image layout](bootc-images.md).
7566

7667
### Origin files
7768

0 commit comments

Comments
 (0)