mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #4643 from cyphar/dmz-rename
libcontainer: rename dmz -> exeseal
This commit is contained in:
@@ -131,10 +131,10 @@ function teardown() {
|
||||
runc --debug run test_hello
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" = *"Hello World"* ]]
|
||||
[[ "$output" = *"runc-dmz: using /proc/self/exe clone"* ]]
|
||||
[[ "$output" = *"runc exeseal: using /proc/self/exe clone"* ]]
|
||||
# runc will use fsopen("overlay") if it can.
|
||||
if can_fsopen overlay; then
|
||||
[[ "$output" = *"runc-dmz: using overlayfs for sealed /proc/self/exe"* ]]
|
||||
[[ "$output" = *"runc exeseal: using overlayfs for sealed /proc/self/exe"* ]]
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user