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

Document Interaction Controller

My app is supposed to be able to read and edit PDF, DOC and TXT file formats, so I decided to use another application (let me name it as app2) to open and edit files from my application. But when I save the file in app2, file gets saved into sandbox…
karan
  • 335
  • 4
  • 13
1
vote
1 answer

How to allow DLL create/read/update/delete files ONLY in the directory where the DLL is located

I have a few folders and every folder contains a few .DLL files. The DLL can be executed, and I have to ban CRUD operations by this DLL outside of its own folder. But the DLL can perform any save operation it needs, as long as its in the same folder…
1
vote
1 answer

game center sandbox -- neither truly logged in nor out

I am working on a new version of my app. I was using the sandbox normally for a while, but now all of my devices are stuck with a very strange problem. They appear to be halfway logged into game center. It doesn't work for them, but they can't…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
1
vote
3 answers

Silverlight equivalent to signed Java Applet?

Is there a Silverlight equivalent to signed applets in Java? I'm basically trying to host what would traditionally be a desktop application in a browser*, and I'd rather do it all in a single package (the Silverlight end) rather than delegate…
Kevin Montrose
  • 22,191
  • 9
  • 88
  • 137
1
vote
1 answer

Mac GameCenter for mac not working with sandboxing

Mac Mac OS X 10.8.2 / XCode 4.5.2 / Mac Pro I have 3 times rejected from apple review. Help me~ please DESCRIPTION OF PROBLEM I have problem GameCenter for mac. Xcode -> sandboxing enable . GameCenter don't work Xcode -> sandboxing disable. …
1
vote
1 answer

Have a sandbox account in PayPal with negative balance

I am trying to have a sandbox account which I create with $1.00 with the balance, but as it has a credit card linked, bam, it just grabs more money from the credit card like nothing as I try for billing to fail precisely because I need to charge for…
lbennet
  • 1,083
  • 5
  • 14
  • 31
1
vote
2 answers

Is there a service that allows testing code against multiple database products?

We're writing an open source tool that is designed to work against multiple database products (really, it's designed to work with any database that has a JDBC driver available). However, because it does DDL (not DML), we need to test against…
Todd R
  • 18,236
  • 8
  • 31
  • 39
1
vote
1 answer

How to create test account with PayPal Payments Pro (Use to represent yourself as a merchant using Pro) option selected in sandbox?

I am unable to create Paypal sandbox test account with option PayPal Payments Pro (Use to represent yourself as a merchant using Pro). I selected the option during test account creation but when I viewed the details of that account, then it…
Arvind
  • 938
  • 9
  • 23
1
vote
1 answer

Best practice to test website

I'm creating a design for my website before coding it in PHP. The thing is the path to my images/css/javascript is like this : link="/stylesheets/style.css" so it doesn't work when I open it locally (it reaches to my c:/ harddrive). If I change it…
David 天宇 Wong
  • 3,724
  • 4
  • 35
  • 47
1
vote
1 answer

Creating a Drupal Sandbox

This could be a superuser question. I'm not sure but I need to create a sandbox for an existing Drupal Site. I'm wondering if there is a tried and true way of doing this or am I going to have to try and piece together all the files I need?
ExceptionLimeCat
  • 6,191
  • 6
  • 44
  • 77
1
vote
1 answer

Why doesn't this simple applescript work any more in ML mail.app (as a rule)

It works only when you right click on the mail message and choose "run rules", but not on incoming messages (without interaction). The first dialog is shown both when incoming or running manually, but the second dialog (with the id) is only shown…
user429620
1
vote
1 answer

libsandbox / pysandbox documentation

I want to execute code for an online-judge project. I couldn't find documentation for the Python wrapper of libsandbox I've found sample2.py and some test cases but without explanations. What are the defaults when creating a sandbox? Is it secure by…
pablo
  • 2,719
  • 11
  • 49
  • 67
1
vote
1 answer

PayPal's Sandbox for Pay With PayPal hangs on confirmation

I'm trying to integrate PayPal into my website using their PHP API. I've gone through the setup of creating a sandbox-merchant and sandbox-user account and I've put all the code necessary into the relevant pages and included my user/pass/key etc. in…
twistedpixel
  • 1,212
  • 4
  • 14
  • 33
1
vote
0 answers

How redirect output of a sandbox program to a calling PHP file?

I am trying to execute a c code in a sandbox. I am using the libsandbox 0.3.5. This is how I go about it: 1) The PHP file uses shell_exec to compile the sandbox first shell_exec("gcc -o sandbox Sandbox.c -lsandbox"); 2) Then I also compile the…
user657592
  • 1,031
  • 4
  • 16
  • 24
1
vote
1 answer

mac app main bundle resource permission with sandbox and entitlement

Possible Duplicate: Mac OS X: Where should I store save games for a game delivered as a bundle? i am migrating my iOS game to mac. The file I used to store high scores is saved under xxx.app/Contents/Resources. However, when I enable the sandbox…
OMGPOP
  • 1,995
  • 8
  • 52
  • 95
1 2 3
99
100