summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/fortyeight.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR11075: -W option to turn warnings into errorsFrank Ch. Eigler2010-02-251-0/+6
| | | | | | | | * session.h * NEWS: Discuss it. * main.cxx: Parse it. * session.h (num_errors): Provide it. * semok/fortyeight.stp, semok/thirtyseven.stp: Test it.
* Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-151-4/+0
| | | | | | | - Bind unprivileged permission at probe registration time. - Remove check_unprivileged filter from derived_probe_builder and its children. - Add test suites for unprivilegedok and unprivilegedko.
* PR11256: harden --unprivileged modeFrank Ch. Eigler2010-02-051-0/+4
* tapsets-mark.cxx, tapsets.cxx: Don't even publish probe point families that are inappropriate for use in --unprivileged mode. (dwarf_derived_probe_*unprivileged*): Remove, to default to blanket no-permission rather than emit_process_owner_permission mode. * testsuite/semko/fortyeight.stp: New test.