You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to allow generic tools like wget for a brief period (5 minutes, or 1hr, etc) - for example during a brew install run. But I don't want to whitelist wget permanently, because a malicious execution might use it to fetch a 'next stage' binary for an attack.
Allowing 'per process' is too granular, as wget can get called a dozen times by brew. In addition, I end up with dozens of rules 'per process' that were never meant to be long-lived.
The text was updated successfully, but these errors were encountered:
I'd like to allow generic tools like
wget
for a brief period (5 minutes, or 1hr, etc) - for example during abrew install run
. But I don't want to whitelistwget
permanently, because a malicious execution might use it to fetch a 'next stage' binary for an attack.Allowing 'per process' is too granular, as
wget
can get called a dozen times by brew. In addition, I end up with dozens of rules 'per process' that were never meant to be long-lived.The text was updated successfully, but these errors were encountered: