Skip to content

Commit 8f60e20

Browse files
committed
storage: Drop duplicate SELinux section
The info in this one was outdated and wrong (we now support labeling dynamically). Signed-off-by: Colin Walters <[email protected]>
1 parent d1893c9 commit 8f60e20

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)