cregit-Linux how code gets into the kernel

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

#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 Engelhardt4788.68%266.67%
Arnd Bergmann611.32%133.33%
Total53100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.