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

notify_url never call when buyer paid for subscription

Now i am trying to make subscription plan from my website with paypal sandbox. I was already setup notify_url in business account and turn on this feature. return and cancel return is correctly work. But when test with buyer(personal)account and…
Nyi Phyo
  • 21
  • 1
  • 6
1
vote
1 answer

Sandbox paypal- lightbox does not load

Beginning Wednesday, March 27th, we encountered a problem testing PAY transactions in the Sandbox Adaptive Payment (Classic API) environment. Our last successful test was on Tuesday March 26th. We made no code or environment changes that would have…
1
vote
1 answer

Prevention of Cmd+Shift+Q alert emergence in sandboxed application

I block the screen with my own window in my app. and I need to prevent the emergence of this alert which called by Cmd+Shift+Q system hotkey.
mischa
  • 112
  • 9
1
vote
1 answer

one project, two versions? (sandboxed and nonsandboxed version)? any easy way to maintain the code?

I have developed a cocoa project and right now it has two versions, both sandboxed and non-sandboxed version. there are some differences between the sandboxed and non-sandboxed version, but the majority is the same. ie. for sandboxed version I will…
Josh
  • 692
  • 2
  • 9
  • 38
1
vote
0 answers

paypal sandbox return link to website missing

I think I'm losing my mind... I've been testing in the Paypal sandbox for a couple months now. as of the last week (starting around 3/23/13) very odd and different things have been happening (or not happening) in the sandbox. 1) had been getting…
1
vote
1 answer

Paypal standard buttons not returning transaction variables

I'm using PayPal standard buttons in the sandbox environment, but it's driving me bad, I'm using the return custom variable with the rm set to 2, so PayPal should return back to my return URL along with a $_POST array populated with the transaction…
1
vote
0 answers

How to use StartAccessingSecurityScopedResource in Delphi XE3

In a sandboxed app for MAC OS X, I need to use the NSURL function StartAccessingSecurityScopedResource But it not implemented in Delphi XE3, in the Macapi.Foundation.pas unit. How can I add this to Delphi functionaity, so I can use it? This…
1
vote
3 answers

Paypal new sandbox account no api credentials generated

I have created a new Sandbox account in PayPal. This is a merchant account. I've clicked on the profile button and there I've checked the API Credentials page. The page is totally empty. How can I get them? Should I trigger something else to have…
Lee-der
  • 93
  • 9
1
vote
1 answer

Trouble understanding differences in the NSRemoteOpenPanel with sandboxed app

I am currently trying to sandbox my app and I have been running into some strange issues with the NSOpenPanel. I am currently getting the following error when I try to display my NSOpenPanel: Error: Objective-C runtime exception:…
Mike2012
  • 7,629
  • 15
  • 84
  • 135
1
vote
1 answer

cocoa sandboxing not always working even if I added the entitlement to request to change the shared preference

I have developed an sandboxing app. One of its features is to make some changes to the /Users/username/Library/Preferences com.apple.finder.plist. So in order to do so, I have added the following to my…
Josh
  • 692
  • 2
  • 9
  • 38
1
vote
0 answers

Mac - Sandboxing - Can't Generate Developer Receipt

Building a Cocoa app using Xcode 4.6, OS X 10.8.2. Sandboxing/Entitlements/Code-signing are enabled. (It is an update to an existing app on the Mac App Store. iTunes Connect has been updated with the latest version information, and is awaiting…
Womble
  • 4,607
  • 2
  • 31
  • 45
1
vote
1 answer

PHP PayPal Sandbox cant get value after transaction

Hi I'm trying to work my php code with Paypal Sandbox. I've found a decent tutorial I think and have tested it out. The first part works fine but the problem happens when I try and retrieve values once the transaction is complete. This is the…
Geth
  • 11
  • 2
1
vote
0 answers

Running 3rd party applications in the browser

I'm currently designing the frontend for a large app. The plan is to have a master app that manages child apps and the user can add more apps to their dashboard from an app store, all in JavaScript in the browser. The problem is sandboxing,…
jpillora
  • 5,194
  • 2
  • 44
  • 56
1
vote
0 answers

How to display application logs in Console.app from a sandbox application

In sandbox, app writes log files to location in its own container like (~/Library/Containers/com.apple.Notes/Data/Library/Logs/Notes). I need the console app to show my application logs by default. Please let me know how this can be achieved
Srinidhi
  • 719
  • 5
  • 8
1
vote
0 answers

How to read file from other app's sandbox in Mac OS X?

A text input view in my app supports drag & drop of images to insert them. When user drops an image in the input view, I can get the absolute path of the file, then display it as an attachment. However, when the user drags an image which is…
Allen Hsu
  • 3,515
  • 3
  • 25
  • 38
1 2 3
99
100