?? services.h
字號:
/* * 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -