1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * Access vector cache interface for the secur 3 * Access vector cache interface for the security server. 4 * 4 * 5 * Author : Stephen Smalley, <stephen.smalley. 5 * Author : Stephen Smalley, <stephen.smalley.work@gmail.com> 6 */ 6 */ 7 7 8 #ifndef _SELINUX_AVC_SS_H_ 8 #ifndef _SELINUX_AVC_SS_H_ 9 #define _SELINUX_AVC_SS_H_ 9 #define _SELINUX_AVC_SS_H_ 10 10 11 #include <linux/types.h> 11 #include <linux/types.h> 12 12 13 int avc_ss_reset(u32 seqno); 13 int avc_ss_reset(u32 seqno); 14 14 15 /* Class/perm mapping support */ 15 /* Class/perm mapping support */ 16 struct security_class_mapping { 16 struct security_class_mapping { 17 const char *name; 17 const char *name; 18 const char *perms[sizeof(u32) * 8 + 1] 18 const char *perms[sizeof(u32) * 8 + 1]; 19 }; 19 }; 20 20 21 extern const struct security_class_mapping sec 21 extern const struct security_class_mapping secclass_map[]; 22 22 23 #endif /* _SELINUX_AVC_SS_H_ */ 23 #endif /* _SELINUX_AVC_SS_H_ */ 24 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.