Skip to content

Instantly share code, notes, and snippets.

@inC3ASE
Created October 14, 2016 02:05
Show Gist options
  • Save inC3ASE/1c43e1b7c7023f3d40b186fdb233697a to your computer and use it in GitHub Desktop.
Save inC3ASE/1c43e1b7c7023f3d40b186fdb233697a to your computer and use it in GitHub Desktop.
usr/share/sandbox
;;
;; 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