summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_owner.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-05-29 16:43:25 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-05-29 16:43:25 +0200
commit874b76221f74a00520a712ef89b5254a1ed896f8 (patch)
tree6091b337ae867717fa56497c100bedc82d2ebb58 /extensions/libxt_owner.c
parent172e9b15271c276aa1485b4a2fb63928a65b13ae (diff)
libxt_owner: restore inversion support
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'extensions/libxt_owner.c')
-rw-r--r--extensions/libxt_owner.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/libxt_owner.c b/extensions/libxt_owner.c
index b60f9071..d2fdfa91 100644
--- a/extensions/libxt_owner.c
+++ b/extensions/libxt_owner.c
@@ -125,8 +125,10 @@ static const struct xt_option_entry owner_mt6_opts_v0[] = {
#undef s
static const struct xt_option_entry owner_mt_opts[] = {
- {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING},
- {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING},
+ {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
+ .flags = XTOPT_INVERT},
+ {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
+ .flags = XTOPT_INVERT},
{.name = "socket-exists", .id = O_SOCK_EXISTS, .type = XTTYPE_NONE},
XTOPT_TABLEEND,
};