mirror of https://github.com/BOINC/boinc.git
Mac: Add new security access restrictions profile for project graphics.
Update screensaver options UI file for Xcode 14.
This commit is contained in:
parent
8569f2cdbc
commit
8dc8c1a9b5
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="20037" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment version="101003" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="20037"/>
|
||||
<deployment version="101304" identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
(version 1)
|
||||
(allow default)
|
||||
(deny file-read* (subpath "/Users") (subpath "/Volumes") (subpath "/private") (subpath "/etc") (subpath "/cores") (subpath "/opt") (subpath "/dev") (subpath "/var"))
|
||||
(deny file-write* (subpath "/Users") (subpath "/Volumes") (subpath "/private") (subpath "/etc") (subpath "/cores") (subpath "/opt") (subpath "/dev") (subpath "/var"))
|
||||
(deny file-read* (subpath "/Library/Application Support") )
|
||||
(deny file-write* (subpath "/Library/Application Support") )
|
||||
(allow file-write* (subpath "/Library/Application Support/BOINC Data") (subpath "/private/tmp") )
|
||||
(allow file-read* (subpath "/Library/Application Support/BOINC Data") (subpath "/private/tmp") )
|
Loading…
Reference in New Issue