summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------data/top/_metadata/maintainer2
-rw-r--r--data/top/entitlements.plist14
-rw-r--r--data/top/make.sh1
3 files changed, 16 insertions, 1 deletions
diff --git a/data/top/_metadata/maintainer b/data/top/_metadata/maintainer
index 0fa66e077..573d7ebef 120000
--- a/data/top/_metadata/maintainer
+++ b/data/top/_metadata/maintainer
@@ -1 +1 @@
-../../../people/saurik \ No newline at end of file
+../../../people/sbingner \ No newline at end of file
diff --git a/data/top/entitlements.plist b/data/top/entitlements.plist
new file mode 100644
index 000000000..a58f7c41b
--- /dev/null
+++ b/data/top/entitlements.plist
@@ -0,0 +1,14 @@
+<?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>platform-application</key>
+ <true/>
+ <key>com.apple.private.skip-library-validation</key>
+ <true/>
+ <key>com.apple.system-task-ports</key>
+ <true/>
+ <key>task_for_pid-allow</key>
+ <true/>
+</dict>
+</plist>
diff --git a/data/top/make.sh b/data/top/make.sh
index e7a07b185..f45e5c82a 100644
--- a/data/top/make.sh
+++ b/data/top/make.sh
@@ -1,3 +1,4 @@
pkg:setup
make CC="${PKG_TARG}-gcc" AR="${PKG_TARG}-ar" RANLIB="${PKG_TARG}-ranlib"
+ldid -S"${PKG_DATA}/entitlements.plist" top
make install STRIP="${PKG_TARG}-strip" DSTROOT="${PKG_DEST}"