cregit-Linux how code gets into the kernel

Release 4.11 security/selinux/include/avc_ss.h

/*
 * Access vector cache interface for the security server.
 *
 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
 */
#ifndef _SELINUX_AVC_SS_H_

#define _SELINUX_AVC_SS_H_

#include "flask.h"

int avc_ss_reset(u32 seqno);

/* Class/perm mapping support */

struct security_class_mapping {
	
const char *name;
	
const char *perms[sizeof(u32) * 8 + 1];
};

extern struct security_class_mapping secclass_map[];

/*
 * The security server must be initialized before
 * any labeling or access decisions can be provided.
 */
extern int ss_initialized;

#endif /* _SELINUX_AVC_SS_H_ */


Overall Contributors

PersonTokensPropCommitsCommitProp
Andrew Morton2035.09%120.00%
Stephen D. Smalley1628.07%120.00%
Chad Sellers1526.32%120.00%
James Morris58.77%120.00%
Eric Paris11.75%120.00%
Total57100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.