freebsd-ports/security/tinysu/files/patch-hier.c
Pav Lucistnik 14ada42ce7 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>
2005-05-24 21:52:50 +00:00

11 lines
236 B
C

--- 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);
}