mirror of
https://github.com/containers/youki
synced 2025-08-06 09:33:11 +02: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 "$@"
|