Skip to content

Commit 3b58317

Browse files
authored
Merge pull request #930 from cgwalters/tree-wide-security-opt
install: Drop code/test uses of `--security-opt`
2 parents f943d07 + fa474a9 commit 3b58317

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests-integration/src/install.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,7 @@ use fn_error_context::context;
1111
use libtest_mimic::Trial;
1212
use xshell::{cmd, Shell};
1313

14-
pub(crate) const BASE_ARGS: &[&str] = &[
15-
"podman",
16-
"run",
17-
"--rm",
18-
"--privileged",
19-
"--pid=host",
20-
"--security-opt",
21-
"label=disable",
22-
];
14+
pub(crate) const BASE_ARGS: &[&str] = &["podman", "run", "--rm", "--privileged", "--pid=host"];
2315

2416
// Arbitrary
2517
const NON_DEFAULT_STATEROOT: &str = "foo";

0 commit comments

Comments
 (0)