Trust No Program
Reply to topic
Quick-Recovery and Immediate-Recovery issue
sicksadworld


Joined: 21 Jul 2012
Posts: 4
Reply with quote
Hi there,

The Specs
-------------
Sandboxie - 3.72 (Registered and License activated)
Windows 7 64-bit


The Issue
-------------
I have created a folder (D:\The_Box) to store everything I download. I run Chrome sandboxed, and I have Chrome configured to save downloaded files to "D:\The_Box".

In Sandboxie, I have added "D:\The_Box" folder to Quick-Recovery (and I have removed the default directories already listed in there). and I have Immediate-Recovery turned on.

Now, when I download any file from Chrome, I don't see the pop-up asking me whether I want to recover the file. And, I see the file already stored in D:\The_Box. when I click on delete contents Sandboxie indicates that there are no files to recover.

Can you please help me configure the quick-recovery options the right way?

Thank you.

VJ
View user's profileSend private message
Guest10


Joined: 27 Apr 2008
Posts: 4398
Location: Ohio, USA
Reply with quote
Either you are using a download manager that is running UN-sandboxed, and is listed in Sandboxie's Software Compatibility window:
Configure > Software Compatibility

Or,
you have a Direct Access setting for the "D:\The_Box" folder, for the sandbox used by Chrome:
Sandbox Settings > Resource Access > File Access > Direct Access

