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
62
62
63
63
### SELinux labeling
64
64
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 ) .
75
66
76
67
### Origin files
77
68
You can’t perform that action at this time.
0 commit comments