Given the problems described above, rather than discussing computer policy
as a whole, let us instead look at existing policy and determine its
implications. For example, the following is an excerpt taken from the
Rensselaer Policy on Electronic Citizenship, published by Rensselaer
Polytechnic Institute's Office of Computer and Information Services.
4.1.1. Privacy of information
No one should monitor, access, copy, print, alter, transmit or destroy
anyone else's electronic files without explicit permission (unless
authorized or required to do so by law, policy, or regulation). Simply
being able to access a file or other information does not necessarily
imply permission to do so.
Similarly, no one should connect to a host on the network without
advance authorization in some form. An uninvited connection is
generally considered to be an invasion of privacy and potential
security threat. (Such applications as web pages and anonymous ftp
sites are by their nature intended for public use and do not require
explicit permission.)
No one should monitor,
access, copy, print, alter, transmit or destroy anyone else's
electronic files without explicit permission. This
statement covers a lot of ground. The concept of monitoring is usually
associated in everyday life with the act of checking on something, as in
to make sure it's functioning properly (like with a baby monitoring device,
or a school's hall monitor). This idea seems to differ from the use of the
word "monitor" here, though, as arguably the above examples of monitors
are positive, whereas this clause intends to restrict one's ability to
"monitor" other people.
If we can assume this statute is in place to prevent an activity we would
consider to be detrimental to the general populace, what activities does
it hope to disallow? As I'm sure the more technical readers can answer,
the use of utilities like tcpdump, Sniffit, etc. on a
public network can be considered detrimental, and is arguably the set of
activities this regulation hopes to restrict. These utilities, however,
exist as diagnostic tools, and can be used to aid in such generally
useful tasks as locating networking faults, and deciphering unknown modes
of communication between two arbitrary network nodes. However, due to the
nature of their implementation, it may be true that at any given
time during the normal course of these utilities' operation, arbitrary
unsolicited pieces of network traffic may be displayed to the
user (that is, no matter how restrictive one's use of these utilities may
be, there may come a time where someone else's private network
transmissions are "caught" and displayed). This raises several important
issues: Does the use of network monitoring and diagnostic tools for
non-pervasive tasks constitute unauthorized monitoring if those tools fail
(or are unable) to restrict what network content is reported? Is it
ethical to continue using such a tool that you know may place you in
violation of local policy, and hence your fellow network users'
expectations of privacy?
No one should monitor,
access, copy, print, alter, transmit or destroy anyone else's
electronic files without explicit permission. Disregarding
the statement at the end of the second paragraph (which will be addressed
later), this is another very vague and sweeping restriction. Public FTP
archives, for example, are simply repositories of electronic files
"owned" by private individuals that have been made available to anyone who
is able to access them. Such sites don't explicitly give permission
to people to download the files stored on them, or even to connect to the
service at all. It is just common practice to believe that FTP
archives whose maintainers have allowed so-called "anonymous" access to
their contents are free for general consumption.
The same situation applies to other resources available to a networked
population. Web sites, for example, behave in much the same way. Most web
sites you can find on the Internet are free for general consumption, and
you can tell that because you can view them. Other such services include
Usenet Newsgroups, Internet Relay Chat, etc. So then, what
services are being addressed by this regulation? Again, my technologically
accelerated readers will readily list such items as private files in one's
UNIX account directories, protected files on one's own private computer,
and so on. Generally, anything someone has not made available to
you is not covered by this rule.
This logic leads to several puzzling questions, however. For starters, if
the only items it disallows you from accessing are those that you cannot
access to begin with, what effect is it trying to achieve? The obvious
case is where a vulnerability is discovered allowing one to bypass the
access controls which have been put in place to stop or control your
ability to view a file. Beyond this case, however, things get confusing.
For example, what if a given service implementation, by default,
allows full access to data for any external party (such as a Windows FTP
server package that by default allows full read access to your C:\ drive
in order to provide an example configuration)? The owner of the data stored
on this service in this case may not have explicitly allowed you to access
the data, but instead may have merely neglected to explicitly
restrict your access to the data. In this situation, it may become
difficult to determine what is, and what is not, actually intended to be
public data. Perhaps foreseeing this potential problem, the authors of
this policy included the chilling verbiage: Simply being able to access a file
or other information does not necessarily imply permission to do
so. Unfortunately, we may be trading the protection of a
few for the loss in utility for the many, since we have already determined
that the easiest and most widely accepted method of determining access
intention is by determining access privileges.
So, in review, there exist services that are assumed to be intended for
general consumption based on one's ability to gain access to its content.
This fact probably led to the adoption of the statement: Such applications as web pages and
ftp sites, and by extension IRC servers, Usenet servers,
etc. are by their nature
intended for public use and do not require explicit permission.
A somewhat self-conflicting policy such as this one is unfortunately very
common, as it is very difficult to write computer policies that can both
be broad enough to cover all possible abuses, yet specific enough to
minimize confusion due to varying interpretations. The very fact that this
policy exists implies that there is a perceived problem, yet its ambiguity
leaves much to be desired.