<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSVolume/SupportedCapabilities/doesNotSupportSettingFilePermissions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSVolumeSupportedCapabilities(py)doesNotSupportSettingFilePermissions"
  },
  "title" : "doesNotSupportSettingFilePermissions"
}
-->

# doesNotSupportSettingFilePermissions

A Boolean property that indicates the volume doesn’t set file permissions.

```
var doesNotSupportSettingFilePermissions: Bool { get set }
```

## Discussion

If this value is `true` (Swift) or `YES` (Objective-C), the volume doesn’t support setting file permissions.

---

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)