avc_ss.h 256 B

1234567891011121314
  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. #include "flask.h"
  9. int avc_ss_reset(u32 seqno);
  10. #endif /* _SELINUX_AVC_SS_H_ */