Skip to content

Commit

Permalink
Merge pull request #930 from cgwalters/tree-wide-security-opt
Browse files Browse the repository at this point in the history
 install: Drop code/test uses of `--security-opt`
  • Loading branch information
cgwalters authored Dec 10, 2024
2 parents f943d07 + fa474a9 commit 3b58317
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests-integration/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ use fn_error_context::context;
use libtest_mimic::Trial;
use xshell::{cmd, Shell};

pub(crate) const BASE_ARGS: &[&str] = &[
"podman",
"run",
"--rm",
"--privileged",
"--pid=host",
"--security-opt",
"label=disable",
];
pub(crate) const BASE_ARGS: &[&str] = &["podman", "run", "--rm", "--privileged", "--pid=host"];

// Arbitrary
const NON_DEFAULT_STATEROOT: &str = "foo";
Expand Down

0 comments on commit 3b58317

Please sign in to comment.