diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
commit | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch) | |
tree | f13c681a2f045d8d133e9388aded783bf9de4e0d /stap.1.in | |
parent | 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff) | |
parent | a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff) | |
download | systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip |
Merge commit 'origin/master'
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1032,11 +1032,21 @@ group; or .IP \(bu 4 a member of the .I stapusr -group. Members of the +group. +.PP +Members of the .I stapusr -group can only use modules located in +group can only use 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. .PP The kernel modules generated by .I stap @@ -1247,6 +1257,8 @@ unloading. .IR stapfuncs (3stap), .IR stapvars (3stap), .IR stapex (3stap), +.IR stap-client (8), +.IR stap-server (8), .IR awk (1), .IR gdb (1) |