diff options
author | Sam Bingner <sam@bingner.com> | 2020-07-08 15:09:33 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-07-08 15:09:33 -1000 |
commit | 5d13c43340c1c2897f52ff99dbeb4cdf0a708f47 (patch) | |
tree | 6166f5f34e4d826d64e16df4b5c0f5ac3473e018 /data | |
parent | 5e15ea8a75d6055404066af0cf4ab6f904c7dc22 (diff) |
Update top entitlements
Diffstat (limited to 'data')
l--------- | data/top/_metadata/maintainer | 2 | ||||
-rw-r--r-- | data/top/entitlements.plist | 14 | ||||
-rw-r--r-- | data/top/make.sh | 1 |
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}" |