Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions completions/bash/oci-runtime-tool
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,13 @@ __oci-runtime-tool_complete_compliance_level() {
__oci-runtime-tool_complete_propagations() {
COMPREPLY=( $( compgen -W "
private
rprivate
shared
rshared
slave
rslave
unbindable
runbindable
" -- "$cur" ) )
}

Expand Down
2 changes: 1 addition & 1 deletion man/oci-runtime-tool-generate.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ read the configuration from `config.json`.

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

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