2 * Access vector cache interface for the security server.
4 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
6 #ifndef _SELINUX_AVC_SS_H_
7 #define _SELINUX_AVC_SS_H_
11 int avc_ss_reset(u32 seqno
);
13 struct av_perm_to_string
{
20 const char **common_pts
;
25 struct selinux_class_perm
{
26 const struct av_perm_to_string
*av_perm_to_string
;
29 const char **class_to_string
;
30 const struct av_inherit
*av_inherit
;
34 #endif /* _SELINUX_AVC_SS_H_ */