diff options
author | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-12-17 17:39:30 -0500 |
commit | a9766891ff3f5e8cfed2abe47e3c61940bd363b4 (patch) | |
tree | b3e7b72039341bc57bdf91109f1380bfdae89ff4 /staprun.8.in | |
parent | 8789164913641bda9702dd12203521e5aad5cc82 (diff) | |
parent | e0477adcf99e7e8ce162d94e80497d657a93f7f8 (diff) | |
download | systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.gz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.xz systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'staprun.8.in')
-rw-r--r-- | staprun.8.in | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/staprun.8.in b/staprun.8.in index 5bf2ec61..ee071945 100644 --- a/staprun.8.in +++ b/staprun.8.in @@ -186,22 +186,33 @@ Members of the .I stapusr group can use .I staprun -to insert or remove systemtap modules (or attach to existing systemtap modules) that -are located in the /lib/modules/VERSION/systemtap directory. +to insert or remove systemtap modules (or attach to existing systemtap modules) +under the following conditions: +.IP \(bu 4 +The module is located in +the /lib/modules/VERSION/systemtap directory. This directory +must be owned by root and not be world writable. +.IP \(bu 4 +The module has been signed by a trusted signer. Trusted signers are normally +systemtap compile servers which sign modules when the --unprivileged option is +specified by the client. See the +.IR stap-server (8) +manual page for a for more information. .SH FILES .TP /lib/modules/VERSION/systemtap If MODULE is a module name, the module will be looked for in this directory. Users who are only in the .I 'stapusr' -group can only install modules -located in this directory. This directory should be owned by the root +group can install modules +located in this directory. This directory must be owned by the root user and not be world writable. .SH SEE ALSO .IR stap (1), .IR stapprobes (3stap), .IR stapfuncs (3stap), -.IR stapex (3stap), +.IR stap-server (8), +.IR stapex (3stap) .SH BUGS Use the Bugzilla link off of the project web page or our mailing list. |