mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-16 12:11:05 +01:00
fix #16: call jaildk_start with -m interanally as well
This commit is contained in:
@@ -1344,7 +1344,7 @@ jaildk_jail() {
|
||||
case $mode in
|
||||
*)
|
||||
service jail $mode $jail
|
||||
jaildk_ipfw $jail $mode
|
||||
jaildk_ipfw $jail -m $mode
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user