This patch is for showing only process of user running the 'ps' command. Ce patch sert a afficher seulement les processus de l'utilisateur qui lance la commande 'ps' Philemon Daubard. System & Network Administrator kodezone interactive - OpenBSD webhosting and custom IT services URL: Apply by doing: cd /usr/src patch -p0 < OpenBSD_3.4_ps_process_user.patch cd bin/ps/ make make install Index: bin/ps/ps.c =================================================================== --- bin/ps/ps.c Sun Nov 9 00:29:14 2003 +++ bin/ps-patch/ps.c Sun Nov 9 00:30:04 2003 @@ -259,6 +259,7 @@ } argc -= optind; argv += optind; +if (getuid() != 0) all = 0; #define BACKWARD_COMPATIBILITY #ifdef BACKWARD_COMPATIBILITY