mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-28 16:39:29 +01:00
Fix user/group name and qualified destination
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@752 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
1003cd5590
commit
f30faa416f
@ -2469,7 +2469,7 @@ add_a_rule()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
run_iptables2 -A $chain $proto $multiport $state $cli $sports \
|
run_iptables2 -A $chain $proto $multiport $state $cli $sports \
|
||||||
-d $srv $dports $ratelimit -j $target
|
-d $srv $dports $ratelimit $userandgroup -j $target
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
@ -88,8 +88,13 @@ Problems Corrected since version 1.4.6:
|
|||||||
17) The log message generated from the 'logunclean' interface option
|
17) The log message generated from the 'logunclean' interface option
|
||||||
has been changed to reflect a disposition of LOG rather than DROP.
|
has been changed to reflect a disposition of LOG rather than DROP.
|
||||||
|
|
||||||
18) The RFC1918 file has been updated to reflect recent IANA
|
18) When a user name and/or a group name was specified in the USER SET
|
||||||
allocations.
|
column and the destination zone was qualified with a IP address,
|
||||||
|
the user and/or group name was not being used to qualify the rule.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
ACCEPT fw net:192.0.2.12 tcp 23 - - - vladimir:
|
||||||
|
|
||||||
Migration Issues:
|
Migration Issues:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user