repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Staging: pohmelfs: net.c: include vmalloc.h
[linux/fpc-iii.git]
/
security
/
selinux
/
ss
/
services.h
blob
e8d907e903cdb1e05cf9f3a0bd28805f905a1214
1
/*
2
* Implementation of the security services.
3
*
4
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5
*/
6
#ifndef _SS_SERVICES_H_
7
#define _SS_SERVICES_H_
8
9
#include
"policydb.h"
10
#include
"sidtab.h"
11
12
extern
struct
policydb policydb
;
13
14
#endif
/* _SS_SERVICES_H_ */
15