- 13 Feb, 2009 1 commit
-
-
David Johnson authored
-
- 29 Aug, 2008 1 commit
-
-
Ryan Jackson authored
Modified patch to not use the binary (system call) sysctl interface. As far as I can tell, we don't need it anyway as we only access the ipod settings via /proc/sys. See Documentation/sysctl/ctl_unnumbered.txt in the kernel source for the current policy regarding binary sysctls.
-
- 13 Jun, 2008 1 commit
-
-
David Johnson authored
-
- 16 Feb, 2008 1 commit
-
-
David Johnson authored
-
- 16 May, 2007 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
ipod patch for FreeBSD 6.2
-
David Johnson authored
-
- 19 Apr, 2007 1 commit
-
-
David Johnson authored
should work for kernels circa 2.6.20.
-
- 25 Oct, 2006 1 commit
-
-
Leigh Stoller authored
between when something is installed and when post-install runs. Short of a global lock (which we probably need anyway someday), my solution is this. In your makefiles, add these variables before the line that has the include of $(TESTBED_SRCDIR)/GNUmakerules: SETUID_BIN_SCRIPTS = SETUID_SBIN_SCRIPTS = I have added three new rules to GNUmakerules that look like this: $(addprefix $(SBINDIR)/, $(SETUID_SBIN_SCRIPTS)): $(SBINDIR)/%: % echo "Installing (setuid) $<" -mkdir -p $(INSTALL_SBINDIR) $(SUDO) $(INSTALL) -o root -m 4755 $< $@ Yep, your eyes ain't lying to you; use sudo to run the target so that install does the right thing (which is that the old file is not replaced until the new one has the proper attributes on it). Note that post-install is still needed for the initial install, but should no longer be needed for day to day installs since all that other stuff post-install does is mkdir/chmod on directories.
-
- 11 Nov, 2005 3 commits
-
-
Grant Ayers authored
-
Grant Ayers authored
-
Grant Ayers authored
-
- 12 Jul, 2005 1 commit
-
-
Kevin Atkinson authored
-
- 22 Jun, 2005 1 commit
-
-
Kevin Atkinson authored
Added ipod patch for Linux 2.6
-
- 15 Nov, 2004 1 commit
-
-
Eric Eide authored
-
- 20 Jul, 2004 1 commit
-
-
David G Andersen authored
IPOD packet, now you can. (Note that having ipod installed setuid is already a moderate risk, so i don't think this makes it too much worse)
-
- 19 Dec, 2002 3 commits
-
-
David G Andersen authored
Compiles cleanly under Linux as well, if DA_USE_SINLEN gets set properly by configure
-
Mike Hibler authored
-
Mike Hibler authored
accuracy for verbosity!
-
- 14 Aug, 2002 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
- 04 Jul, 2002 1 commit
-
-
Leigh Stoller authored
-
- 09 Apr, 2001 1 commit
-
-
Mike Hibler authored
-