]> git.saurik.com Git - apple/shell_cmds.git/commitdiff
shell_cmds-207.100.1.tar.gz macos-10154 macos-10155 macos-10156 v207.100.1
authorApple <opensource@apple.com>
Thu, 23 Jan 2020 07:35:30 +0000 (07:35 +0000)
committerApple <opensource@apple.com>
Thu, 23 Jan 2020 07:35:30 +0000 (07:35 +0000)
shell_cmds.xcodeproj/project.pbxproj
su/su_entitlements.plist [new file with mode: 0644]

index df03dc74ef8b385e16340376f64e242007f2cab4..f46f071d2676829945361b8026254fae72f72a5c 100644 (file)
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+               6C1C283E22FB822900E0AC67 /* su_entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = su_entitlements.plist; sourceTree = "<group>"; };
                C6868576154725700025D623 /* systime */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = systime; sourceTree = BUILT_PRODUCTS_DIR; };
                C6868579154725700025D623 /* systime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = systime.c; sourceTree = "<group>"; };
                C686857B154725700025D623 /* systime.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = systime.1; sourceTree = "<group>"; };
                FCBA13EE14A141A300AA698B /* su */ = {
                        isa = PBXGroup;
                        children = (
+                               6C1C283E22FB822900E0AC67 /* su_entitlements.plist */,
                                FCBA13F014A141A300AA698B /* su.1 */,
                                FCBA13F114A141A300AA698B /* su.c */,
                                FCBA13F214A141A300AA698B /* su.pam */,
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                CLANG_ENABLE_OBJC_WEAK = YES;
+                               CODE_SIGN_ENTITLEMENTS = su/su_entitlements.plist;
                                INSTALL_MODE_FLAG = "u+s,u+w,go-w,a+rX";
                                PRODUCT_NAME = "$(TARGET_NAME)";
                        };
diff --git a/su/su_entitlements.plist b/su/su_entitlements.plist
new file mode 100644 (file)
index 0000000..a9f77f2
--- /dev/null
@@ -0,0 +1,8 @@
+<?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>com.apple.private.security.clear-library-validation</key>
+       <true/>
+</dict>
+</plist>