|
|
|
|
|
by csandreasen
4212 days ago
|
|
With regards to your first link, I think the EFF has a losing argument with their recent addition to the Jewel v. NSA case. Their argument, by analogy:
$ seq 1 3 | grep -v 1 | grep 2 > collected.txt
The government argues that only "2" is collected, and furthermore there's an extra step to ensure that "1" is never collected. Even though they are never seen by a human/entered into a database/saved to disk/transmitted elsewhere, the EFF argues that 1 and 3 are also collected because they exist in memory for a millisecond before grep discards them. Without coming out and saying it explicitly, they're essentially arguing that it's illegal for the NSA to collect targeted information from any network connection unless they can show that the connection is only used by the target. I don't think the court will ultimately agree with them. If you're interested, you can read the EFF's argument[1] and the corresponding opposition argument[2]. With regards to the independence of the President's Review Group and the PCLOB: all of the members of the PCLOB are confirmed by Congress, so the President can't just staff them with people favorable to his policies; and if you read the PRG report you'll see that it called for quite a few things that directly contradicted the President's statements beforehand (e.g.: moving the phone records to a 3rd party, splitting up NSA and US Cyber Command, limiting NSLs, etc.) [1] https://s3.amazonaws.com/s3.documentcloud.org/documents/1346... [2] https://s3.amazonaws.com/s3.documentcloud.org/documents/1346... |
|
> NSA to collect targeted information
> show that the connection is only used by the target
This is off topic. Targeted searches are not relevant, and assuming they have a proper warrant, is perfectly legal. I'm sure some unavoidable collection happens while executing targeted searches, and the filtering necessary is is just the mechanics of wiretapping. Obviously, this is not the illegal part.
Bulk, non-targeted collection is very different. The NSA admits they do not meet the 4th Amendment's warrant requirement, while claiming to have a general warrant from the FISA court, often while waving around Sections 215 and 702 of the Patriot Act, or Executive Order 12333. IN the end, the NSA is still claiming to have a general warrant ("writ of assistance"). As we have not had a constitutional amendment that repeals the 4th Amendment, the specific warrant requirement is still the highest law of the land.
Running your "grep" filter to find the communications of a specific target will probably run across other people's communications. The important part is that - as a targeted action - it only applies to specific locations (or routers/etc) at some some specific time. If you getting a traditional search warrant to search someone's house does not allow you to come back at some future data for another search, nor does it extend to other locations.
On the other hand, if you had a warrant to search Alice's apartment, it is likely that some of her roommate Carol's stuff will be search as well. This is unfortunate, but probably unavoidable and generally legal. The fact that there is a valid reason for the search of Carol's stuff doesn't suddenly extend to allowing a search of anybody else.