projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] SELinux: fix hard link count for selinuxfs root directory
[linux-2.6]
/
security
/
selinux
/
include
/
avc_ss.h
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