Skip to content

Commit 3b69668

Browse files
committed
fix(sandbox): revert unintended ABI bump from V2 to V5
Signed-off-by: John Myers <johntmyers@users.noreply.github.com>
1 parent 013d869 commit 3b69668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/openshell-sandbox/src/sandbox/linux/landlock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn apply(policy: &SandboxPolicy, workdir: Option<&str>) -> Result<()> {
2929
return Ok(());
3030
}
3131

32-
let abi = ABI::V5;
32+
let abi = ABI::V2;
3333
info!(
3434
abi = ?abi,
3535
compatibility = ?policy.landlock.compatibility,

0 commit comments

Comments
 (0)