I couldn't find the issue either but I did take a look at fs.rs and was able to implement it naively by just getting the same glob patterns for a given path and removing it from the hashmap being used, similar to how forbid works. You think this is enough to make a pull request?
Also, I saw that you made comments on a related issue with persisted-scope plugin. (https://github.com/tauri-apps/plugins-workspace/pull/32) Just thought I would mention that my approach is to instead of serializing the scope patterns and messing with regex, just serialize the path received from the FsScopeEvent and then reapplying by calling allow_x when needed. Have any thoughts?