From 14ada42ce79d9aa1f748dac2db48ac94833af6af Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 24 May 2005 21:52:50 +0000 Subject: 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 --- security/tinysu/files/patch-hier.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/tinysu/files/patch-hier.c (limited to 'security/tinysu/files/patch-hier.c') diff --git a/security/tinysu/files/patch-hier.c b/security/tinysu/files/patch-hier.c new file mode 100644 index 000000000000..105401494cec --- /dev/null +++ b/security/tinysu/files/patch-hier.c @@ -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); + } -- cgit v1.2.3