See if "D:\The_Box" (or "D:\") is listed in the large window on the right side (without the quotes "").
If not, then click the down-arrow at the end of "The list below applies to" box, and click on chrome.exe if it's listed there.
Does "D:\The_Box" (or "D:\), show in the window, now?

_________________
Paul
XP Pro SP3 (Admin rights), Zone Alarm Pro Firewall, Malwarebytes Pro, Firefox 21, Thunderbird 17
View user's profileSend private message
Quick-Recovery and Immediate-Recovery issue
sicksadworld


Joined: 21 Jul 2012
Posts: 4
Reply with quote
Hi Paul,

Thank you for responding to my query.

I can confirm that I do not use any download managers.

I can also confirm that there are no entries in the Direct Access configuration, and the drop down box only contains "All programs" and "firefox.exe".

Thank you.
VJ
View user's profileSend private message
Guest10


Joined: 27 Apr 2008
Posts: 4398
Location: Ohio, USA
Reply with quote
Well in that case, Copy/Paste a copy of your sandboxie.ini file (located in your Windows folder), so we can look at the settings.
The two sections of interest are the settings under [GlobalSettings], and the settings underneath the name of the sandbox that's used for Chrome.
View user's profileSend private message
Quick-Recovery and Immediate-Recovery issue
sicksadworld


Joined: 21 Jul 2012
Posts: 4
Reply with quote
Hi Paul,

here is the sandboxie.ini file that you asked for -

Code:

[GlobalSettings]

Template=7zipShellEx
Template=SynapticsTouchPad
Template=AdobeAcrobatReader
Template=OfficeLicensing
Template=KeyScrambler
KnownConflicts={2C9B1E69-DD05-40F5-8378-056A117028F9}
FileRootPath=D:\Sandbox\%USER%\%SANDBOX%
ActivationPrompt=y

[UserSettings_2DE00420]

SbieCtrl_UserName=vkancherla
SbieCtrl_NextUpdateCheck=1555555555
SbieCtrl_UpdateCheckNotify=n
SbieCtrl_ShowWelcome=n
SbieCtrl_WindowCoords=613,3,660,431
SbieCtrl_ActiveView=40021
SbieCtrl_ProcessViewColumnWidths=250,70,300
SbieCtrl_AutoApplySettings=n
SbieCtrl_BoxExpandedView=My_SandBoxie
SbieCtrl_HideWindowNotify=n

[My_SandBoxie]

ConfigLevel=7
Template=AutoRecoverIgnore
Template=Firefox_Phishing_DirectAccess
Template=LingerPrograms
Template=BlockPorts
BorderColor=#00FFFF,ttl
DropAdminRights=y
Enabled=y
OpenPipePath=D:\The_Box\
OpenPipePath=utorrent.exe,%{374DE290-123F-4565-9164-39C4925E467B}%\uTorrent.exe
OpenPipePath=utorrent.exe,D:\Movies\
NotifyStartRunAccessDenied=y
AutoRecover=y
RecoverFolder=D:\The_Box
ForceFolder=D:\The_Box
ProcessGroup=<StartRunAccess>,rundll32.exe,chrome.exe,explorer.exe,TSVNCache.exe,dllhost.exe,Skype.exe,uTorrent.exe,patch.exe,vlc.exe
ClosedIpcPath=!<StartRunAccess>,*


Thanks again for looking in to this.

Regards,
VJ
View user's profileSend private message
I am, I'm old.
Guest

Reply with quote
To me it looks like you've set-up 'The_Box' with full access therefore nothing needs recovering because it is already there.

If you don't want your sandbox to have full access to 'The_Box' then go back to 'file access' in 'resource access' and remove it from the list shown in 'full access'
Re: Quick-Recovery and Immediate-Recovery issue
Guest10


Joined: 27 Apr 2008
Posts: 4398
Location: Ohio, USA
Reply with quote
sicksadworld wrote:
OpenPipePath=D:\The_Box\
This is the setting that is allowing downloads to "D:\The_Box" to bypass the sandbox, when you use Chrome.
It's not a Direct Access setting, as I suspected you might have.
But it's a Full Access setting, which is normally reserved for use when a program is installed inside of a sandbox.
And there's no restriction set, as to which sandboxed programs can use the setting, so chrome.exe is using it.

If you want utorrent.exe to be able to use this setting for "D:\The_Box", but not allow chrome.exe to use it, you can restrict it so that only 'utorrent.exe' can use it by specifying 'utorrent.exe,' at the beginning of the setting, as in your other settings:
sicksadworld wrote:
OpenPipePath=utorrent.exe,%{374DE290-123F-4565-9164-39C4925E467B}%\uTorrent.exe
OpenPipePath=utorrent.exe,D:\Movies\

Remove the existing setting:
Sandbox Settings > Resource Access > File Access > Full Access
Select the entry: D:\The_Box
and click on Remove and then Apply.

If you DO NOT want utorrent to bypass D:\The_Box for downloads, but still bypass the sandbox for the other folders you have selected above, then you are done with this setting - stop here - but keep reading.

If you DO want utorrent.exe to be able to bypass the sandbox for this folder:
"Add Program" button: utorrent.exe
While 'utorrenet.exe' is showing in the box labeled "The list below applies to:,
"Add" button: Navigate to and select D:\The_Box
OK your way out.

P.S.There's something wrong with this setting:
OpenPipePath=utorrent.exe,%{374DE290-123F-4565-9164-39C4925E467B}%\uTorrent.exe

uTorrent.exe should not be appearing at the end of the line. If you had a sub-folder called "uTorrent.exe" (and I wouldn't think that a folder would use the .exe extension), then it would still be wrong because the setting doesn't end with a back-slash (\).
This line needs to be removed and then added back in using the same procedure as above.
Or edit out the text I show in red.
View user's profileSend private message
Re: Quick-Recovery and Immediate-Recovery issue
sicksadworld


Joined: 21 Jul 2012
Posts: 4
Reply with quote
Hi Paul ,

I have implemented your recommendations and can confirm that quick recovery now works.

Many thanks for your time and support.

Best regards,
VJ

PS: Thanks to "I am, I'm old" for your helpful suggestion as well.
View user's profileSend private message
Quick-Recovery and Immediate-Recovery issue
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

Use the RSS feed to watch this topic for replies
  
  
 Reply to topic  

Sandboxie is Copyright © 2004-2012 by Sandboxie Holdings LLC.  All rights reserved.
Sandboxie.com | Contact Author
This site has been viewed 213,019,605 times since June 2004