imv_policy_manager: Added capability to execute an allow or block shell command string
This commit is contained in:
@@ -27,3 +27,8 @@ libimcv {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
imv_policy_manager {
|
||||
command_allow = ssh root@moon 'logger -t charon -p auth.alert "\"host with IP address %s is allowed\""'
|
||||
command_block = ssh root@moon 'logger -t charon -p auth.alert "\"host with IP address %s is blocked\""'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user