Add new port security/please:
Please aims to be little sudo without bells and whistles. Only pam authentication and executing command. Approved by: crees (mentor)
This commit is contained in:
parent
39777dc000
commit
d9bd84778e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323117
4 changed files with 34 additions and 0 deletions
|
@ -716,6 +716,7 @@
|
|||
SUBDIR += pkcs11-helper
|
||||
SUBDIR += pks
|
||||
SUBDIR += pktsuckers
|
||||
SUBDIR += please
|
||||
SUBDIR += polarssl
|
||||
SUBDIR += poly1305aes
|
||||
SUBDIR += portsentry
|
||||
|
|
23
security/please/Makefile
Normal file
23
security/please/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= please
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= gblach@FreeBSD.org
|
||||
COMMENT= Execute a command as root
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
BUILD_DEPENDS= rst2man:${PORTSDIR}/textproc/py-docutils
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= MagikBSD
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
GH_COMMIT= 71c64bc
|
||||
|
||||
PLIST_FILES= bin/please
|
||||
MAN1= please.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/please/distinfo
Normal file
2
security/please/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (please-1.0.tar.gz) = ac40234675906b356ca8ee17957fde81b67f42d4e7d5cf5a0fcd2494298fa0fd
|
||||
SIZE (please-1.0.tar.gz) = 2921
|
8
security/please/pkg-descr
Normal file
8
security/please/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Please aims to be little sudo without bells and whistles. Only pam
|
||||
authentication and executing command.
|
||||
|
||||
Name please fits into unix naming conventions. Where we have daemon instead of
|
||||
background process. We are killing processes, not closing processes. Now we can
|
||||
please to run privileged process.
|
||||
|
||||
WWW: https://github.com/MagikBSD/please
|
Loading…
Reference in a new issue