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

learn more… | top users | synonyms

6
votes
0answers
197 views

No vsync without Aero composition; cannot turn on Aero on CreateDesktop() made desktop

I'm rendering with OpenGL. My stuff is sandboxed so I use CreateDesktop() to prevent shatter attacks. However, the new desktop has no Aero composition when created for whatever reason (though the ...
4
votes
0answers
122 views

Is the AudioFilePlayer audio unit sandbox compatible?

I've run into a problem using the AudioFilePlayer audio unit with app sandboxing enabled on OS X 10.8. I have an AUGraph with only two nodes, consisting of an AudioFilePlayer unit connected to a ...
3
votes
0answers
40 views

Make HTML5 sandbox work for IE8/9 using polyfill or shim

I would like to make the new HTML5 Iframe attribute sandbox work in IE8 and 9. I have Googled for about a day now and tried many "libraries" which are supposed to make HTML5 work, but they don't seem ...
3
votes
0answers
110 views

Unity3d Sandboxed Game Center on MacOSX

For uncertain reasons the game is not recognized by game center. If the application GameCenter user is logged in, when you try to log in to the game GameCenter on start, it displays This Game is ...
3
votes
0answers
123 views

Implementing a sandbox with custom stack on Windows 64-bit

I am currently investigating how to implement a sandbox (similar to Google's NaCl project ) where I can run untrusted x86 code (restricted instruction set) in such a way that it cannot harm the rest ...
3
votes
0answers
162 views

Turning off auto-renewing subscriptings on an iOS device in sandbox

I have set up and tested In-App purchases successfully in sandbox environment. But I have a problem: In actual In-App purchases, I can turn off auto-renewing subscriptings on an iOS device by ...
3
votes
0answers
448 views

Mac App Sandbox: can't open folder in sandbox container with NSWorkspace

I want to open a folder in sandbox container with Finder, but can't get it working. This is my code. - (IBAction)buttonClicked:(id)sender { NSString *folder = [NSHomeDirectory() ...
3
votes
0answers
82 views

Using Apple Services in a sandboxed app

My application is sandboxed. I added an item to the Services menu and when I try to select that menu item in another application, my application is not loaded and the service doesn't work. The icon ...
3
votes
0answers
401 views

How to lock down (or sandbox) JDK's built-in Javascript interpreter to run untrusted scripts

we have a Java application and would like to run untrusted code using the built in Javascript interpreter (javax.script.*) However by default the interpreter allows access to any java class. For ...
2
votes
0answers
39 views

Any way for a sandboxed OS X app to intercept keystrokes?

So I've used Dave Delong's brilliant code here to intercept keystrokes in OS X without my app needing to be in focus, unfortunately my app crashes when I try to sandbox it with the message 'deny ...
2
votes
0answers
110 views

Apple Sandbox denying access to public data in low level calls

For some reason the sandbox on Lion is causing my app to crash while making a call to getprotobyname which should be available since it only reads static data provided by OSX itself. Is this some ...
2
votes
0answers
181 views

jQuery Mobile inside of a sandboxed iframe

I want to run jquery mobile sites inside an iframe which is sandboxed but with allow-scripts. But it will show nothing. <!Doctype html> <html> <head> <title>#1 JS ...
2
votes
0answers
211 views

restoreCompletedTransactions never calls updatedTransactions in StoreKit

I've been banging my head against the wall for a few days with this, since everything used to work fine, but now that I've moved to Mountain Lion, XCode 4.5 and iOS5.1 and iOS6, this issue came along ...
2
votes
0answers
241 views

Global events, the Mac App Store, and the sandbox

I'm working on an app where using global key-down events will be a requirement for its operation. Additionally, I plan on distributing this strictly via the App Store. (Its a Mac app, not iOS.) I've ...
2
votes
0answers
91 views

How to test my inApp purchase in server model while my one app is live

I have an iOS app with in APP purchase with server model, and ready for QA submission. According to Apple documents, my server should call "https://sandbox.itunes.apple.com/verifyReceipt" url for ...
2
votes
0answers
209 views

Disabling Sandbox for app not working

Trying to use Facebook Connect to allow users to login to our new vBulletin 4.1.11 board. It works fine, but only for people added ass Administrators, Testers, etc in the app. As soon as a user is ...
2
votes
0answers
103 views

How can I get around Adobe AIR strict JavaScript sandboxing?

I am building a desktop HTML application. I choose Adobe AIR for deployment because I am familiar with AIR from the ActionScript side and because it seems to hook into the desktop well. However, I am ...
2
votes
0answers
173 views

Droplets and the Mac OS X Sandbox

I've got several programs that can create droplets, e.g. mini-applications that when the user drag & drops files on them, will open the main application passing the dropped files and the settings ...
2
votes
0answers
411 views

Login with test users fail when in sandbox mode (iOS SDK)

My problem is that if I have sandbox turned off for my iOS app I can log in to FB fine as one of my test users. But as soon as I enable sandbox I can no longer login. I get: ...
2
votes
0answers
133 views

JRuby - Monkeypatching as poor man's security manager?

Is there any thing wrong with selectively monkey-patching all Ruby core classes (File, Kernel, IO etc) to create a sort of access control? My JVM will be running untrusted user code, and for some ...
2
votes
0answers
250 views

Testing in-app purchase after going live

I would like to make a contest for my iPhone and iPad apps users. I would like to give some bonus content for winners as a reward. Normally that content is paid (for eg. additional levels) and it's ...
1
vote
0answers
42 views

On non jailbreak iphone,Can I run a binary in my Application bundle directory?

I have an executable binary file in my App folder. I want to use this App to run this code and I have signed the code with my certificate. But I don't know how to launch it. Fork, execvl and ...
1
vote
0answers
72 views

Strange crash when bringing up a window on Sandboxed cocoa app only on OSX 10.8.3

This one is quite weird. I recently upgraded to Mountain Lion on my dev machine and now every time I bring up the main project window of my app it crashes. The strange thing is that it only happens ...
1
vote
0answers
153 views

Jython with java sandboxing: granting permissions more specific?

I write a python- sandbox for running python scripts restricted, using Jython and the java security policy. To granting permissions I defined a policy file like this: grant { permission ...
1
vote
0answers
68 views

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 ...
1
vote
0answers
73 views

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 ...
1
vote
0answers
69 views

Apple sandbox: Disable NSDocument's atomic save for Document-scoped bookmarks

I have posted this question on Apple's Developer forum and received no reply after a week, so I am hoping I will have better luck here. I have created a standard document-based application (using ...
1
vote
0answers
171 views

AppId Creation for PayPal Integration in Android

I am trying to integrate PayPal in my Android existing application. How to integrate PayPal in Android application? Creation of App_Id, button, registration, success/failure action handling and all.
1
vote
0answers
88 views

Running an untrusted application on Linux in a sandbox

We have a device running Linux and we need to run untrusted applications on this. We are trying to alleviate the following security concerns - The untrusted application should not be able to ...
1
vote
0answers
97 views

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 ...
1
vote
0answers
23 views

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 ...
1
vote
0answers
67 views

Updating a (sadly already distributed) sandboxed OSX application using sparkle

In a burst of non-thinking enthusiasm I sandboxed then sparkle-updated my app. Since the app only has read/write access to user selected files (and the music directory) I can't now update my own ...
1
vote
0answers
35 views

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. ...
1
vote
0answers
70 views

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. ...
1
vote
0answers
51 views

Chrome Extension sandbox and message passing

I have an old Chrome extension that I want to update for manifest version 2. I noticed I have an eval function call that I cannot get rid of. I'm trying to understand the new Chrome sandbox feature ...
1
vote
0answers
36 views

Access sidecar files in a Mac sandboxed app

I need to access sidecar XMP files in a document-based photo editor application. The image files are the documents, and I need to access the sidecar XMP file when the user open and save an image ...
1
vote
0answers
117 views

paypal sandbox error

I have setup paypal sandbox which i have used before with no problems but now its causing me lots of issues and im not sure how to narrow down the problem. I have setup a business through paypal ...
1
vote
0answers
169 views

Can I create a sharepoint folder from a CRM 2011 plugin running in sandbox (partial trust) mode?

Can I create a sharepoint folder from a CRM 2011 plugin running in sandbox (partial trust) mode? There are several ways to do this when not running in sandbox isolation mode, but not when running in ...
1
vote
0answers
85 views

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 ...
1
vote
0answers
74 views

How to implement a sandboxed python interpreter in django to allow user to upload and run code with limited file-system access

I'm looking at building a web based learning environment for Python-based bioinformatics programming. I'm aiming for a mix of Codeacademy's interface, with Rosalind-style questions, preferably ...
1
vote
0answers
64 views

Extent of Sandboxing Constraints In Google Chrome for Packaged Apps

I hope the following question is specific enough. The short, core version is: Can a Google Chrome packaged app ever write a file to a user-selected folder? But more details about what I'd like to do ...
1
vote
0answers
37 views

Where can I find more information about the “related items” feature for sandboxed mac apps?

Where can I find more information about the “related items” feature for sandboxed mac apps? The feature is briefly introduced in the video of the “WWDC 2012 Session 700: The OS X App Sandbox” (around ...
1
vote
0answers
51 views

Security when compiling custom language to Java

I'm compiling user-inputted code in a custom language to Java. The resulting code, as of now, can only have one class with static methods. Because the user code is insecure, I've set up a security ...
1
vote
0answers
295 views

Do GameCenter sandbox achievements work with ad-hoc distribution builds?

I've followed all the instructions for the GameCenter stuff. I've added the code to authenticate my app, and made 3 sample achievements for my app via iTunes Connect. I can see my 3 sample ...
1
vote
0answers
61 views

OSX: Hiding Cocoa app's temp files from a Posix/shell program: “reverse” sandboxing?

So here is the problem: my app (sandboxed or not, doesn't seem to matter) creates some temp files in NSTemporaryDirectory(). These files are then passed to some Cocoa/Quartz APIs for rendering and ...
1
vote
0answers
493 views

Sharepoint Sandbox solution - Updating Sitepages/Home.aspx on webprovisioned event, Occasional conflict error

As part of a sandbox solution I am creating, I have a web provisioned event receiver that does the following: Updates the new sites branding to match the root site Updates the default ...
1
vote
0answers
75 views

App Store Sandboxing & Helper Console Application - Errors

I've been a Mac App Store Developer for over a year now, and finally I was confronted with Sandboxing, as after a short break I decided today to submit yet another app. The app consists of : one ...
1
vote
0answers
79 views

How to sandbox an included framework

After a number of successful submissions of my sandboxed app to the App Store, today Apple decided to reject my app because a 3rd party framework it includes and links against is not sandboxed. I ...
1
vote
0answers
203 views

NSWorkspace vs NSTask to start iTunes from a sandboxed app

I'm trying to run iTunes from my ObjectiveC app that runs in a sandbox. Apple documentation mentions that 'child processes created with the NSTask class inherit the sandbox of the parent app'. The ...
1
vote
0answers
148 views

paypal sandbox setup seller account buy now

Ok, so I have created my buyer and seller accounts in the sandbox, i select the seller account and press the yellow button at the bottom 'Enter sandbox test site' - a new window opens and says im ...

1 2 3 4 5 7