diff options
author | Pavel Moravec <pmoravec@redhat.com> | 2019-04-04 12:13:48 +0200 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-05-14 10:48:03 +0100 |
commit | f65137b5cd3d3af4570cd2ea6bc7c4b43897cb9c (patch) | |
tree | 581f21b4dfe717fe2759f5df6231264912806a1c | |
parent | 1b9c2032149488a2372d188a8ed3251e364f41cf (diff) | |
download | sos-f65137b5cd3d3af4570cd2ea6bc7c4b43897cb9c.tar.gz |
[npm] plugin to requires_root
Until our utils support commands execution for unpriviledged users,
we should disable requires_root = False.
Resolves: #1625
Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r-- | sos/plugins/npm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/npm.py b/sos/plugins/npm.py index ca00d0c0..538adba8 100644 --- a/sos/plugins/npm.py +++ b/sos/plugins/npm.py @@ -19,7 +19,6 @@ class Npm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin, SuSEPlugin): Get info about available npm modules """ - requires_root = False plugin_name = 'npm' profiles = ('system',) option_list = [("project_path", |