aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netfilter/xt_qtaguid.h
blob: ca60fbdec2f3b056bce47d1c0fe743f7d4712db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _XT_QTAGUID_MATCH_H
#define _XT_QTAGUID_MATCH_H

/* For now we just replace the xt_owner.
 * FIXME: make iptables aware of qtaguid. */
#include <linux/netfilter/xt_owner.h>

#define XT_QTAGUID_UID    XT_OWNER_UID
#define XT_QTAGUID_GID    XT_OWNER_GID
#define XT_QTAGUID_SOCKET XT_OWNER_SOCKET
#define xt_qtaguid_match_info xt_owner_match_info

#endif /* _XT_QTAGUID_MATCH_H */