summaryrefslogtreecommitdiff
path: root/doc/white-paper.texi
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-16 17:32:08 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-16 17:32:08 +0000
commitbd0424ee7dcec5e1ebeebc3ae2e49e975e44f344 (patch)
tree73cf3c2e74160bb20a798d004ed64dbae00bab10 /doc/white-paper.texi
parent62824e15370f16108867bce987543d22ac3d1fc0 (diff)
downloadlibgtop-bd0424ee7dcec5e1ebeebc3ae2e49e975e44f344.tar.gz
*** empty log message ***
Diffstat (limited to 'doc/white-paper.texi')
-rw-r--r--doc/white-paper.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/white-paper.texi b/doc/white-paper.texi
index c625a738..cc7beb9a 100644
--- a/doc/white-paper.texi
+++ b/doc/white-paper.texi
@@ -38,4 +38,10 @@ often are setgid kmem or setuid root. Usually, they're also very specific to
the system they're written for and not easily portable to other systems without
a lot of work.
-
+This, of cause, becomes a problem for graphical tools like @code{gtop} - making
+a GTK+ program setgid or even setuid would be a security hole as big as you can
+drive the entire X11 source code through. For the GNOME project, we also needed
+some kind of library which provides all the required information in a portable
+since there's more than just one single program that wants to use them - for
+instance @code{gtop} and the @code{multiload}, @code{cpumemusage} and
+@code{netload} panel applets.