cregit-Linux how code gets into the kernel

Release 4.15 security/selinux/include/avc_ss.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Access vector cache interface for the security server.
 *
 * Author : Stephen Smalley, <sds@tycho.nsa.gov>
 */
#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 Morton1932.76%114.29%
Stephen D. Smalley1729.31%228.57%
Chad Sellers1525.86%114.29%
James Morris58.62%114.29%
Greg Kroah-Hartman11.72%114.29%
Eric Paris11.72%114.29%
Total58100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.