Merge pull request #427 from amshinde/ease-rootfs-access

device: Ease device access for rootfs device to allow node creation
This commit is contained in:
Archana Shinde 2020-07-24 17:14:50 -07:00 committed by GitHub
commit ba251df68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(())