---
title: restricted
framework: system
role: symbol
role_heading: Type Property
path: system/fileflags/restricted
---

# restricted

File requires an entitlement for writing.

## Declaration

```swift
static var restricted: FileFlags { get }
```

## Discussion

Discussion The corresponding C constant is SF_RESTRICTED. note: This flag may only be changed by the superuser.
