Skip to content

Files

Latest commit

9e36159 · Dec 18, 2021

History

History

entitlements

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2021
Dec 18, 2021
Dec 18, 2021

Entitlements

Collection of scripts for determining which Entitlements macOS (Mach-O) binaries have.

Inspired by:

For lists of and descriptions of Entitlements see:

Hardened Runtime

Sources

Interesting Entitlements

com.apple.private.security.clear-library-validation

com.apple.security.cs-allow-dyld-environment-variables

com.apple.security.get-task-allow

  • Allows other processes to attach via a debugger

com.apple.security.cs.allow-unsigned-executable-memory

com.apple.security.files.downlaods.read-only

com.apple.security.files.downloads.read-write

  • May have access to files the user has selected in an open or save dialog

com.apple.security.files.all

com.apple.security.files.user-selected.read-only

com.apple.security.files.user-selected.read-write

com.apple.private.tcc.allow

  • May have TCC access to some protected portions of the OS