Skip to content

Commit a0ee5aa

Browse files
committed
fix: add backticks to pivot_root in docs
1 parent 27bb4f7 commit a0ee5aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/evalbox-sandbox/src/isolation/namespace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! - `deny_setgroups` must be called BEFORE writing `gid_map` (kernel requirement)
2121
//! - The process appears as root inside but has no real privileges
22-
//! - This enables pivot_root and mount operations inside the namespace
22+
//! - This enables `pivot_root` and mount operations inside the namespace
2323
2424
use std::fs;
2525
use std::io;

0 commit comments

Comments
 (0)