cregit-Linux how code gets into the kernel

Release 4.15 include/uapi/linux/netfilter/xt_owner.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_OWNER_MATCH_H

#define _XT_OWNER_MATCH_H

#include <linux/types.h>

enum {
	
XT_OWNER_UID    = 1 << 0,
	
XT_OWNER_GID    = 1 << 1,
	
XT_OWNER_SOCKET = 1 << 2,
};


struct xt_owner_match_info {
	

__u32 uid_min, uid_max;
	

__u32 gid_min, gid_max;
	

__u8 match, invert;
};

#endif /* _XT_OWNER_MATCH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jan Engelhardt4787.04%250.00%
Arnd Bergmann611.11%125.00%
Greg Kroah-Hartman11.85%125.00%
Total54100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.