<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFFileSecurityClearOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@E@CFFileSecurityClearOptions"
  },
  "title" : "CFFileSecurityClearOptions"
}
-->

# CFFileSecurityClearOptions

```
struct CFFileSecurityClearOptions
```

## Topics

### Constants

[`accessControlList`](/documentation/CoreFoundation/CFFileSecurityClearOptions/accessControlList)

Clear the access control list.

[`group`](/documentation/CoreFoundation/CFFileSecurityClearOptions/group)

Clear the (POSIX) group ID.

[`groupUUID`](/documentation/CoreFoundation/CFFileSecurityClearOptions/groupUUID)

Clear the group UUID (for the access control list).

[`mode`](/documentation/CoreFoundation/CFFileSecurityClearOptions/mode)

Clear the file’s mode (POSIX permissions).

[`owner`](/documentation/CoreFoundation/CFFileSecurityClearOptions/owner)

Clear the (POSIX) owner ID.

[`ownerUUID`](/documentation/CoreFoundation/CFFileSecurityClearOptions/ownerUUID)

Clear the owner UUID (for the access control list).



---

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)