Skip to content
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

Files Resource Access - Browse for Folder - allows access to excluded folders #4007

Open
typpos opened this issue Jun 19, 2024 · 0 comments · May be fixed by #4348
Open

Files Resource Access - Browse for Folder - allows access to excluded folders #4007

typpos opened this issue Jun 19, 2024 · 0 comments · May be fixed by #4348
Labels
Confirmation Pending Further confirmation is requested Feature: Resource Access Resource access related issues Type: Bug Something isn't working User Interface Related to Plus and/or Classic UIs

Comments

@typpos
Copy link
Contributor

typpos commented Jun 19, 2024

Describe what you noticed and did

Basically, the "browse for folder" feature fails to add a backslash before the wildcard and allows boxed apps to access all folders that begin with the same name instead of just content of the selected folder.

Repro:

  1. SB 1.13.4, Win 11 Pro
  2. New box
  3. On real system create folder C:\A
  4. Box Options > Resource Access > Files > Add File/Folder|Browse for Folder
  5. Select folder C:\A
  6. Note: "C:\A*" instead of "C:\A\*"
  7. Set Access "Open for All"
  8. OK
  9. Start boxed cmd.exe
  10. mkdir C:\ABC

Expected:

  • Folder C:\ABC is created inside sandbox

Actual:

  • Folder C:\ABC is created unsandboxed

How often did you encounter it so far?

Always

Is it a new installation of Sandboxie?

I recently did a new clean installation.

In which sandbox type you have this problem?

In a standard isolation sandbox (yellow sandbox icon).

@typpos typpos added the Confirmation Pending Further confirmation is requested label Jun 19, 2024
@offhub offhub added User Interface Related to Plus and/or Classic UIs Type: Enhancement Requested enhancement of existing feature Type: Bug Something isn't working Feature: Resource Access Resource access related issues and removed Type: Enhancement Requested enhancement of existing feature labels Oct 31, 2024
offhub added a commit to offhub/Sandboxie that referenced this issue Oct 31, 2024
offhub added a commit to offhub/Sandboxie that referenced this issue Oct 31, 2024
@offhub offhub linked a pull request Oct 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Confirmation Pending Further confirmation is requested Feature: Resource Access Resource access related issues Type: Bug Something isn't working User Interface Related to Plus and/or Classic UIs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants