forked from extern/shorewall_code
Replace '/' by '+' in cmd-owner implementation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2080 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
181af2cc85
commit
449ce2a9b6
@ -3188,7 +3188,7 @@ process_action() # $1 = chain (Chain to add the rules to)
|
||||
fi
|
||||
userspec=${userspec%+*}
|
||||
;;
|
||||
*/*)
|
||||
*+*)
|
||||
if [ -n "${userspec#*+}" ]; then
|
||||
userandgroup="$userandgroup --cmd-owner ${userspec#*+}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user