File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments