---
title: "I get the error message: named: capset failed: Operation not permitted"
slug: "aa-00319"
description: "The Linux capability module needs to be loaded into the kernel."
updated: 2018-10-10T15:35:23Z
published: 2018-10-10T15:35:24Z
canonical: "kb.isc.org/aa-00319"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.isc.org/llms.txt
> Use this file to discover all available pages before exploring further.

# I get the error message "named: capset failed: Operation not permitted" when starting named.

The capability module, part of "Linux Security Modules/LSM", has not been loaded into the kernel. See insmod(8), modprobe(8).

The relevant modules can be loaded by running:

```
modprobe commoncap
modprobe capability
```
