ksud: correctly copy chr device and keep xattr. close #1397

This commit is contained in:
weishu
2024-02-29 19:22:54 +08:00
parent 7b89ec89c0
commit 5355625ed6
4 changed files with 100 additions and 17 deletions

View File

@@ -37,7 +37,6 @@ sha256 = "1"
tempdir = "0.3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }
fs_extra = "1.3"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", features = ["all-apis"] }