Top "Sandbox" questions

Sandbox is a security mechanism for containing untrusted programs.

How to create sandbox in C# for external process?

How to create sandbox in C# for external process? As sandbox I understand an environment for process I start from …

c# sandbox
Using the Google Chrome Sandbox

There are several resources out there that explain how the sandbox in Chrome works and what it does to protect …

c++ google-chrome sandbox
Please login to use the PayPal sandbox feature

With the recent revamp of the PayPal developer site, I have encountered many problems trying to test my site with …

paypal sandbox paypal-sandbox
Python: block network connections for testing purposes?

I'm trying to test a package that provides interfaces to a few web services. It has a test suite that …

python sandbox
Python, safe, sandbox

I'd like to make a website where people could upload their Python scripts. Of course I'd like to execute those …

python sandbox
How to add a sandboxed app to the login items

I want my app to auto start if the user select the option. The methods I have been using is …

xcode macos cocoa sandbox
Does MailChimp have a sandbox API with dummy data in it for testing?

I'd like to start using the MailChimp API to create a utility that simply pulls some metrics from a user's …

rest mule sandbox mailchimp dummy-data
Ruby: creating a sandboxed eval?

My Rails app has complicated rules about when a bit of content should be displayed on a page or not. …

ruby-on-rails ruby eval sandbox
Disable Java reflection for the current thread

I need to call some semi-trustworthy Java code and want to disable the ability to use reflection for the duration …

java security reflection sandbox securitymanager
How to store local data after user delete my iOS app?

I thought it's impossible, because all the data store in a sandbox, when user delete the app, all the data …

ios persistence sandbox