-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot wildcard match directories / not working #1552
Comments
Greetings and welcome to our community! As this is the first issue you opened here, we wanted to share some useful infos with you:
|
|
Confirm Regex provides the expected behavour. Might be worth adding notes to the exclamation if the intent is for path matching not to support any string wildcards |
This issue has been automatically marked as inactive because it has not had activity in the past two months. If no further activity occurs, this issue will be automatically closed in one week in order to increase our focus on active topics. |
This issue has been automatically closed because it has not had recent activity. Thank you for your contributions. If the issue has not been resolved, you can find more information in our Wiki or continue the conversation on our Discord. |
What happened:
Various applications can spawn executables that need internet access. These executables can be created in sub directories which are generated with a random name.
Take for example visual studio, rather notorious for this, where it uses the temporary directory in which it will create subdirectories with random names, a new name every time it runs.
i.e.
C:\Users\User1\AppData\Local\Temp\
uogzuxa0.jm3
\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.ServiceThis happens every few hours thus the Portmaster creates a new profile for each unique path it sees, forever. This effectively destroys the ability for the application to be of any use.
Despite having edited the profile for the executable, and having inserted a wildcard into the path within the edit profile option, it does not function as expected.
see the screen shot below.
What did you expect to happen?:
Edit the profile, insert a asterisk for 'match any string' within the file path. From then on, the file path matching logic will use that single profile for the matching instances detected.
i.e.
C:\Users\User1\AppData\Local\Temp\
*
\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.ServiceThe text was updated successfully, but these errors were encountered: