diff --git a/src/agent/src/device.rs b/src/agent/src/device.rs index 775ead87d..423fc9abb 100644 --- a/src/agent/src/device.rs +++ b/src/agent/src/device.rs @@ -398,7 +398,7 @@ pub fn update_device_cgroup(spec: &mut Spec) -> Result<()> { major: Some(major), minor: Some(minor), r#type: String::from("b"), - access: String::from("rwm"), + access: String::from("rw"), }); Ok(())