Bug 10889 - stap --unprivileged not documented
Summary: stap --unprivileged not documented
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: documentation (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Dave Brolley
URL:
Keywords:
Depends on:
Blocks: blockers-1.1
  Show dependency treegraph
 
Reported: 2009-11-02 15:37 UTC by Mark Wielaard
Modified: 2009-12-22 14:05 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2009-11-02 15:37:51 UTC
Although stap --help will show:
   --unprivileged
              restrict usage to features available to unprivileged users

and when running stap unprivileged it will show:
ERROR: You are trying to run stap as a normal user.
You should either be root, or be part of either group "stapdev" or group "stapusr".
Alternatively, your module must be compiled using the --unprivileged option and
signed by a trusted signer.
For more information, please consult the "SAFETY AND SECURITY" section of the
"stap(1)" manpage

the "stap(1)" manpage doesn't actually mention --unprivileged anywhere.
Comment 1 Dave Brolley 2009-12-22 02:00:38 UTC
commit 089ed967ce3894c3569091db70db423a5316b04e

Error messages and man have been reworked. --unprivileged is not documented in
stap-client(8)
Comment 2 Dave Brolley 2009-12-22 14:05:06 UTC
(In reply to comment #1)
> commit 089ed967ce3894c3569091db70db423a5316b04e
> 
> Error messages and man have been reworked. --unprivileged is not documented in
> stap-client(8)
> 

Should say "--unprivileged is NOW documented....."