mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
PVF: Fix unshare "no such file or directory" error (#2426)
This commit is contained in:
@@ -47,7 +47,7 @@ pub mod tests {
|
||||
}
|
||||
|
||||
/// Status of security features on the current system.
|
||||
#[derive(Debug, Clone, Default)]
|
||||
#[derive(Debug, Clone, Default, PartialEq, Eq)]
|
||||
pub struct SecurityStatus {
|
||||
/// Whether the landlock features we use are fully available on this system.
|
||||
pub can_enable_landlock: bool,
|
||||
|
||||
Reference in New Issue
Block a user