Feb 11
I keep getting this message on MacOSX 10.9.1 repeatedly:
10:42:47 Kernel: sandbox: xcscredd(141) deny file-read-metadata /Users 10:42:47 Kernel: sandbox: xcscredd(141) deny file-read-metadata /Users 10:42:47 Kernel: sandbox: xcscredd(141) deny file-read-metadata /Users 10:42:48 Kernel: sandbox: xcscredd(141) deny file-read-metadata /Users 10:42:48 Kernel: sandbox: xcscredd(141) deny file-read-metadata /Users
I found Leland Wallace‘s post on Apple’s self-help Support site, and tried the following:
*** /Applications/Server.app/Contents/ServerRoot/System/Library/Sandbox/Profiles/xcscredd.sb 2013-11-11 11:59:19.000000000 -0800 --- /Applications/Server.app/Contents/ServerRoot/System/Library/Sandbox/Profiles/xcscredd.sb 2014-02-11 11:03:50.000000000 -0800 *************** *** 62,68 **** ;; suppress spurious failures due to keychain notifications from xcscredhandler (deny file-read* ! (subpath "/Library/Server/Xcode/Credentials/Data") ;; we have no buisness looking in here (with no-log) ) --- 62,69 ---- ;; suppress spurious failures due to keychain notifications from xcscredhandler (deny file-read* ! (subpath "/Library/Server/Xcode/Credentials/Data") ;; we have no business looking in here ! (subpath "/Users") ;; https://discussions.apple.com/message/23570150#23570150 (with no-log) )
Let’s see if that silences a bunch of unnecessary log-noise.
Recent Comments