|
|
c.Fatalf("unshare should have failed with permission denied, got: %s, %v", out, err)
|
|
|
+ runCmd = exec.Command(dockerBinary, "run", "--privileged", "--security-opt", "apparmor:docker-default", "--name", name, "jess/unshare", "unshare", "-p", "-m", "-f", "-r", "mount", "-t", "proc", "none", "/proc")
|
|
|
+ c.Fatalf("unshare should have failed with permission denied, got: %s, %v", out, err)
|