patch: fix FUSE permission
1. fuse flag check made wrong, fix it 2. but still mount will RO flag Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
@@ -132,6 +132,7 @@ impl ClipboardContext {
|
||||
let mnt_opts = [
|
||||
MountOption::FSName("rustdesk-cliprdr-fs".to_string()),
|
||||
MountOption::NoAtime,
|
||||
MountOption::RO,
|
||||
];
|
||||
log::info!(
|
||||
"mounting clipboard FUSE to {}",
|
||||
|
||||
Reference in New Issue
Block a user