Skip to content

Commit 48b7f56

Browse files
author
Zhou Hao
committed
Modify the legal value of the rootfs-propagation
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
1 parent a002fc8 commit 48b7f56

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

completions/bash/oci-runtime-tool

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,13 @@ __oci-runtime-tool_complete_compliance_level() {
130130
__oci-runtime-tool_complete_propagations() {
131131
COMPREPLY=( $( compgen -W "
132132
private
133+
rprivate
133134
shared
135+
rshared
134136
slave
137+
rslave
135138
unbindable
139+
runbindable
136140
" -- "$cur" ) )
137141
}
138142

man/oci-runtime-tool-generate.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ read the configuration from `config.json`.
276276

277277
**--linux-rootfs-propagation**=PROPOGATIONMODE
278278
Mount propagation for root filesystem.
279-
Values are "shared, private, slave, unbindable"
279+
Values are "(r)shared, (r)private, (r)slave, (r)unbindable"
280280

281281
**--linux-seccomp-allow**=SYSCALL
282282
Specifies syscalls to be added to the ALLOW list.

0 commit comments

Comments
 (0)