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

Add Several Parameters #187

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add Several Parameters #187

wants to merge 6 commits into from

Conversation

zihu12
Copy link
Contributor

@zihu12 zihu12 commented Sep 16, 2024

Progresses #111

Add HideDiskSerialNumber,HideNetworkAdapterMAC, HideFirmwareInfo, HideNonSystemProcesses, RandomRegUID, CustomLCID and HideSbieProcesses(the one in sandbox.ini as sandbox setting)

@zihu12
Copy link
Contributor Author

zihu12 commented Sep 16, 2024

There is another HideSbieProcesses in sandboxie-plus.ini which does something totally different from the one in sandboxie.ini.......
The one in sandboxie.ini hides them from the processes in box and one in sandboxie-plus.ini hide those in the user interface......

After a look of the code there seems really no config switch for the one of the box(sandboxie.ini)......

docs/Content/HideFirmwareInfo.md Outdated Show resolved Hide resolved
docs/Content/CustomLCID.md Outdated Show resolved Hide resolved
docs/Content/HideDiskSerialNumber.md Outdated Show resolved Hide resolved
docs/Content/HideNetworkAdapterMAC.md Outdated Show resolved Hide resolved
HideNonSystemProcesses=y
```

Use the 'HideNonSystemProcesses=y' option to not allow sandboxed processed see processes running outside any boxes.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the 'HideNonSystemProcesses=y' option to not allow sandboxed processed see processes running outside any boxes.
Use the 'HideNonSystemProcesses=y' option to prevent sandboxed processed from seeing processes running outside the sandbox.

Copy link
Contributor Author

@zihu12 zihu12 Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

with HideSbieProcesses=y and HideOtherBoxes=n the process in one box can see process in another box, so maybe not "outside the sandbox"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the text in GUI says "outside any boxes"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/Content/RandomRegUID.md Outdated Show resolved Hide resolved
HideSbieProcesses=y
```

Use the 'HideSbieProcesses=y' option to hide Sandboxie Work Process (SbieSvc, SandboxieRpcSs etc.)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Use the 'HideSbieProcesses=y' option to hide Sandboxie Work Process (SbieSvc, SandboxieRpcSs etc.)
Use the 'HideSbieProcesses=y' option to hide Sandboxie worker processes (SbieSvc, SandboxieRpcSs etc.)

For this line, I would like to ask for extra confirmation from @offhub, because if confirmed, it may require a fix in the changelog.

Copy link
Contributor Author

@zihu12 zihu12 Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably so, as changelog says as my text suggests.
FYI I have made some screenshots as follows(standard non-admin with HideNonSystemProcesses=y):
with HideSbieProcesses=n:
image
and with HideSbieProcesses=y:
image

Copy link
Collaborator

@offhub offhub Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting HideSbieProcesses=y hides processes with names that start with "Sandboxie" or "Sbie" from sandboxed applications, regardless of their sandboxed status. code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants