security.h在哪里?

时间:2014-08-30 05:38:19

标签: security linux-kernel kernel kernel-module

我正在使用Ubuntu 14.04。我正在尝试使用<security.h>编写程序,但gcc无法找到它。我想知道如何包含它。它也不存在于我的include文件夹中。有关如何使用<security.h>或在make menuconfig中打开哪个选项以包含它的任何建议?

由于

2 个答案:

答案 0 :(得分:0)

您缺少内核标头

sudo apt-get install linux-headers-generic

答案 1 :(得分:0)

通常在

  

/ usr / src / linux-headers-*** / include / linux / security.h

其中***是您使用的内核版本号。

如果您不确定使用

,我建议找到它
sudo find / -name "security.h"

检查首先运行哪个内核

uname -srm