From 0ae5679aa160245af248836e1d7743aeff63f2e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:13 -0600 Subject: Additional kde to tde renaming --- dcop/HOWTO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dcop/HOWTO') diff --git a/dcop/HOWTO b/dcop/HOWTO index 8609021c0..c12939ce9 100644 --- a/dcop/HOWTO +++ b/dcop/HOWTO @@ -464,7 +464,7 @@ Sometimes it might be interesting to use DCOP between processes belonging to different users, e.g. a frontend process running with the user's id, and a backend process running as root. -For this you can use kdesu with the --nonewdcop option. kdesu will +For this you can use tdesu with the --nonewdcop option. tdesu will then forward the address of the DCOP server as well as the authentication information to the new user. @@ -479,9 +479,9 @@ carefully reviewed that your DCOPClient does not provide objects/functions that could be abused for privilege escalation. -Example: kdesu --nonewdcop -u root -c kcmroot +Example: tdesu --nonewdcop -u root -c kcmroot -This will, after kdesu got the root password, execute kcmroot as root, +This will, after tdesu got the root password, execute kcmroot as root, talking to the user's dcop server. @@ -503,7 +503,7 @@ int main(int argc, char **argv) Compiled with: -g++ -O2 -o testit testit.cpp -I$QTDIR/include -L$QTDIR/lib -lkdecore +g++ -O2 -o testit testit.cpp -I$QTDIR/include -L$QTDIR/lib -ltdecore on Linux yields the following memory use statistics: -- cgit v1.2.1