cregit-Linux how code gets into the kernel

Release 4.18 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"

struct selinux_avc;
int avc_ss_reset(struct selinux_avc *avc, 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[];

#endif /* _SELINUX_AVC_SS_H_ */


Overall Contributors

PersonTokensPropCommitsCommitProp
Stephen D. Smalley2540.98%342.86%
Andrew Morton1931.15%114.29%
Chad Sellers1524.59%114.29%
Eric Paris11.64%114.29%
Greg Kroah-Hartman11.64%114.29%
Total61100.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.