diff options
author | Renato Botelho <garga@FreeBSD.org> | 2023-06-20 11:28:46 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2023-06-20 11:28:46 +0000 |
commit | 8f558924ee0050c746b3a62c2254b072557aa5f0 (patch) | |
tree | 90f83cd6f839413b35706e93fa48bcbddba09b41 | |
parent | 0601dee6a23677126779a14d03dd8d02dfa9653e (diff) |
security/sudo: Ignore portscout
It doesn't understand sudo versioning scheme and keep giving false
alerts.
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r-- | security/sudo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index dd158ce93c72..848ab77c99c3 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -26,6 +26,8 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-tty-tickets LDFLAGS+= -lgcc +PORTSCOUT= ignore:1 + OPTIONS_DEFINE= AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES \ INSULTS LDAP NLS NOARGS_SHELL OPIE PAM PYTHON SSSD OPTIONS_DEFAULT= AUDIT PAM |