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
23 const char **common_pts;
27 struct selinux_class_perm
29 const struct av_perm_to_string *av_perm_to_string;
31 const char **class_to_string;
33 const struct av_inherit *av_inherit;
37 #endif /* _SELINUX_AVC_SS_H_ */