diff options
author | Martin Baulig <martin@src.gnome.org> | 1999-05-16 17:32:08 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1999-05-16 17:32:08 +0000 |
commit | bd0424ee7dcec5e1ebeebc3ae2e49e975e44f344 (patch) | |
tree | 73cf3c2e74160bb20a798d004ed64dbae00bab10 /doc | |
parent | 62824e15370f16108867bce987543d22ac3d1fc0 (diff) | |
download | libgtop-bd0424ee7dcec5e1ebeebc3ae2e49e975e44f344.tar.gz |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/white-paper.texi | 8 |
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. |