Restricted Allowlist listing to show only those allowlists applied to the selected policy
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ def menu_policy_enforce(api: AirlockAPIWrapper):
|
||||
|
||||
print(colorText("Please choose Allowlist for Hashes", "white"))
|
||||
|
||||
destination_allowlist = selectAllowlists(api, False)
|
||||
destination_allowlist = selectAllowlists(api, destination_policy, False)
|
||||
|
||||
elif choice == "3":
|
||||
sortHashes(
|
||||
|
||||
Reference in New Issue
Block a user