Questions tagged [sandbox]

Sandbox is a security mechanism for containing untrusted programs. Such programs could contain malicious code, which would harm the user's system.

In computer security, a sandbox is a security mechanism for separating running programs. It is often used to execute untested code, or untrusted programs from unverified third parties, suppliers, untrusted users and untrusted websites.

Web Browsers such as and using varying sandboxing techniques, to protect the users from malicious code infecting the system.

Other common types of software which use sandboxing techniques are Virtualization software. Which allow a user to run programs within a confined environment, known as the Guest OS. The Guest OS is hosted on the Host OS, which is the main Operating System running on the system. Any harm or damages caused by any malicious programs hosted on the Guest OS, will be contained within thus not spreading to the Host OS. Thus allowing the user to resume his work without experiencing any setbacks.

Chat Room

Chat about sandbox with other Stack Overflow users

2481 questions
1
vote
1 answer

Are my test Facebook "Likes" private when in sandbox mode?

I'm trying to integrate my website with Facebook (and other social media). So far, I have: created a new app left the app in Sandbox mode added meta-data to my webpage (as describe on this post) added FB 'Like'-plugin created some test users I…
nostopbutton
  • 424
  • 5
  • 13
1
vote
1 answer

Load dll in custom appdomain in c#

I want to create a sandbox mode in my c# application. I need to load a dll in my custom or user defined app domain and then execute a method from it. I need to make sure that application cant access any of the system resources(hdd etc). It should…
Manvinder
  • 4,495
  • 16
  • 53
  • 100
1
vote
1 answer

BigCommerce Sandbox store

I've signed up for a developer account on BigCommerce and would like to be able to set up my own sandbox style store where I can use the data from my actual store without actually changing anything in production, like how other sandbox developer…
Dave Park
  • 81
  • 10
1
vote
1 answer

Sandbox access violation when using tinyeditor wysiwyg editor in chrome extension

I'm getting the following error when attempting to load a third party wysiwyg editor in a chrome extension. Sandbox access violation: Blocked a frame at "chrome-extension://cmcjindomengjienigbcldekcfnhfped" from accessing a frame at "null". …
1
vote
1 answer

running an ironpython script from python : sandbox, loadFromRemoteSources

I am kind of stuck with Iron Python now. All I want to do is to run an ironpython script from python. In my ironpython script I import a .net assembly called mydll.dll. I thought of 2 ways to do this. The first one was to use pyc.py and make an exe…
Serge
  • 1,018
  • 2
  • 11
  • 14
1
vote
1 answer

Sandbox iframe attribute isn't preventing redirects in FIrefox

I'm trying to get iFrame sandboxing to work, and Firefox is giving me trouble. I use jQuery to set the iFrame's src attribute to one of several different pages. But my target pages have JavaScript…
DawnPaladin
  • 1,426
  • 14
  • 26
1
vote
2 answers

Possible to sandbox Python configuration file?

I'm thinking of implementing a configuration file written in Python syntax, not unlike what Django does. While I've seen one or two SO questions about the merits of using executable code in configuration files, I'm curious whether there is a way to…
yukondude
  • 24,013
  • 13
  • 49
  • 58
1
vote
1 answer

Sandboxing Node.js modules - can it be done?

I'm learning Node.js (-awesome-), and I'm toying with the idea of using it to create a next-generation MUD (online text-based game). In such games, there are various commands, skills, spells etc. that can be used to kill bad guys as you run around…
opensourcejunkie
  • 518
  • 7
  • 14
1
vote
1 answer

Writing to /tmp folder iPad

I´m writing certain values to a file. See Write Operations below. This works fine when using iPad 6.1 Simulator. When trying the same thing on my iPad it fails. I think it´s something with sandboxing. I haven´t found out yet which path is best on…
Ronald Hofmann
  • 1,390
  • 2
  • 15
  • 26
1
vote
1 answer

Can't attach to SPUCWorkerProcess

The situation: Working on a virtual machine for SharePoint development. I'd like to debug the sandbox solution that I have received from our contractor. Usually I manually attach to the process by going to the debug menu > Attach to Process... >…
joynoele
  • 393
  • 4
  • 16
1
vote
1 answer

Validating Security-Scoped Bookmark Data

Asking Google about 'valid security-scoped bookmarks,' I don't get a good result. Anyway, I don't have trouble saving and reading security-scoped bookmarks. I have an XML file that saves an NSMutableArray that lists just one security-scoped…
El Tomato
  • 6,479
  • 6
  • 46
  • 75
1
vote
1 answer

PayPal Sandbox test seller always "completed / instant" - I want to test pending

I successfully tested PayPal payments (express checkout) with status "completed" ("instant"). However, I would like to test pending payments. I already set "Review Payments" to "On" (see how do I simulate a PENDING response from the paypal IPN for…
Perrschy
  • 55
  • 9
1
vote
1 answer

what does wallclock mean in libsandbox?

I am using libsandbox and there is this parameter in quota named wallclock.I googled and found that it means time for which the program was active(ie. the real time displayed when we do ./a.out running executable of a program). I am using it for an…
sasha sami
  • 525
  • 1
  • 10
  • 24
1
vote
1 answer

How to append jQuery events to an iframe with sandbox?

I have an iframe which loads local pages (proxy): I need the Javascript in these pages not to be executed (I am already executing it on the server, executing it again in the client leads to double execution, therefore bad). I can achieve this by…
fusio
  • 3,595
  • 6
  • 33
  • 47
1
vote
0 answers

How can I create a separate data system for my program?

Is it possible to create a separate file system for your program to boot from? Let me expand on my issue: I wish to set my program up to check for updates at runtime. If any are found, it will download them, install them into the current data system…
Daaksin
  • 834
  • 3
  • 13
  • 28