<!--
{
  "documentType" : "article",
  "framework" : "Updates",
  "identifier" : "/documentation/Updates/Security",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "Security updates"
}
-->

# Security updates

Learn about important changes to Security.

## Overview

Browse notable changes in [Security](https://developer.apple.com/documentation/security).

## June 2024

- Prepare to handle errors in your app’s file access actions if your app doesn’t adopt the [App Sandbox Entitlement](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_app-sandbox) and tries to access files in another app’s App Sandbox container. The exception to this occurs when the person using your app permits access those files.

## June 2023

- Define launch constraints to limit which apps and processes can launch your macOS apps and helper tools. For more information, see [Defining launch environment and library constraints](https://developer.apple.com/documentation/security/defining_launch_environment_and_library_constraints).
- Define library constraints to limit which plug-ins and dynamic libraries your macOS process can load.
- App Sandbox now associates your macOS app with its sandbox container using its code signature. The operating system asks the person using your app to grant permission if it tries to access a sandbox container associated with a different app. For more information, see [Accessing files from the macOS App Sandbox](https://developer.apple.com/documentation/security/app_sandbox/accessing_files_from_the_macos_app_sandbox).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)