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