diff --git a/knowledge base/mac os x/README.md b/knowledge base/mac os x/README.md index 55cbf66..650b9f3 100644 --- a/knowledge base/mac os x/README.md +++ b/knowledge base/mac os x/README.md @@ -183,6 +183,7 @@ xattr -c '/path/to/app.app' # Bypass Gatekeeper for all versions of apps. xattr -d 'com.apple.quarantine' '/path/to/app.app' +xattr -dr 'com.apple.quarantine' '/path/to/directory' ``` ## Taking screenshots diff --git a/snippets/osx.sh b/snippets/osx.sh index 46deaf0..756f7c4 100644 --- a/snippets/osx.sh +++ b/snippets/osx.sh @@ -12,6 +12,7 @@ xattr -c '/Applications/Spotify.app' # Bypass Gatekeeper for all versions of apps xattr -d 'com.apple.quarantine' '/Applications/LibreWolf.app' xattr -d 'com.apple.quarantine' '/Applications/Zen Browser.app' +xattr -dr 'com.apple.quarantine' '/path/to/directory' # Clear the DNS cache