Sharing a list of running processes and DNS lookups would be more privacy-sensitive. (I have no idea how to implement the latter, but the former could at least be done on Linux, and possibly Windows, using ksysguard) You might not want to share your screen with a random stranger, but would you share process names and DNS lookups? How about open sockets?
Process names should be safe to share, since all users on a system can see them and a system is supposed to be secure for a user even with other malicious users. No sane software puts keys or passwords into stdargs where it can be seen through a ps or something.
DNS lookups should also be secure in a sense since no one in their right mind would write server software where the port/address is the key, but privacy might also be a problem. (Then again, if you are browsing FreePorn.com while doing this, maybe you deserve any consequences.)
Yes, well, Windows doesn’t have a very good history when it comes to supporting multiple users—not nearly as good as Unix systems, anyway. So draconian measures are to be expected.
You need to be careful with what “no sane software” would do, and what real software actually does. I found a database server password today because it was in plain text in the command history.
Sharing a list of running processes and DNS lookups would be more privacy-sensitive. (I have no idea how to implement the latter, but the former could at least be done on Linux, and possibly Windows, using ksysguard) You might not want to share your screen with a random stranger, but would you share process names and DNS lookups? How about open sockets?
Process names should be safe to share, since all users on a system can see them and a system is supposed to be secure for a user even with other malicious users. No sane software puts keys or passwords into stdargs where it can be seen through a
ps
or something.DNS lookups should also be secure in a sense since no one in their right mind would write server software where the port/address is the key, but privacy might also be a problem. (Then again, if you are browsing FreePorn.com while doing this, maybe you deserve any consequences.)
FYI, I think on Windows you can only see processes for your user unless your user is an Admin.
Windows Vista/7 makes not running as Admin more common.
Yes, well, Windows doesn’t have a very good history when it comes to supporting multiple users—not nearly as good as Unix systems, anyway. So draconian measures are to be expected.
You need to be careful with what “no sane software” would do, and what real software actually does. I found a database server password today because it was in plain text in the command history.
Good ideas.