summaryrefslogtreecommitdiffstats
path: root/stp_check.in
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-14 David Smith <dsmith@redhat.com>dsmith2007-08-141-39/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from setuid-branch. Changes also by Martin Hunt <hunt@redhat.com>. * Makefile.am: Added staprun_funcs.c and cap.c to staprun_SOURCES. Added -lcap to staprun_LDADD. Removed stp_check reference. Added stapio program. Staprun is now setuid. * Makefile.in: Rebuilt. * configure.ac: Version increase to 0.6 and checks for libcap availability. Removed stp_check reference. * configure: Regenerated. * stp_check.in: Removed. * systemtap.spec.in: Version increase to 0.6-1 and added BuildReq for libcap-devl (and removed sudo requirement). Added %pre script to create new groups. Staprun is now setuid. * NEWS: Added info on new security model. * INTERNALS: Removed sudo reference. * README.security: New file. * main.cxx (main): Make sure module name isn't too long. * hash.cxx: Moved MODULE_NAME_LEN define to hash.h. * hash.h: Moved MODULE_NAME_LEN define here from hash.cxx. * buildrun.cxx (run_pass): No longer runs staprun with "sudo". * stap.1.in: Removed sudo references and added information about the stapdev/stapusr groups. * staprun.8.in: Added information about module detaching and attaching. Removed sudo references and added information about the stapdev/stapusr groups. Removed reference to staprun needing to be run as root. Removed reference to removed '-u USERNAME' option. * .cvsignore: Removed stp_check and added stapio and stap_merge.
* 2007-04-24 Martin Hunt <hunt@redhat.com>hunt2007-04-241-6/+6
| | | | * stp_check.in: More tweaking of mount statement.
* 2007-04-10 Martin Hunt <hunt@redhat.com>hunt2007-04-101-3/+3
| | | | | * stp_check.in: Fixes to make sure debugfs or relayfs are mounted exactly where we expect and other mounts are ignored.
* 2007-02-27 Frank Ch. Eigler <fche@elastic.org>fche2007-02-271-0/+4
| | | | | | * systemtap.spec.in (/var/cache/systemtap): Forget it. (stp_check): Pack this in with systemtap-runtime. * stp_check.in: Add LANG=C for speed.
* have stp_check mount debugfstrz2006-09-221-0/+10
|
* fix for bug #2511trz2006-04-041-2/+3
|
* Fix for bug #2406 (autodetect supported relayfs versions)trz2006-03-151-40/+8
|
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-15/+1
| | | | * stp_check.in: Remove stp-control.
* Check to see if relayfs available via /proc/filesystems.wcohen2005-08-181-1/+1
|
* 2005-08-09 Martin Hunt <hunt@redhat.com>hunt2005-08-091-2/+2
| | | | | | PR 1174 * stp_check.in: Supply path for lsmod. * stp_check: Removed.
* 2005-08-05 Frank Ch. Eigler <fche@elastic.org>fche2005-08-051-0/+1
| | | | | | | | | | | | | | | | PR translator/1175 * translate.cxx (*): Added unlikely() markers to most emitted error checks. (mapvar::get,set): Handle NULL<->"" impedance mismatch. (itervar::get_key): Ditto. Use base index=1 for keys. * testsuite/buildok/one.stp: Extend. And it runs with -p5 too. * stap.1: Document use of ";" statament as mechanism for grammar ambiguity resolution. * stp_check.in: Set $prefix. * systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo, and not tcl. * tapsets.cxx: Make slightly less verbose. * translate.cxx
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-5/+7
| | | | | | | | * stp_check.in : Copy sources to /var/cache/systemtap. * systemtap.spec.in: Install stp_check. Create /var/cache/systemtap * Makefile.am (install-exec-local): Install stp_check. * configure.ac, systemtap.spec.in: Version 0.2.2. * Makefile.in, aclocal.m4, configure: Regenerated.
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-031-0/+67
* configure.ac: Add stp_check to AC_CONFIG_FILES. * stp_check.in : New file.