copy_xattrs

Function copy_xattrs 

Source
pub(crate) fn copy_xattrs(
    xattrs: &RefCell<BTreeMap<Box<OsStr>, Box<[u8]>>>,
    new_etc_fd: &Dir,
    path: &Path,
) -> Result<()>