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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>SupportedBoardIds</key> | |
<array> | |
<string>Mac-F2268DC8</string> | |
<string>Mac-50619A408DB004DA</string> | |
<string>Mac-F42D86A9</string> | |
<string>Mac-742912EFDBEE19B3</string> |
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
/Applications/App Store.app | |
/Applications/Automator.app | |
/Applications/Calculator.app | |
/Applications/Calendar.app | |
/Applications/Chess.app | |
/Applications/Contacts.app | |
/Applications/Dashboard.app | |
/Applications/Dictionary.app | |
/Applications/DVD Player.app | |
/Applications/FaceTime.app |
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
;; OriginatingProject: files | |
;; | |
;; common rules for various BSD daemons | |
;; Copyright (c) 2007-2011 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. | |
;; |
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
;; OriginatingProject: ipsec | |
(version 1) | |
(deny default) | |
(import "system.sb") | |
(allow system-socket sysctl-read sysctl-write) | |
(allow system-info (info-type "net.link.addr")) |
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
;; Copyright (c) 2008 Apple Inc. All Rights reserved. | |
;; | |
;; sshd - profile for privilege separated children | |
;; | |
;; WARNING: The sandbox rules in this file currently constitute | |
;; Apple System Private Interface and are subject to change at any time and | |
;; without notice. | |
;; | |
(version 1) |
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
(version 1) | |
(deny default) | |
(import "system.sb") | |
(import "opendirectory.sb") | |
(allow file-read* file-write* | |
(extension "com.apple.systempreferences.write-only")) | |
(allow file-read* |
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
(version 1) | |
(deny default) | |
(import "system.sb")(system-graphics) | |
(import "com.apple.corefoundation.sb") | |
(corefoundation) | |
(allow file-read-metadata) | |
(allow file-issue-extension |
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
/* | |
File: PACSuppport.js | |
Contains: PAC Support functions | |
Copyright: Copyright (c) 2003-2004 Apple Inc. All rights reserved. | |
Bugs?: For bug reports, consult the following page on | |
the World Wide Web: | |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleDisplayName</key> | |
<string>CFNetwork Core Types</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.apple.cfnetwork.coretypes</string> |