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
0 answers

I can't edit a credit card information in PayPal Sandbox

I'm trying to follow steps in this official documentation: https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/ht_ec_fundingfailure10486/ After near 6 hours of research, I finally managed to create an account from…
Desdoyer
  • 82
  • 1
  • 7
1
vote
1 answer

Are FxPlugs sandboxed inside Final Cut Pro X?

I'm working with plugins for Final Cut Pro X and need to send data out to another program. So far I was able to do it by using NSDistributedNotificationCenter but that is not supposed to work. According to its Apple Developer page: Important:…
Marc
  • 324
  • 1
  • 9
1
vote
1 answer

PayPal IPN Simulator and Sandbox account

Im making an ipn handler for my iOS Application. Im using classic paypal api with my app. The thing is when i test from the PayPal IPN Simulator it works fine. I got the post message below from the simulator (with express checkout i dont…
EFE
  • 3,732
  • 4
  • 22
  • 30
1
vote
2 answers

Simulate a denied payment (lack of funds)

Using paypal sandbox account. I can successfully test a payment "completed" but i don't know how to simulate a refused (lack of funds) transaction because the credit card created with sandbox buyer profile has unlimited funds.... I know IPN…
Ago Mago
  • 11
  • 1
1
vote
1 answer

Cannot find option to turn sandbox mode off for facebook tab app

I have just created a facebook tab application and everything works fine. However I can't turn off the Sandbox mode to make it live to non admins. I have looked in Settings - Advanced but there is no sign off it. Have I missed something? is there…
1
vote
3 answers

tcl changing a global variable while in a child interpreter (interp)

I am trying to use a TCL program to read TCL modulefiles and translate them into another language. This has worked quite well until now. For reasons too complicated explain I have to treat "puts stderr" differently in different parts of the…
user2410881
  • 143
  • 1
  • 7
1
vote
2 answers

Perform commands in Mac application sandbox?

I need my application to perform a command while in the Sandbox. This is the code I have so far: // Set up the task NSTask *task = [[NSTask alloc] init]; [task setLaunchPath:@"/bin/bash"]; NSArray *args = [NSArray arrayWithObjects:@"-l", …
user1445205
1
vote
1 answer

Sandbox/JRE limitations of CloudBees?

I'm going to start developing a Java web app that I believe I will be deploying to CloudBees, but am concerned about what JRE/sandbox restrictions may apply. For instance, with Google App Engine, you're not allowed to execute any methods packaged…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
1
vote
1 answer

In App purchases not working

I am in a strange situation. I have around 200 in app purchases in my application. Some I am able to test while for others i keep on getting SKErrorDomain error with error code =0. Since I am able to test few products, I guess the problem is not…
user2353484
  • 351
  • 1
  • 3
  • 3
1
vote
1 answer

Only one player displayed in Game Center leader board (Sandbox)

In the sandbox environment of Game Center I tested with 2 different users. Unfortunately I only see one player in the leader board. Only the player who is logged in. I thought it should update after a while but now (24 hours later) I still only see…
StackFlower
  • 691
  • 1
  • 13
  • 29
1
vote
0 answers

Cannot launch another application in Mac OS X 10.8 using NSWorkspace launchApplicationAtURL:options:configuration:error

I am launching another app using NSWorkspace launchApplicationAtURL:options:configuration:error. The app is owned by root, has permission: rwx r-x r-x, and owned by root:wheel. The app is also located in /Applications folder (e.g.…
MiuMiu
  • 1,905
  • 2
  • 19
  • 28
1
vote
1 answer

java.security.AccessControlException: access denied ("java.util.PropertyPermission" "jna.boot.library.path" "read")

I am having some trouble running my signed web applet, it runs fine within Eclipse, but as soon as I upload to the webpage, I get this error log: Exception in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError at…
Corne
  • 496
  • 2
  • 8
  • 22
1
vote
0 answers

Securing a fiddle-like webapp for a compiler?

I'm planning to build a web application that will let the user write his own code, compile and test it in-browser, like phpFiddle, or Golang's tour I am aware that securing a server like this will be difficult. I know I could try to secure it by…
Waneck
  • 2,450
  • 1
  • 19
  • 31
1
vote
1 answer

Issue with chroot and bindfs

I am running into a special issue (maybe a bug) when using Bindfs and chroot. I have created a sample sandbox directory which contains nodejs and all of its dependencies so as to be able o run inside the chroot jail. Well, what I do is creating a…
Paris
  • 6,323
  • 7
  • 31
  • 49
1
vote
0 answers

Print Dialog Extension - Connecting to Network when running the PDE on a sandboxed app

I am creating a Print Dialog Extension (PDE) for Mac OSX. In that PDE, I need to connect to the network for authentication. However, due to sandboxing, when I tried the PDE in TextEdit, I cannot connect to LDAP. From the console, it says sandboxd…
MiuMiu
  • 1,905
  • 2
  • 19
  • 28