mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-02 01:13:32 +08:00
fix: expand fs:scope to allow broader filesystem access for mount operations
Added \/**, \/** and ** to fs:scope to ensure mount operations on Linux/macOS can access paths outside home directory (e.g., /mnt, /media).
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"fs:allow-exists",
|
||||
{
|
||||
"identifier": "fs:scope",
|
||||
"allow": ["$RESOURCE/**", "binaries/**", "$HOME/**", "$APPDATA/**", "$CONFIG/**", "$DATA/**", "$DOWNLOAD/**", "$DESKTOP/**", "$DOCUMENT/**"]
|
||||
"allow": ["$RESOURCE/**", "binaries/**", "$HOME/**", "$APPDATA/**", "$CONFIG/**", "$DATA/**", "$DOWNLOAD/**", "$DESKTOP/**", "$DOCUMENT/**", "$TEMP/**", "$TMP/**", "**"]
|
||||
},
|
||||
"core:window:allow-create",
|
||||
"core:window:allow-center",
|
||||
|
||||
Reference in New Issue
Block a user