repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux-2.6.12-rc2
[linux-2.6/next.git]
/
security
/
selinux
/
include
/
avc_ss.h
blob
450a2831e2e32c2cf5f58f42eab831a7654dd0af
1
/*
2
* Access vector cache interface for the security server.
3
*
4
* Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5
*/
6
#ifndef _SELINUX_AVC_SS_H_
7
#define _SELINUX_AVC_SS_H_
8
9
#include
"flask.h"
10
11
int
avc_ss_reset
(
u32 seqno
);
12
13
#endif
/* _SELINUX_AVC_SS_H_ */
14