---
title: errSecCSDBDenied
framework: security
role: symbol
role_heading: Global Variable
path: security/errseccsdbdenied
---

# errSecCSDBDenied

Access to signature database denied.

## Declaration

```swift
var errSecCSDBDenied: OSStatus { get }
```

## Database

Database This error is returned when the system is attempting to sign unsigned code ad-hoc and couldn’t write to the signature database because of a permission problem.
