mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
Add support for SecurityLabelNested flag in quadlet
This flag will allow us to run nested containers within a quadlet service. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -128,6 +128,7 @@ Valid options for `[Container]` are listed below:
|
||||
| SecurityLabelDisable=true | --security-opt label=disable |
|
||||
| SecurityLabelFileType=usr_t | --security-opt label=filetype:usr_t |
|
||||
| SecurityLabelLevel=s0:c1,c2 | --security-opt label=level:s0:c1,c2 |
|
||||
| SecurityLabelNested=true | --security-opt label=nested |
|
||||
| SecurityLabelType=spc_t | --security-opt label=type:spc_t |
|
||||
| Timezone=local | --tz local |
|
||||
| Tmpfs=/work | --tmpfs /work |
|
||||
@ -424,6 +425,10 @@ Set the label file type for the container files.
|
||||
|
||||
Set the label process level for the container processes.
|
||||
|
||||
### `SecurityLabelNested=`
|
||||
|
||||
Allow SecurityLabels to function within the container. This allows separation of containers created within the container.
|
||||
|
||||
### `SecurityLabelType=`
|
||||
|
||||
Set the label process type for the container processes.
|
||||
|
Reference in New Issue
Block a user