services.h

来自「鼎力推荐!本程序是基于嵌入式LUNUX系统开发的源程序代码」· C头文件 代码 · 共 22 行

H
22
字号
/* * Implementation of the security services. * * Author : Stephen Smalley, <sds@epoch.ncsc.mil> */#ifndef _SS_SERVICES_H_#define _SS_SERVICES_H_#include "policydb.h"#include "sidtab.h"/* * The security server uses two global data structures * when providing its services:  the SID table (sidtab) * and the policy database (policydb). */extern struct sidtab sidtab;extern struct policydb policydb;#endif	/* _SS_SERVICES_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?