mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
security/portacl-rc: Add new port
portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators to limit or permit binding to local UDP and TCP ports that would otherwise be privileged to the superuser. PR: 273275
This commit is contained in:
parent
b76776338b
commit
82f6916a4d
@ -828,6 +828,7 @@
|
||||
SUBDIR += plasma5-kwallet-pam
|
||||
SUBDIR += please
|
||||
SUBDIR += poly1305aes
|
||||
SUBDIR += portacl-rc
|
||||
SUBDIR += proftpd-mod_clamav
|
||||
SUBDIR += proxycheck
|
||||
SUBDIR += proxytunnel
|
||||
|
26
security/portacl-rc/Makefile
Normal file
26
security/portacl-rc/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= portacl-rc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0
|
||||
CATEGORIES= security net
|
||||
|
||||
MAINTAINER= tom@hur.st
|
||||
COMMENT= RC script for mac_portacl(4)
|
||||
WWW= https://github.com/Freaky/portacl
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Freaky
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= etc/rc.d/portacl \
|
||||
man/man5/portacl.5.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/portacl ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||
${INSTALL_MAN} ${WRKSRC}/portacl.5 ${STAGEDIR}${MANPREFIX}/man/man5
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/portacl-rc/distinfo
Normal file
3
security/portacl-rc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1692670526
|
||||
SHA256 (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 28603e78b33001a9b7edcc7bbf76c8894a71f32bab9d7af57751bf9d8c44507c
|
||||
SIZE (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 57186
|
3
security/portacl-rc/pkg-descr
Normal file
3
security/portacl-rc/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators
|
||||
to limit or permit binding to local UDP and TCP ports that would otherwise
|
||||
be privileged to the superuser.
|
Loading…
Reference in New Issue
Block a user