A sandbox is a security mechanism for containing and restricting untrusted programs. Such programs could contain malicious code, which would otherwise harm the user's system.
0
votes
1answer
9 views
Copying file from app bundle of sandboxed application
I have a graphical application with some predefined tool configurations. At the first lunch of the application I would like to copy these default configuration files into ...
0
votes
0answers
16 views
Sandboxing in Mono
I am trying to implement Sandboxing in Mono. We have a Sandbox running in C# now with custom AppDomains but it doesn't really work well with Mono (We do use reflections internally to do some crazy ...
1
vote
0answers
89 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 ...
0
votes
0answers
90 views
IE mobile popup window opening in the same window
Below is the code i'm using to popup a window
<h2>IE9 Test</h2>
<script type="text/javascript">
openWindow = function () {
url = 'http://google.com';
...
0
votes
1answer
45 views
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 ...
1
vote
1answer
156 views
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 ...
1
vote
1answer
162 views
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 ...
0
votes
1answer
40 views
Sandboxed Application: Retrieve a folders size in MB/GB
I would like to find the size of a given path in MB/GB. I have tried before with NSFileManager but every result would turn out zero because of the app sandboxing (frustrating). Is there a method which ...
0
votes
1answer
24 views
Which database EAN sandbox uses in testing environment?
I want to ask that, when we use EAN (Expedia Affiliated Network) Sandbox for testing environment, which Database is used by Sandbox?
I mean is it Localhost database or there is some mirror database ...
0
votes
0answers
30 views
growl framework osx and sandboxing
I was going to build a new project based on an old one. So when i tried to run the old one i got this message from XCode:
But the application started normally and the growl notification worked as ...
2
votes
1answer
136 views
IronPython Sandboxing with CAS
I am trying to integrate IronPython into a C# application for scripting purposes. I would also like the scripts to run under a set of security policies that restrict their access to the file ...
4
votes
2answers
162 views
AccessController not taking a class' ProtectionDomain into account [resolved]
Answer
I figured out the answer to the question, and answered it below.
I'll leave the question unchanged for completeness.
Context
I am writing a Java system where code is executed in very strict ...
1
vote
1answer
65 views
What is the encoding for URL bookmarks stored as NSData?
What is the best way to get the path from the NSData bookmark object, if the bookmark will not resolve?
Normally, you just resolve the bookmark, you get a URL, and off you go. But if the bookmark ...
2
votes
2answers
430 views
NSAppleScript execution fails in sandboxed app
I have a sandboxed app targeting Mac OS X 10.7, and want to execute this AppleScript:
tell application "Safari" to add reading list item "http://www.apple.com"
I have tested this script in the ...
1
vote
1answer
87 views
Allow HID control for the sandboxed app
We're trying to sandbox our app to submit it to the Mac App Store (for the first time). It makes hard use of the lower level Carbon APIs and cannot operate the other way.
When I enabled the ...
0
votes
2answers
190 views
Using GWT in a Chrome Extension, with manifest version 2, sandboxing
Does anyone know a complete example of a chrome extension using GWT was made working under manifest version 2 by use of sandboxing the GWT page (and communicating via postMessage)?
My attempt, that ...
0
votes
0answers
125 views
How to get Google's Visualization:geomap to load in Cocoa WebView using Sandboxing
As the title says, I'm trying to get Google's Visualization:geomap html code to load in a Cocoa WebView which is in a Sandboxed Mac OSX Lion app.
I am able to do it if I turn Sandboxing off, but I ...
0
votes
0answers
36 views
launching xcodebuild from within my sandboxed app fails
I need to call xcodebuild within my sandboxed app.
My app generates objc files and projects, and I would like to compile it using xcodebuild - like in the past.
But the new required sandboxing, ...
3
votes
1answer
269 views
Sandboxing content in an IFRAME, on the client side
The issue
I have some javascript content that I want to "sandbox" into an iframe:
<script type="text/javascript">
doSomethingPotentiallyMalicious( // ideally, i want this to be able to ...
1
vote
0answers
98 views
Setting up a secure environment for malware analysis, looking for alternative to installing virtual machine
I am looking to setup a secure malware analysis environment that will allow me to easily attach my debugger (ollydbg) either from within or outside of the environment to monitor the malware. I would ...
0
votes
1answer
153 views
Mac App Store sandboxing and read-only SQLite DB in .APP bundle
I'm working on Mac App Store sandboxing but have an app that was rejected from the store based on detected read/write access to an SQLite database file located in my .APP bundle. However, I only need ...
1
vote
2answers
41 views
Apple Sandbox and AXUIElementRefs
How can i access another app if my app is in this strange Sandboxing thing which is required to release a app in the MAC App Store?
I'm reading with this Method an UIElement:
...
0
votes
1answer
93 views
System() command not working when enabling app sandboxing
Apple now require all future apps to be sandboxed and so I followed the instructions to sandbox an app. The build succeeded but then my system(rm -rf ~/.Trash/*) command stopped working. Nothing ...
0
votes
0answers
126 views
Android Air Load swf to an other swf from sdcard
I need to load a Flash Application in to a stageWebview. Loading one swf works fine but I can not load another swf into the first swf.
I tried:
load the first swf direct without html
load from ...
0
votes
1answer
80 views
What will happen to the non-sandboxed apps on the Mac App Store?
The Mac App Store sandbox deadline has finally arrived on June 1. What does this exactly mean for existing, non-sandboxed apps? I see existing apps in the Mac App Store that are not sandboxed and yet ...
1
vote
1answer
135 views
how to add Sandbox entitlements to cocoa bundle project
Does anyone know how to add sandbox entitlements to special xcode project like cocoa bundle project?
I have a Safari plugin under development, which is created in xcode with bundle project type. The ...
0
votes
1answer
63 views
Best way to test & experiment with nginx, apache?
What's the best way to experiment with local installations of web servers, like nginx and apache, in such a way that it's easy to discard and start a new instance of either? I'm new to both of these ...
0
votes
0answers
35 views
“Sandboxing” application/api for copying files
On Linux (multiplatform will be a plus), I need some kind of sandboxing application or API specifically for copying files. It doesn't have to be a real sandbox per-se, but it needs to satisfy the ...
0
votes
1answer
1k views
'sandboxd: deny file-write-create' when writing to app's own bundle
I've written a program in the Mac App store which displays some graphics. Occasionally it updates these off the internet. As with most folks, I'm having to Sandbox my app now.
Almost everything is ...
1
vote
1answer
171 views
Sandboxing Issues
So I have to implement sandboxing in order to keep my Mac app in the Mac app store. When I enable sandboxing, my application works for the most part. I use the "top" command to get my CPU info and RAM ...
1
vote
1answer
222 views
.NET 4.5 / Assemblies loading from remote resource without loadFromRemoteSources=true
After installing .NET 4.5 beta, I noticed that my calls to Assembly.LoadFrom with a network path succeed without explicitly specifying "loadFromRemoteSources=true" in the application configuration ...
0
votes
1answer
102 views
How do I get permission to read/write access to database located in Resources inside sandboxed app?
I have database in the MyApp.app/Contents/Resources folder. I want at least to read data from it in the sandboxed app.
Now I have a lot of "deny file-write-data ...
2
votes
0answers
179 views
If my Mac App works, do I have to fix sandboxing “violations”?
I am preparing my Mac app for sandboxing. Although my app runs properly (doing everything it should), I still see a few sandboxing violations when using Console. For example, when tying to use ...
1
vote
1answer
106 views
Setting up a duplicate mongodb test environment
I am wondering what the community would most recommend for a problem I'm having with setting up a sandbox environment for our team.
Currently, we use two separate MongoDB instances, both 3 member ...
4
votes
1answer
509 views
Mac Sandbox: testing whether a file is accessible
Does anybody know whether there's a way of finding out whether a particular file system location is accessible under the sandbox?
I want to test whether a particular file is accessible under the ...
0
votes
0answers
71 views
How can I reduce security vulnerability of a client application which downloads html/javascript from server?
I'm working on a notification app. The client polls the server periodically. If a message needs to be displayed on client, the server returns some html as part of it's response.
We'd like to use ...
0
votes
2answers
81 views
Sandboxing thread
I want to create thread or process that would have its own virtual address space (It would probably would have to be separate process) without system libraries in the address space. My goal is to ...
0
votes
3answers
85 views
javascript sanbox a module to prevent reference to Window
I trying to create a sandbox module that can take a object and prevent that object's code reference to window.
here is how it work in concept.
var sand = function(window) {
var module = {
say: ...
3
votes
1answer
184 views
How do I sandbox calling an external unmanaged application from managed code?
We are developing an online test application for XSLT processors in ASP.NET, however, I'm a bit worried about how to limit the vulnerabilities of our system. Is it possible with .NET to sandbox a ...
0
votes
6answers
212 views
Recoverying from exceptions
In our application (c++) we load 3rd party DLLs using LoadLibrary.
Sometimes these DLLs cause exceptions, such as "Access violation reading location 0x00000000..".
Is it possible to recover from such ...
2
votes
1answer
469 views
Mac Sandboxing and Temp files
I'm working on sandboxing my applications and I've got a problem because a library that I use creates temporary files when it modifies the original file, e.g.
When it changes something in "Hello ...
1
vote
3answers
447 views
Do application have access to all data on smartphone [closed]
I would like to know if applications (iOS, Android or Blackberry) have access to all data on the phone or if there is a sandbox system preventing application from getting sensitive informations. I ...
3
votes
1answer
580 views
Limiting a Lua script's memory usage?
I've seen it said multiple times that there is no way to limit a Lua script's memory usage, including people jumping through hoops to prevent Lua scripts from creating functions and tables. But given ...
0
votes
0answers
83 views
Why is sandboxing untrusted interpreted code difficult
This is a theoretical question of an empirical observation, which is not directly code related, but I think is of practical importance.
The failure and deprecation of rexec in Python, the hoops ...
1
vote
1answer
258 views
Lion Sandboxing an existing Snow Leopard Core Data App
I'm going through the effort of migrating an existing Snow Leopard app store application to a sandboxed Lion application. As part of the sandboxing, the Library path moved from ~/Library to ...
0
votes
1answer
908 views
Iphone/IOS - Debugging Application Crashes
From what I've read, this topic has come up several times over the last few years and usually with very vague answers, plus there hasn't been a mention of it from what I've found in over a year so I'm ...
1
vote
2answers
216 views
OS X sandboxing questions
I have a Mac application in the App Store and am looking to adopt sandboxing before it becomes a mandatory requirement. I've run into two issues and was hoping to post here for some insight into best ...
0
votes
1answer
173 views
Is ClickOnce a sandbox technology with features that are not opt-in?
I was dinking around with click once on a locked down corporate machine (ssh! don't tell anyone) and some click once installation succeeded and ran, same as if the were portable applications, even ...
0
votes
1answer
265 views
How to disable firefox/mozilla global extensions access
I need to sandbox Mozilla Firefox and it seems that write access is required for "~/Library/Application\ Support/Mozilla/Extensions/" on Mac OS. I want to turn off this feature.
Is it possible ...
0
votes
1answer
329 views
Flash videos in WebView not working in sandboxed app
I'm having a problem with playing flash videos in my application. It's been working before, but ever since Apple has required every developer to enable entitlements and sandboxing, flash videos in ...