We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bb4f7 commit a0ee5aaCopy full SHA for a0ee5aa
1 file changed
crates/evalbox-sandbox/src/isolation/namespace.rs
@@ -19,7 +19,7 @@
19
//!
20
//! - `deny_setgroups` must be called BEFORE writing `gid_map` (kernel requirement)
21
//! - The process appears as root inside but has no real privileges
22
-//! - This enables pivot_root and mount operations inside the namespace
+//! - This enables `pivot_root` and mount operations inside the namespace
23
24
use std::fs;
25
use std::io;
0 commit comments