mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
This is a port of tinysu, a featureless replacement for su and sudo. tinysu is
installed setuid root and executable by members of a particular group. It is intended to be used in situations where an unprivileged user is being granted full root access, but wants the convenience of a sudo-style log. PR: ports/80752 Submitted by: Zak Johnson <zakj@nox.cx>
This commit is contained in:
parent
aff421d88b
commit
14ada42ce7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136071
@ -495,6 +495,7 @@
|
||||
SUBDIR += termlog
|
||||
SUBDIR += tinc
|
||||
SUBDIR += tinyca
|
||||
SUBDIR += tinysu
|
||||
SUBDIR += tor
|
||||
SUBDIR += trinokiller
|
||||
SUBDIR += tripwire
|
||||
|
21
security/tinysu/Makefile
Normal file
21
security/tinysu/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: tinysu
|
||||
# Date created: 5 May 2005
|
||||
# Whom: zakj@nox.cx
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tinysu
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://peff.net/tinysu/
|
||||
|
||||
MAINTAINER= zakj@nox.cx
|
||||
COMMENT= A featureless replacement for su and sudo
|
||||
|
||||
PLIST_FILES= bin/tinysu
|
||||
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/tinysu/distinfo
Normal file
2
security/tinysu/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (tinysu-0.9.tar.gz) = c4d84f386dc10928babe103d4db253c9
|
||||
SIZE (tinysu-0.9.tar.gz) = 17613
|
11
security/tinysu/files/patch-hier.c
Normal file
11
security/tinysu/files/patch-hier.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- hier.c.orig Sun Feb 29 03:21:15 2004
|
||||
+++ hier.c Tue May 24 23:42:06 2005
|
||||
@@ -4,8 +4,5 @@
|
||||
|
||||
void hier()
|
||||
{
|
||||
- h(auto_home,-1,-1,02755);
|
||||
- d(auto_home,"bin",-1,-1,02755);
|
||||
-
|
||||
c(auto_home,"bin","tinysu",auto_uid,auto_gid,04750);
|
||||
}
|
6
security/tinysu/pkg-descr
Normal file
6
security/tinysu/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
tinysu is a featureless replacement for su and sudo. tinysu is installed
|
||||
setuid root and executable by members of a particular group. It is intended to
|
||||
be used in situations where an unprivileged user is being granted full root
|
||||
access, but wants the convenience of a sudo-style log.
|
||||
|
||||
WWW: http://peff.net/tinysu/
|
Loading…
Reference in New Issue
Block a user