mirror of
https://github.com/containers/youki
synced 2025-11-10 19:08:42 +01:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
limactl shell --workdir /workdir/youki/experiment/selinux youki-selinux "$@"
|