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

Make Duplicate Box Config keep the order of the original box configuration #3523

Closed
SandboxerX86 opened this issue Dec 24, 2023 · 0 comments
Closed
Labels
Feature request New feature or idea fixed in next build Fixed in the next Sandboxie version

Comments

@SandboxerX86
Copy link

Is your feature request related to a problem or use case?

When you make a Box using the Duplicate Box Config tool the order of the settings in the .ini of the new box is reversed to the originals.

Example:
[Original Box]
Enabled=y
BlockNetworkFiles=y
RecoverFolder=%{374DE290-123F-4565-9164-39C4925E467B}%
RecoverFolder=%Personal%
RecoverFolder=%Desktop%

BorderColor=#02f6f6,ttl,6
Template=OpenBluetooth
Template=SkipHook
Template=FileCopy
Template=qWave
Template=BlockPorts
Template=LingerPrograms
Template=AutoRecoverIgnore

ConfigLevel=10
UseFileDeleteV2=y
UseRegDeleteV2=y
AutoRecover=y
DropAdminRights=y
FakeAdminRights=y
ClosedIpcPath=!< StartRunAccess >,*
ProcessGroup=< StartRunAccess >,program.exe,program.exe,program.exe
ProcessGroup=< InternetAccess >,program.exe
ClosedFilePath=D:
ClosedFilePath=E:\Folder1
ClosedFilePath=E:\Folder2
ClosedFilePath=E:\Folder3
ClosedFilePath=F:
ClosedFilePath=G:\Folder1
ClosedFilePath=G:\Folder2
ClosedFilePath=!< InternetAccess >,InternetAccessDevices

PromptForInternetAccess=y

[Duplicated Box]
Enabled=y
BlockNetworkFiles=y
RecoverFolder=%Desktop%
RecoverFolder=%Personal%
RecoverFolder=%{374DE290-123F-4565-9164-39C4925E467B}%

BorderColor=#02f6f6,ttl,6
Template=AutoRecoverIgnore
Template=LingerPrograms
Template=BlockPorts
Template=qWave
Template=FileCopy
Template=SkipHook
Template=OpenBluetooth

ConfigLevel=10
UseFileDeleteV2=y
UseRegDeleteV2=y
AutoRecover=y
DropAdminRights=y
FakeAdminRights=y
ClosedIpcPath=!< StartRunAccess >,*
ProcessGroup=< InternetAccess >,program.exe
ProcessGroup=< StartRunAccess >,program.exe,program.exe,program.exe
ClosedFilePath=!< InternetAccess >,InternetAccessDevices
ClosedFilePath=G:\Folder2
ClosedFilePath=G:\Folder1
ClosedFilePath=F:
ClosedFilePath=E:\Folder3
ClosedFilePath=E:\Folder2
ClosedFilePath=E:\Folder1
ClosedFilePath=D:*

PromptForInternetAccess=y

Describe the solution you'd like

Make a 1:1 copy of the box config. I think it would be good if the same order was maintained to have harmony in the .ini file, especially when you have several mixed boxes of new and duplicates.

Describe alternatives you've considered

No response

@SandboxerX86 SandboxerX86 added the Feature request New feature or idea label Dec 24, 2023
@DavidXanatos DavidXanatos added the fixed in next build Fixed in the next Sandboxie version label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request New feature or idea fixed in next build Fixed in the next Sandboxie version
Projects
None yet
Development

No branches or pull requests

2 participants