]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxt_owner: use correct UID/GID boundaries
authorJan Engelhardt <jengelh@medozas.de>
Tue, 27 Jan 2009 16:34:58 +0000 (17:34 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 27 Jan 2009 22:14:28 +0000 (23:14 +0100)
commit7a63ca74dbcd323217cab7296e68a19b8c9ea6c4
tree0118358532680d3eb8d30ec5c13f5ee4e678ea54
parent213e185afbb298e6708881e4c2adffdc47a8b6da
libxt_owner: use correct UID/GID boundaries

-1 is a reserved number (chown uses it to denote "do not change"),
so the maximum libxt_owner should permit is up to UINT32_MAX-1.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_owner.c