-若您想要引用此篇參考資料,請您註明來源出處,尊重作者著作權-
如何在Mac OSX 10.5上設定xgrid可讀取client的資料
;;
;; _xgridtask_nobody - sandbox profile
;; Copyright (c) 2006-2007 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)
(debug deny)
(deny default)
(allow process* sysctl* mach* network*)
(allow signal (target pgrp))
(allow file-read* (regex "^/(bin|dev|(private/)?(etc|tmp|var)|usr|System|Library)(/|$)"))
(allow file-read* file-write* (regex "^/(private/)?(tmp|var)(/|$)"))
=============================================================================
你只需在 (allow file-read* (regex "^/(bin|dev|(private/)?(etc|tmp|var)|usr|System
留言列表