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>
11 lines
236 B
C
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);
|
|
}
|