Dr Andrew Scott G7VAV

My photo
 
June 2025
Mo Tu We Th Fr Sa Su
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6


xt_owner.h
01: #ifndef _XT_OWNER_MATCH_H
02: #define _XT_OWNER_MATCH_H
03: 
04: #include <linux/types.h>
05: 
06: enum {
07:         XT_OWNER_UID    = 1 << 0,
08:         XT_OWNER_GID    = 1 << 1,
09:         XT_OWNER_SOCKET = 1 << 2,
10: };
11: 
12: struct xt_owner_match_info {
13:         __u32 uid_min, uid_max;
14:         __u32 gid_min, gid_max;
15:         __u8 match, invert;
16: };
17: 
18: #endif /* _XT_OWNER_MATCH_H */
19: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/