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