Created
October 14, 2016 02:05
-
-
Save inC3ASE/1c43e1b7c7023f3d40b186fdb233697a to your computer and use it in GitHub Desktop.
usr/share/sandbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; | |
;; ftp proxy - sandbox profile | |
;; Copyright (c) 2010 Apple Inc. All Rights reserved. | |
;; | |
;; WARNING: The sandbox rules in this file currently constitute | |
;; Apple System Private Interface and are subject to change at any time and | |
;; without notice. The contents of this file are also auto-generated and not | |
;; user editable; it may be overwritten at any time. | |
;; | |
(version 1) | |
(deny default) | |
(import "system.sb") | |
(allow ipc-posix-shm | |
(ipc-posix-name "apple.shm.notification_center")) | |
(allow mach-lookup | |
(global-name "com.apple.networkd") | |
(global-name "com.apple.NetworkSharing") | |
(global-name "com.apple.pfd")) | |
(allow mach-per-user-lookup) | |
(system-network) | |
(allow network* (local ip)) | |
(allow system-socket) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment