New RedHat Kernel Patch Illegal to Explain to U.S. Users
Russellkhan writes "The Register is running a story about a new RedHat kernel patch that cannot be explained to U.S. citizens or others in the U.S. because of DMCA restrictions. The illegal explanation is hosted at Thefreeworld.net, a site created specifically to deal with these DMCA issues."
But sound doesnt travel in the land. Nor does... electricity, radio waves, or, come to think of it anything. Jeez, what a rip.
loply.com
I would comment on the stuff posted on theFreeWorld.net, but after reading their disclaimer, I was afraid to continue in the site.
Repeat after me:
I will NOT vote for anyone that voted for DMCA.
At least blame Bush for HIS mistakes.
Um, whose name is at the bottom of the DMCA? I'm pretty sure it's not Bush's. Want a high comment score on Slashdot? Bash Bush.
To quote the article:
...just as ridiculous as the idea that the US authorities are going to start flying non-US citizens to Cuba to shoot them...
Isn't this almost what we are doing to supposed Taliban and Al Qaeda "war prisoners". Not so far off...
People who have witty things here blow.
-- LEGALESE --
PLEASE READ FIRST.
Unfortunately the DMCA prevents this document being issued to US citizens.
This document is a copyrighted work. The authors choose to exercise their
first distribution rights to prohibit the distribution of this work in the
United States Of America, its dependancies, embassies and anywhere else
under US law.
Redistibuting this document in the USA may be a criminal offence under the
Digital Millenium Copyright Act with punishment including jail sentences.
Attempting to test these holes in the USA, even with the permission of the
system owner may be an offence. Discussing this document with a US citizen
may be an offence.
This document is made available for free without warranty or other right of
recourse implied or otherwise. No statement save one in writing by the owner
of the copyright changes this usage agreement. Any export download is at your
own risk and liability.
There is no other user agreement, should your local law make such an
agreement invalid you are prohibited from using this document, and may be
committing an offence by redistributing it.
NO WARRANTY
BECAUSE THE DOCUMENT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE DOCUMENT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE DOCUMENT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE DOCUMENT IS WITH YOU. SHOULD THE
DOCUMENT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE DOCUMENT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE DOCUMENT (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE DOCUMENT TO OPERATE WITH ANY OTHER
DOCUMENTS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
-- END LEGALESE --
Security Holes Fixed In Linux 2.4.19
None of the holes documented here are remote. All these problems were
uncovered by auditing and there are no current exploits available. In
the interest of openness and ensuring people are aware of the security
fixes they are documented.
- If the Stradis driver is loaded (hardware must be present) a
maths overflow allowed the user to scribble into kernel memory
- It was possible to feed the SE401 USB hardware driver signed
values and fool kernel checks. This requires the hardware is
present
- The usbvideo driver could be fooled due to a maths overflow corner
case. This requires drivers to be present
- The
corruption of the kernel. This is really beyond user control but
if it occurs then the user can trigger the corruption
- By setting the TF flag a carefully constructed binary could hang
the kernel dead
- By misusing the rlimit resource limits it was possible to avoid
acct data being written on your process exit
- The joystick driver had erroneous copies in obscure ioctl cases
that could be used to patch the kernel as any user. Hardware
must be present and the module loaded for this vulnerability
to occur
- Multiple errors in the vm86 handling allowed users to force an
"Oops" from the kernel and in some cases to corrupt kernel data.
An additional small fix is needed for 2.4.19 but not 2.4.19-ac
(see bottom)
- The rt_cache_proc file could be tricked into returning chunks of
kernel data.
- On a system with over 1Gb of RAM the loop driver could in some
cases fail and expose kernel data. This is not under user control.
On 2.4.19 the loop driver works fine with large memory systems.
- Multiple
due to a sanity checking bug in the proc file handlers
- The XMM SSE registers were not always cleared for new processes
and could expose data from a different task. While it was not
possible to modify another tasks registers there is a small risk
because some cryptographic systems have XMM acceleration functions
We also fixed problems that required privileges to exploit. These affected
the IBM S/390 dasd driver, Openprom on Sparc systems, the Intermezzo file
system, the ewrk3 network driver, module loading, the microcode driver and
vm86. We document these in the interest of completeness.
Finally on a -ac based tree with PnPBIOS enabled a problem existed in some
quite common BIOS implementations that causes a crash when certain 32bit
BIOS calls are made. This allowed users to crash some systems by reading
files in
affected as it lacks PnPBIOS support
Credits
The authors would like to thank Silvio Cesare, Stas Sergeev, Andi Kleen,
Alan Cox, Solar Designer, and many others for their work on making 2.4.19 a
more secure kernel.
-- Additional Required Patch --
diff -u --new-file --recursive --exclude-from
--- linux.20pre1/arch/i386/kernel/traps.c 2002-08-06 15:40:50.000000000 +0100
+++ linux.20pre1-ac1/arch/i386/kernel/traps.c 2002-08-06 15:42:19.000000000 +0100
@@ -305,8 +319,13 @@
static void inline do_trap(int trapnr, int signr, char *str, int vm86,
struct pt_regs * regs, long error_code, siginfo_t *info)
{
- if (vm86 && regs->eflags & VM_MASK)
- goto vm86_trap;
+ if (regs->eflags & VM_MASK) {
+ if (vm86)
+ goto vm86_trap;
+ else
+ goto trap_signal;
+ }
+
if (!(regs->xcs & 3))
goto kernel_trap;
@@ -514,10 +533,15 @@
{
unsigned int condition;
struct task_struct *tsk = current;
+ unsigned long eip = regs->eip;
siginfo_t info;
__asm__ __volatile__("movl %%db6,%0" : "=r" (condition));
+
+ if ((eip >=PAGE_OFFSET) && (regs->eflags & TF_MASK))
+ goto clear_TF;
+
if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) {
if (!tsk->thread.debugreg[7])
So that it will be illegal to explain to someone why it's illegal to explain to someone why it's illegal to...
You see? You see? Your stupid minds! Stupid! Stupid!
that somebody is gonna post the whole text of it here on slashdot and that I'm gonna see a blank DMCA WAS HERE page when I load up my homepage.
you can bypass that scary disclaimer and read all that hidden information here (reg. req'd, blah blah) :)
Satanists get good grades too...suspiciously good grades
Soon the US will be like China. Anyone want to make 50 cents a day to program Microsoft software? :)
Atto
I didn't use the preview button, so get over it!!!!
Mike
Posting this in the US would not be a violatiuon of theDMCA except if you used some ludicrously tortured logic. It would be like me claiming that you disagreeing with this post is a violation of the DMCA. the complainers also knwo this. This is why they make vague claimns about "the DMCA" rather than specifying the explicit clause in the DMCA.
I know a court has ruled deCSS to be in violation of the DMCA, but that was because the judge was stupid, and the MPAA was smart enough to convince him that the utility is "primarily intended for circumvention of a protection mechanism". The keyword there is "primarily".
The security fix information is not primarily intedned to do alow people to break into servers, and it would require some rather convoluted argument to suggest that it should.
Yes, ofcourse, but you may not be able to fathom out what the patch does from the source. A security fix which prevents a buffer overflow could be as simple as adding or removing a typecast, which, if the kernel coders themselves didnt realise could be a security issue - Most Joe User's wont notice either... :(
Still, as a principal, it is a bit silly to disallow a text describing the change but allow the source which IS the change. Stupid law.
loply.com
Anything you say can and will be held against you in a court of law.
Land of the free ride to jail.
What the fuck has happened to our country? It's time to get rid of all the unenforceable bullshit laws. Copyright holders do not have the right to have their business models enforced by the police. And as for prohibition let's get the fuck over it.
Does this mean that when MS decides to release a "security patch" for one of its releases, and explains why this patch is necessary and how it might be exploited, that they are in breach of the DMCA? Could someone sue MS for releasing details that are then used to build a worm? (CodeRed comes to mind...)
Just my $.02
I'm a little tea pot.
Dosent seem too unlikely considering the chaps at the top
My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
FB : https://www.facebook.com/TanveersPhotography
It really looks that the DMCA induce so much fear that people start to censure themself.
The media corporation must be really happy yo see this.
I doubt very much that the DMCA would apply to a description of a patch WITHOUT applying to the patch itself. If the patch is supposed to be legal under the DMCA, why would it's description would be illegal.
I believe that these guys try the wrong way to persuade others that the DMCA is bad.
Next we are going to find out that all US Citizens have been placed on Double Secret Probation!
You can use the source, but most probably the source won't give too much information. So you will have to _understand_ the source for the proper explanation.
;)
Nonetheless, I think
> New kernel update available, fixes
> i810 video oops, several security issues
is too ridiculous. Video "oops"...
In my opinion this strange DMCA that the USA have been using, has to be revised very fast.
Regards,
obii
I am not a lawyer, but as far as I know, there is no reason why people in the U.S.A. cannot download the C source code for the patch and look at it.
As far as I know, an explaination in the form of C source code is legal - it is an explaination in a human language that is not.
Contrast this to the fact that a description of DVD decryption in English is, as far as I know, legal, but in C is, as far as I know, illegal.
Ok, so Red Hat can't tell us what the patch is about... but from what I've read so far, I understand that its regarding security, and therefore, informing me about the security problem is illegal under the DMCA, because "it could be used to circumvent a digital copyright mechanism". (the computer)
But, what about the source? I can freely download the source for this patch, right? So, how does that NOT violate the DMCA? Lets say that obtaining the source for this patch were illegal... what conflict would this have with the GPL?
I fucking hate the DMCA... what a stupid piece of shit. It impedes free speach, which BTW is against the US Constitution, and it costs me money, because now I have to spend extra time researching a problem that is critical to the security of my business.
Skiers and Riders -- http://www.snowjournal.com
Sounds to me like this is a stunt. Clearly they will get media attention (thanks Register) and hopefully get picked up by major media in the states. This is especially possible if there is a nice long stream of indignation from folks on Slashdot (including mine). That said, what a great stunt, and for what a great cause. Some one at RedHat is smart enough to be motivated not by legal paranoia (however recently justified) but by political savvy.
...begins in wonder
Registrant:
Linux MM, c/o Conectiva Inc.
R. Tocantins 89
Cristo Rei
80050430, Curitiba PR
BR
Created on: 07-AUG-01
Expires on: 07-AUG-06
Last Updated on: 07-AUG-01
Administrative Contact:
van Riel, Rik
Linux MM, c/o Conectiva Inc.
R. Tocantins 89
Cristo Rei
80050430, Curitiba PR
BR
+55 41 360 2600
This wasn't supposed to go here, instead into the guys journal about needing help with sendmail. Sorry!
We need a website that shows all the people that voted yes for the DMCA. So it will be easy to vote this November.
atto
I didn't use the preview button, so get over it!!!!
Mike
You're right. The signature at the bottom of the DMCA is:
(signed) All American Citizens
In a democracy, you are responsible for the actions of those you elect.
There is still time. Your elected representatives will pay attention to you, the American voters, only for the next 3 weeks or so. Mobilize if you can; otherwise suffer 2 more years of the same but please don't complain!.
1. I wonder if any lawyer can make a lawsuit out of this. If they do, they must have read "The Thing", and thus can be jailed. Why a lawsuit? I don't know, but lawsuits in the US seem to be the only way to say something or prove it.
:)
2. I'm sure RedHat folks will be called terrorists. After all, the "Red" in the Hat (and the fact that they are Kernel HACKERS) says it all...
smile, it's fun
-- There are two kind of sysadmins: Paranoids and Losers. (adapted from D. Bach)
I could tell you but then I would have to kill you!
... and I live in a free country ... NOT!
That patch was released on 2002-08-20, nearly two months ago, and was available through RH's up2date system so many US users will have updated to it. It's only now being reported as news about the DCMA restrictions?
I've got a fever and the only prescription is more COBOL.
I must be in a different US than you, from my vantage point, there's no practical difference between Republicans and Democrats, only a difference in their rhetoric.
It's like this:
I walk up to you on the street and make you an offer. I'll give you a choice, do you want me to stab you in the right eye with a pencil, or the left eye. Make your choice, it's a free country! You too can make a difference!
Updated kernel packages are now available which fix an oops in the i810 3D kernel code. This kernel update also fixes a difficult to trigger race in the dcache (filesystem cache) code, as well as some potential security holes, although we are not currently aware of any exploits.
The 2.4.18-5 kernel introduced some safety checks in the VM subsystem that were triggered when exiting an X session while using 3D acceleration with the Intel i810/i815 chipset. Additionally, there was a difficult to trigger race in the dcache of the file system subsystem.
This kernel update addresses both of these issues.
In addition, there are fixes for potential security holes in the following drivers:
stradis
rio500
se401
usbvideo
apm
Finally, this kernel fixes a few files in the
All of the security issues found during an audit and none of them, at the time of this writing, have any known exploits.
We would like to thank Silvio Cesare, Stas Sergeev, Andi Kleen, Solar Designer, and others for their auditing work.
Considering all of the linux distros are already in an uphill battle, is it really wise for redhat to be taking this on? Short term this can only hurt sales. Afterall, why should I pay for support when there is a chance that Redhat will refuse to give me what I'm paying for simply because they want to prove some point.
Choose your battles, this one just seems silly at this point in time.
Apparently RH is respecting the copyright of the people who discovered the flaws and chose to license the text under the "TheFreeWorld" blanket to prevent the authors from being accused of distributing potentially infringing documentation in the US. Read the article at The Register, it is almost as poorly written as this post but according to this excerpt:
The document has been copyrighted, and the authors have chosen to restrict its distribution, and to use Thefreeworld.net licence as the mechanism for doing so. Note that it is the copyright, rather than fear of the DMCA, that has forced Red Hat to join in.
RH is only doing this to protect the authors who for whatever reason chose to copyright the document. Possibly the wish to make a point as well concerning the idiocy of the DMCA.
What if someone forces you to read it?
:-)
You know, this could be used to "frame" someone;
Print it out (don't look at it!), then, when your victim least expects it - pull it up and say "read"!
Go to the nearest police station and say that you captured a "terrorist".
Lucky me, I live in sweeeeeden..
Thankfully, I'm in Canada and not bound by retarded US laws. /. is, though, so I'm not gonna post verbatin what the patch is.
The gist of this security patch is to fix driver vulnerabilities. It fixes several of them, not one of them is exploitable by a remote user. They all require the hardware in question to be connected to exploit the driver vulnerability, and they all involve allowing people to write to kernel memory space. In other words... they could be used to nuke a linux box by a local user (why not just 3-finger salute, I know not), but the moment you reboot the problem is fixed anyway.
If you believe everything you read, you'd better not read. - Japanese proverb
Q. Which kernel hacker does Red Hat employ, outside of the US?
A. Alan Cox.
Q. Why won't Alan Cox visit the US because "the chances of his arrest are none zero"?
A. Use of the DMCA to indict Sklyarov.
It seems much more likely that Alan Cox is, with Red Hat's full support, taking a very good swipe at some of the more ludicrous aspects of the DMCA. Basically, what they are implying that this could lead to is the situation where a major security flaw can be disclosed to the entire world, except for the US, because of the DMCA. The obvious upshot of that is that every man and his dog outside of the US could have access to the knowledge required to shaft servers in the US, and the sysadmins in the US can't do a thing about it because of the DMCA.
The words "hoist", "own" and "petard" spring to mind. ;)
UNIX? They're not even circumcised! Savages!
Didn't? Rumor has it that Alan Cox is explicitly involved in *this* patch.
KFG
Who actually reads the fine print when they download something or access a web site???
...turn over my first born... missing appendages...soul....I am willing to bet a couple of people have clicked yes to this! poor dudes.
prOn sites: The button that says I am under 18 get me outta here! Who would ever click this button???
Micro$oft Eula:
and now we have...
Redhat: Don't click on the button if you are not a U.S Citi.... Click!
From excellent karma to terible karma with a single +5 funny post...
The Bible is not about oppressing anyone into obedience, and it's obvious that you just decided this was a perfect forum for your anti-Christian sentiments. The Bible is a historical record, and an individual can freely accept or reject its teachings, just as they could hundreds of years ago (though in some societies, the Church did indeed use its power as a form of oppression; not having lived in medieval times, or the Spanish Inquisition, I refuse to take the blame for this).
Your comparison is lousy, and not even close to how the DMCA works. Stick to good anaologies, rather than opinions. You'll go far.
Never look down your nose at others. Someday, someone is bound to see your boogers.
why are the bcast sources on this list?
In case you don't know it, we will be getting something similar to the DMCA in Europe soon :(
You can read more here.
Still, as a principal, it is a bit silly to disallow a text describing the change but allow the source which IS the change. Stupid law.
I agree. The DMCA should be updated to disallow any patching of security holes what-so-ever.
It doesn't matter if the law will totally discourage effective security measures by outlawing any discussion or implementation of flaws or improvements. As long as we have the DMCA to protect us, any attempted security measure is good enough even if it's just some text on a screen that say "don't look here under penalty of the DMCA". Of course we'll need to gouge out your eyes as potential copyright circumvention devices, but that's a small price to pay to guarantee our security, our safety, and our liberty.
My next sig will be ready soon, but friends can beat the rush!
It was a closed/secret vote..
echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
here is the time to have a true "world company"
let's base debian in antarctica...
Ok, this looks to me to be the same as any other patch documentation. My impression is that the reasons it's illegal are the same sections and logic used to indight Skylarov. If I'm not mistaken in those two things, isn't all patch documentation illegal under the DMCA?
Quick word of commentary, it wouldn't surprise me at all if this were true by the letter of the law. This is exactly why we have been complaining for so long, because the law is overly broad, and restricts things that it obviously shouldn't. On the other hand, I didn't think it was so broad as to cover all security documentation.
Science may someday discover what faith has always known.
http://www.dfc.org/dfc1/Active_Issues/graphic/grap hic.html
passed Senate by Unanimous Consent
(similar to voice vote in House)
passed House by Voice Vote
Eve Fairbanks says I drive a hybrid!LOL
There is no way a kernel patch can violate the DMCA for the simple fact that the Linux kernel doesn't enforce any type of copy protection.
Doing it like this is just prudent. Why should someone from Europe have to know all the details of US law, weigh the chances of it being a violation, when non-US people have already gone to jail over it and there's the option of not distributing it to Americans in the first place?
I believe posters are recognized by their sig. So I made one.
that makes it illegal to release the information to US citizens. The patch code was written entirely by non US citizens outside of the US borders. In order to prevent the possible prosecution by the US government, ala Skylarov, they released under license terms that forbid divulging information about it.
*Redhat* is not the refuser here, they are simply bound by the terms of the author's *license.*
Now, let's do a little deductive work here while we're about it, shall we?
This isn't a "Linux" patch, it's "Redhat" patch. And what *Redhat* kernel developer has already shown a propensity for making socio-political statements with the license terms of his kernel patches regarding the DMCA?
Anyone care to go waaaaaaaaaay out on a limb and "guess" just who might have had a hand in this?
I'll give you three guesses, but if you don't get it in one you haven't been paying attention.
KFG
Thus, it gives you information you can use to break into these systems, bypassing their "rights management". More info in the thread from last year here.
The point isn't even that anyone would be charged under the DMCA, but that under the language of the law, they could be. The underlying point is that disclosing security vulnerabilities and keeping current with their announcements are extremely common activities for any security professional doing his/her job.
That said, the whole exercise seems a bit lame and the article more or less says that straight out after leading in with a bit of sarcasm. It's not even the dumbest part of this law, but that's another story already beaten to death on /.
reresentitives don't read their own email due to the risk of contacting the anthrax virus 2.0
There is still time. Your elected representatives will pay attention to you, the American voters, only for the next 3 weeks or so. Mobilize if you can; otherwise suffer 2 more years of the same but please don't complain!.
You can honestly say that? My elected officials will pay attention to me only during election season, and I'm not supposed to complain? Screw that. Democracy only works if you don't pay attention to what happens. We have the DMCA, the Patriot Act, corporate tax breaks out the wazoo, and politicians who are essentially puppets for the companies who paid to have them elected. You're right, I shouldn't complain.
Ding! This is the correct answer. Yes, telling people about security holes is a DMCA violation under every interpretation of the law that I've seen (other than the cursory, "it only covers copying mp3s d00d!")
Please mod up the parent.
2002: New RedHat Kernel Patch Illegal to Explain to U.S. Users
2012: New RedHat Kernel Illegal to Explain to U.S. Users
2022: Engineering Illegal to Explain to U.S. Users
Opus: the Swiss army knife of audio codec
If that's the case, then it would be legal to distribute the DeCSS code as long as you don't tell anyone what it does.
And lose the majority of their ad targets?
I think they'd keep getting Americans downloading it just as much. Most people using Kazaa wouldn't have trouble lying on a web form. But it removes their legal liability in the US, as far as I can see.
I believe posters are recognized by their sig. So I made one.
yes, it did happen once. IIRC, he found (or was told of) a bug in filesystem permissions that allowed someone outside a uid/gid to gain access to a file.
Cox didnt publish details (ie - what the bug was or how to exploit it) because he believed it violated DMCA - as somewhere out there someone could be using UNIX file permissions as a "copy protection device," and the details to exploit it would be "circumventing a copy protection scheme." IIRC, Cox is not a US citizen, but he has to travel to the US a lot, and didnt want to lose that ability by publishing the exploit.
These stories (Cox's above and this current issue) are perfect examples of things to send over to that committee collecting comments on the DMCA. Here are software authors who are scared to publish vulnerability details about their own products!
The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
What would the DMCA have to say about commented code, which explains itself in plain english as well as code?
"I'll have a Guinness, no wait, make that a Coors Light" -Grad student I work with, who shall remain anonymous...
The problem is that redhat doesn't OWN the kernel. The patch in question is specific to the linux kernel which redhat does NOT own.
It would then follow that they are publishing a vulnerability about Linus Torvalds' product.
"Fighting the underpants gnomes since 1998!" "Bruce Schneier knows the state of schroedinger's cat"
One of the falsehoods taught about US Government in our own schools is that its a "democracy", when in fact, it isn't. The US Government is a "representative republic". We elect people to do our dirty work for us... there's no law that says our elected officials have to listen to us, but the pressure of re-election keeps 'em tuned in to the opinions and concerns of their constituents.
So, when the election comes around in the near future, DON'T VOTE FOR ANYBODY CURRENTLY IN THE CONGRESS!! This is how we as a people communicate our discontent with the actions of our current Congress. Honestly, if we keep voting these same losers into the congress, but dislike the laws they make, then we're weak as a people and deserve to have our freedoms impounded for being complacent. Freedom is a privelage that requires maintenance.
(First order of business, challenge the DMCA)
Skiers and Riders -- http://www.snowjournal.com
I LIVE IN THE US: Salt Lake City, Utah. Come get me. Muwahahaha!
One future, two choices. Oppose them or let them destroy us.
Don't you know how the U.S. legal system works? Let me explain:
If I spank my kid in public, the DA (District Attorney) will go back to my H.S. classmates and former employers and show that I generally disrespect authority, maybe was a bully, have a short temper, and that the incident was the latest in a string of inhumane behavior and child abuse that dates back at least 10 years.
My defense attorney, will argue that I was never disciplined for any such actions, never in a fight that is on record, and never visited by the local Social Worker (Except for our first child, which came before we were married - and is std procedure). I currently am active in my childrens lives, have defied 'conventional wisdom' by marrying my 'HS swetheart', having a kid before we were married, and staying married 8 years and having 2 more kids. S/He would also pull in a shrink to counter any past 'anger' issues due to the fact that my mom wasn't "all there".
All for what really was a spanking. (No, this didn't happen to me, but WI has tried to jail teen fathers - who try to do the right thing and be a father - for rape. So it's not impossible.)
The DMCA exists because lawmakers were convinced that the economy was going to fall because of piracy and free-flowing information. The only way to combat this in the U.S. is NOT by being rational - it's by meeting and exceeding the original irrational ideas, in an opposite way, that brought this beast into existance in the first place.
"I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
"Discussing this document with a US citizen
...
may be an offence."
I'd would've liked to post a comment here, but I would like to keep the option open of coming to the US somewhere in the future, so
__CENSORED__
---
"The chances of a demonic possession spreading are remote -- relax."
I think DMCA is good example of how U. S. will loose its domination.
By restricting anything which may compromise poorly designed products U. S. will slightly stop any significant research and development, so as americans have to buy Japan electronics, they will have to buy encryption technology from Europe, communications equipment from Israel and software from Eastern Europe and Russia.
More laws will emerge to prevent techology companies moving out, restricting U. S. citizens to work abroad. Canada will have to require visas from americans, because they will seek asylum in there. British and Canadian controls will be set on american international airports to prevent asylum seekers to enter both countries. Amnesty International will be terminated and reopened in Paris.
Military power will be supplied by foreign components and foes will know their weaknesses better than U. S. The more 9/11 will arrive and U. S. will try to respond with military actions. U. N. will become angry about it.
Americans will still fly to space, but only to repair ISS or put in new communication equipment for Japan/Europe corporations. I am really looking forward to Intel HQ and R&D in Europe or Canada, while moving production plants to U. S., rather than Mexico, because of workforce price.
Japan will legally buy Hawaii. Russia with Japan will be complaining about american fishermen overcoming legally agreed quotas on fish in northern Pacific.
Networks of other countries will have the similar border with U. S. like China has with whole world - just because no one using any data tramsmission could not be sure if it will not be attacked by legal (in U. S.) attack at the network.
Why? Because few people wanted to keep high margins on movies...
--
paja
Err, I don't think you can release a patch for GPL software (ie, Linux) under a non-GPL license.
You might include a disclaimer that the patch may be illegal in your nation, but I don't think the license itself can actually prohibit distribution to particular persons.
Just becaues you don't vote doesn't mean you can't complain
Voting IS complaining... only it's a USEFUL form of complaining that elected representatives listen to. If you don't like someone, vote against them. THAT should be how you complain. If you don't vote, you're allowed to complain, sure (free speech and all). But you can't expect your complaints to do any good.
Any individual's vote makes no difference
Gore would disagree with you.
We didn't vote for Bush the first time. He siezed power in a coup. Read more.
The Uncoveror: It's the real news.
One of the prime rules of administering a system is to never destabilize it. I have great respect for Red Hat, and use their systems every day, but whatever this patch does, I will not apply it until I understand what effect it is going to have on my systems.
I suppose I could (and really SHOULD) look at the source and figure it out from there, but given the fact that time is a scarce resource, it will be lower on my priority list than the other problems that are more readily apparent to me.
That means that the DMCA is actually contributing to the destabilization of the systems I am responsible for. Makes me wonder just who is being protected here in the land of "free speech" and home of the brave.
We do value the ideas of Democracy, but we are a Republic. A Republic is just a little bit different then a Democracy. For instance, we do vote for the men and women that represent us in our nation's capital.
However, the laws that they create do not necesarily represent the views of their constituents. If that was the case, then every American Citizen would have the right to vote on the creation of laws such as the DMCA.
Our Republic is a popularity contest regarding who ends up in office. This popularity contest is run in front of a back-drop of "parties" which are supposed to represent the basic views of the person running for that office.
In the Republic of the United States, true Democracy only exists in the local arena (School Millage Hikes/Cuts, local ordinances and such) and sometimes shows its face in state elections when public acts are put up for citizen review.
If we lived in a true Democracy, I personally believe that the citizenry would have destroyed the Constitution many years ago by creating laws that limit the freedoms and liberties that our Republic currently partially protects. The trouble is that our representatives have forgotten that and so have the citizens that voted them in. If they were to remember what our form of government really is and change some of their ways, we can once again move forward with our great experiment.
If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
You're being silly here. None of this is going to happen, because other countries are considering, or have already enacted, laws just as bad, if not worse than, the DMCA. Check out the information on the EU directive known as the European Union Copyright Directive, or the Digital Agenda Act, which is Australia's answer to the DMCA. The DMCA is on shaky constitutional grounds in the US, is the act your country going to pass be?
Marxism is the opiate of dumbasses
Uh oh, I better switch to windows then!
Of course the kernel implements copy protection, but it's a general purpose protection, not specific to copyright, but CAN be used to protect a copyrighted work just the same.
By the letter of the law, this changelog IS illegal.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
I mean, can't you just read the source of the patch
I had this thought after the first time, and am seriously thinking that this thoug of mine may not be such a joke or bad idea after all:
One word: SELAND!
Move the master kernel repository over there. It may not account for everyone's DL's, but at least the master tree will always exist in an untained form.
I'm not a prophet or a stone-age man,
I'm just a mortal with potential of a super man.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
True. But you're misinformed. The US is not a democracy. The two puppet system in place at the moment is hardly democractic.
cLive ;-)
Don't blame me - I vote Green
-- Trinity in high heels carrying a whip: The donimatrix - there is no spoonerism
Also I do not think published papers are circumvention devices like adobe and the mpaa claim. A paper is not a physical device so security research can legally continue. I believe the lawyers at Hollywood are just shouting boo at security researchers.
Last but not least who is going to file charges agaisn't redhat? Linus??
Its perfectly legal to talk about flaws in a product. What is not legal is to create circumvention devices or programs to take advantage of drm security holes for a limited set of copy protection products.
Redhat is going to lose respect in the business community if they start getting all paranoid by this.
http://saveie6.com/
Massachusetts rejected this crap. So, maybe all of us should follow suit. Redhat should ignore it, or
use a Massachusetts based location ot get it out.
Digital Copyright
-c
I have discovered a truly remarkable proof which this margin is too small to contain.
Ultimately the problem is in the industry not making a clear identification of different product lines. Do so intentionally is an act of consumer fraud and last I understood, such things are supposed to be illegal.... Like Antitrust..
The correct divide between product lines is constrained products on one side and open products on the other. There are different product lines.
To promote otherwise is not only consumer fraud but also anti-trust as it wrongfully attempts to suppress competition and consumer choice.
That's the way it really is. Know it and become informants to the public.
I have no problems in deciding to buy or not buy constrained products and I have no problem with not being able to use those constrained product on an open product line. I'd perhaps even be willing to pay a little more if I felt I needed to use some constrained product on on an open product.
But the problem here is the clear intent to blur and blunder that choice, by the industries, politicians and other involved in teh intent to force me to products against my choice.
Even now I have found since october 9th that I personally cannot access slashdot from my Amiga system without going thru an anonymizer. I resent the hell outof that as it forces me to use a fucking god damn product of a legally found guilty of breaking federal anti-trust law company called Microsoft.
And this is what I am paying taxes for?
There is this document called the "Declaration of Independance" that more people really should read at this this time of government abuses. Seriously!!! Do a google search and read it!
Be careful how you word it. Correct me if I have anything wrong here...
"If the kernel doesn't enforce any DRM", in my mind, doesn't break the DMCA simply because it's a passive act, it involves no "breaking". However, I don't trust our government to agree with me.
~Dalcius
Rome wasn't burnt in a day.
The problem isn't with the patch, it's with the Changelog, and RedHat didn't really have anything to do with it.
Sticking feathers up your butt does not make you a chicken - Tyler Durden
Oh, Bruce Perens, where are you?!
~Dalcius
Rome wasn't burnt in a day.
If that's the case, then it would be legal to distribute the DeCSS code as long as you don't tell anyone what it does.
No, since DeCSS is a circumvention device (another part of the DMCA).
I believe posters are recognized by their sig. So I made one.
The last couple of times I've tried complaining about anything to my elected representative, they sent me letters back saying that was not something they were currently involved in.
/I/ am not represented.
Like I keep a roster of what they are currently involved in! I do, however, know what current events are hot in Washington. If they aren't involved in those, then there's a problem. That means that
-- This space for lease, low setup fee, inquire within!
http://cryptome.org/
: )
Couldn't we just take a look at the differences in the source and figure out what was changed?
Oh, wait, Reverse Engineering is violating the DMCA too...
Sticks and Stones may break my bones, but copyright will always protect me.
This is publishing information about THEIR OWN PRODUCT.
No it isn't. The patch was written by independent developers. Red Hat employees in the US aren't allowed to read the explanation either. And they're not allowed to put it on their site because the license on the explanation doesn't allow this.
I believe posters are recognized by their sig. So I made one.
You are what is wrong with America!
Skiers and Riders -- http://www.snowjournal.com
Begin obligitory karma whoring. that is the website for the people who vote on what bills, and this is specifically for the DMCA
"Martha Stewart can lick my Scrotum......do i have a scrotum?" -- Sharon Osbourne
We already are on Double Secret Probation! Have been since 26-OCT-2001. Argh.
"Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
The issues discussed in the patch notice are pretty mundane, and it took me quite some time to figure out what the hell the problem with the DMCA might be. I'm still not sure.
The reasoning, apparently, is that by documenting the security weaknesses that were fixed, they reveal ways to hack unpatched versions of the kernel. And that would be circumvention, and hence violations of the DMCA. All of the holes were found in code audits, and there are no known exploits, so this announcement documents these problems for the first time. (Maybe it's less of an issue if you announce fixes to holes that someone else already found.)
But if that is really taken as a violation of the DMCA, then almost all public notices of security issues may be illegal, even if the author did not write an exploit, and indeed even if no exploit is known to exist. The entire CERT site is at risk. Bruce Schneier may be one of the rampant criminals on Earth.
I dunno, it certainly would be crazy if the DMCA really has that implication, but are Cox and Co. certain that the law really means that? I'll bet there is no case law suggesting such a thing -- and after all, it's the courts' interpretations that really matter in the end. Has any legal scholar ever suggested that the DMCA can be interpreted this way?
I certainly don't like the DMCA, and I think it's unconstitutional (First Amendment, you know), but I wonder if this stunt will backfire. If it turns out that they're making a big deal out of something that the DMCA doesn't actually forbid, then opponents of the law will end up looking a bit hysterical.
Always keep a sapphire in your mind
Chapter 12, section 1201 of the DMCA. "(c) Other Rights, Etc., Not Affected. - (4) Nothing in this section shall enlarge or diminish any rights of free speech or the press for activities using consumer electronics, telecommunications, or computing products. " You can talk about it. You can read it. You can even post it. Bob & Tom can read the Redhat patch description over the radio. This looks to be in direct conflict with b1, also in section 1201: "No person shall manufacture, import, offer to the public, provide, or otherwise traffic in any technology, product, service, device, component, or part thereof, that - " U.S. congress is prohibited from passing the latter into law, it being in direct conflict with the first amendment. Remove the word 'technology' and it's probably okay. If 'technology' means descriptions as well as boxes with pretty lights and buttons. First amendment of the American constitution includes: "Congress shall make no law ... abridging the freedom of speech, or of the press ... "
A Google search for "DMCA first amendment" and "bill of rights" will get you where you need to go if you think I've taken something out of context.
Apologies for the length; brevity is not the soul of law. Legal experts, I'll be interested to hear why I've incorrectly interpreted this rare clear use of English in legislation.
HP threatened Snosoft over a post to bugtraq, so apparently HP, a large company with lots of lawyers, belives the DMCA covers security notices.
Yes, but am I responsible for the actions of a president I most emphatically did not elect, whom many would say was not legitimately elected at all but sits in the Oval Office nonetheless? Am I responsible for the actions of some senator from North Carolina or Texas (I'm in Massachusetts) who is the chair of some committee that exercises extra-Constitutional power to affect what bills even get seen by the full legislature? Am I responsible for the actions of some unelected official even though their rules and regulations only have the force of law because Congress improperly abdicated their legislative authority when they created some bureau fifty years ago?
No, no, and no. I can and do vote for a mere handful of representatives, whose roles have become so diluted by the above factors that voting is purely an act of principle untinged by practical effect. To say that people in general are responsible for outcomes that people in general can affect so little is ridiculous.
Slashdot - News for Herds. Stuff that Splatters.
Next time, actually read the law. The DMCA is VERY broad. Sounds to me like your extent of reading on it was the name, and not the contents of the act itself.
The DMCA makes it illegal to publish any sort of information that provides data relating to any sort of bug that could be potentially exploited. This was, IMHO, added to prevent people from writing applications that would allow individuals to circumvent applications that where protecting copywrited materials, but it's all in the wording.
-- I'm the root of all that's evil, but you can call me cookie..
Yes, but the third world is in no way connected to the lovable mascot of Linux -- the noble penguin. Antarctica is the most logical place for a Linux company. :)
"I'm a leaf on the wind. Watch how I soar."
-Hoban Washburn
WTC1: Killed innocents in the four-digit range
WTC2: ditto
Pentagon: Killed hundreds, mostly just average-joes working in civil service jobs
Capitol: Would have killed some innocents, plus the source of many of the problems in the country today
I'd say that if one had to miss, it should have been one of the WTC planes. Would slashdotters be weeping over the demise of Hollings or Berman? These are the people selling your rights out to the RIAA and MPAA.
Seriously, how do people defend Bush? Clinton was a crappy president in a lot of ways (DMCA, weapons treaties, etc) and so is Bush.
You do realise that your country is holding people prisoner in Cuba in violation of the Geneva Convention on the treatment of Prisoners of War (and don't be nice to them!), right? And that your country has decided that doing something about the Greenhouse Effect is too expensive? Or that letting other countries try your soldiers on war crimes is too hard? And that getting rid of weapons of mass destruction is good, unless they're yours
Not that my country is innocent; Little Johnny locks up kids in the desert and uses the navy to storm refugee ships and then pays other countries to take the refugees of our hands.
Alan Cox didn't write the code that he learned the exploit to. Furthermore, Red Hat did not write the kernel, thus it is not their own code. The parent post merely chose the wrong words to make his point.
"The words of the prophets are written on the Slashdot walls."
Oh Shit! Does this mean those "Break the Code" puzzles in the newspaper are going to land me in jail?
"The words of the prophets are written on the Slashdot walls."
Young man, there's a need to feel down
I said, young man, throw yourself on the ground
I said, young man, 'cause your in a new town
There's a need to be unhappy
Young man, there's a place you can go
I said, young man, when you're short on your rights
You can stay there, and I'm sure you will find
Many ways to have a good time.
It's fun to stay at the J.A.I.L.
It's fun to stay 'cause the D.M.C.A.
They have everything For old men to enjoy.
They can hang out with all you boys.
It's fun to stay at the J.A.I.L.
It's fun to stay 'cause the D.M.C.A.
You can't get yourself clean
You can't have a good meal (because it likely contains DNA that created a plant that fuels you so you can talk... and say anything... and thats information that they don't want you to share)
They can do whatever they feel.
Cong' man, Are you listening to me
I said, cong' man, what do you want to be
I said, cong' man, you can make go away your rights,
all you've got to do is this one thing.
No man, does it all by himself
I said, every man, put your life on the shelf
And just break that, its the D.M.C.A.
I'm sure you can break that today
It's fun to stay at the J.A.I.L.
It's fun to stay 'cause the Y.M.C.A.
You have everything for old men to enjoy.
They can hang out with all you boys.
Cong' Man, I once filled your shoes,
I said, I'm not down with the you's
I felt, no man cared if I were alive
I felt the whole world was so jive
That's when someone came up to me
and said young man take a walk up 1600 pen 'reet
There's a thing there called the D.M.C.A.
They can start you'r ass on it's way.
D.M.C.A.
just go to the J.A.I.L.
Cong' Man, Cong' Man, I once filled your shoes,
Cong' Man, Cong' Man, Now it's out with all yous
D.M.C.A.
D.M.C.A.
D.M.C.A.
D.M.C.A.
Please use [ informative / summarizing ] SUBJECT LINES
Flame me here
¦ ©® ±
If that is true, then can we PLEASE submit this as an actual case where the DMCA has unintended consequences? I know the copyright office will be soliticing comments in early Nov.
One word: SELAND!
Um, you mean SEALAND, right?
The link goes to Sealandgov.org.
Just thought I'd help you out here...
They stuck me in an institution, said it was the only solution, to...protect me from the enemy, myself
Bing! Lose a point kiddo.
Does allan cox actually own the rights to the linux code? At most Linus may. Remember Skylarov got his arse ripped DESPITE adobe actually objecting.
Allan Cox does, and hes probly had advice on this, face DMCA busting if he explains the 'sploit.
THATS why everyones up in arms about the DMCA , because it's fuckin' ludicrous.
And he can get deported for it too.
And if you cross your eyes the right way, yeah a slim-jim might just be a circumvention device too. (Break into car, steal document , break DCMA). It's verry silly. Oh and dude, if someone is using your method on there data, I fully recon' that DMCA + implied contract with customer to rely on your protection on their data means that your haxor technique breaks THEIR data. You still go to jail. (I wonder if CHMOD & CHOWN are circumvention devices).
This has gotten outa hand.
Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
So the patch itself is illegal by their (silly) definition, because it is itself documentation of the vulnerability (and how to fix it).
And if this were properly-written GPL software, the patch would be commented... (Don't know if it is or not - It should be.)
retrorocket.o not found, launch anyway?
You're just wrong.
As long as someone somewhere could possibly decide to use Linux file permissions as a copy protection scheme, then describing any way in which these permissions could be circumvented is illegal.
This law is not limited to things that are only used as a copy protection scheme, and has already been used against programs with legitimate uses (Ex: DeCSS).
I don't think you understand just how over-reaching this law is.
Life is too short to proofread.
Wait a minute. I thought there were penguins on the Falkland Islands -- a mere hop from Argentina. And aren't there penguins in the southern bits of Chile?
Oh, go on, check out my job.
ah... another way for Microsoft to crush the open source movement.
Don't complain my ass!
And exactly how am I going to get anything changed without complaining?
And there's a big difference between my elected representatives actually listening to me and just pretending to.
As a citizen of the US it's my constitutional right to complain. Especially given the election rigging that's been going on lately.
"Those who cast the votes decide nothing. Those who count the votes decide everything." -Joseph Stalin
It's really idiotic to think that the only time we should talk about the gripes we have with our gov't is right before election day.
They should know that we're keeping an eye on what they're doing every day.
Life is too short to proofread.
People are making a big deal about the fact that the explaination document is copyrighted. copyright does not protect ideas only the particular expression of an idea. In otherwords if someone were to release a paraphrase of the explaination document, it might violate DCMA, but it would not violate copyright.
Read it over.. there isn't any obvious DMCA violations noted.
/proc/slabinfo file could exceed a buffer size and cause
/proc files could be persuaded to dump kernel data
/proc. These files are now root private. The base tree is not
/usr/src/exclude linux.20pre1/arch/i386/kernel/traps.c linux.20pre1-ac1/arch/i386/kernel/traps.c
/* If the user set TF, it's simplest to clear it right away. */ /* Mask out spurious debug traps due to lazy DR7 setting */
-- LEGALESE --
PLEASE READ FIRST.
Unfortunately the DMCA prevents this document being issued to US citizens.
This document is a copyrighted work. The authors choose to exercise their
first distribution rights to prohibit the distribution of this work in the
United States Of America, its dependancies, embassies and anywhere else
under US law.
Redistibuting this document in the USA may be a criminal offence under the
Digital Millenium Copyright Act with punishment including jail sentences.
Attempting to test these holes in the USA, even with the permission of the
system owner may be an offence. Discussing this document with a US citizen
may be an offence.
This document is made available for free without warranty or other right of
recourse implied or otherwise. No statement save one in writing by the owner
of the copyright changes this usage agreement. Any export download is at your
own risk and liability.
There is no other user agreement, should your local law make such an
agreement invalid you are prohibited from using this document, and may be
committing an offence by redistributing it.
NO WARRANTY
BECAUSE THE DOCUMENT IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE DOCUMENT, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE DOCUMENT "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE DOCUMENT IS WITH YOU. SHOULD THE
DOCUMENT PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE DOCUMENT AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE DOCUMENT (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE DOCUMENT TO OPERATE WITH ANY OTHER
DOCUMENTS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
-- END LEGALESE --
Security Holes Fixed In Linux 2.4.19
None of the holes documented here are remote. All these problems were
uncovered by auditing and there are no current exploits available. In
the interest of openness and ensuring people are aware of the security
fixes they are documented.
- If the Stradis driver is loaded (hardware must be present) a
maths overflow allowed the user to scribble into kernel memory
- It was possible to feed the SE401 USB hardware driver signed
values and fool kernel checks. This requires the hardware is
present
- The usbvideo driver could be fooled due to a maths overflow corner
case. This requires drivers to be present
- The
corruption of the kernel. This is really beyond user control but
if it occurs then the user can trigger the corruption
- By setting the TF flag a carefully constructed binary could hang
the kernel dead
- By misusing the rlimit resource limits it was possible to avoid
acct data being written on your process exit
- The joystick driver had erroneous copies in obscure ioctl cases
that could be used to patch the kernel as any user. Hardware
must be present and the module loaded for this vulnerability
to occur
- Multiple errors in the vm86 handling allowed users to force an
"Oops" from the kernel and in some cases to corrupt kernel data.
An additional small fix is needed for 2.4.19 but not 2.4.19-ac
(see bottom)
- The rt_cache_proc file could be tricked into returning chunks of
kernel data.
- On a system with over 1Gb of RAM the loop driver could in some
cases fail and expose kernel data. This is not under user control.
On 2.4.19 the loop driver works fine with large memory systems.
- Multiple
due to a sanity checking bug in the proc file handlers
- The XMM SSE registers were not always cleared for new processes
and could expose data from a different task. While it was not
possible to modify another tasks registers there is a small risk
because some cryptographic systems have XMM acceleration functions
We also fixed problems that required privileges to exploit. These affected
the IBM S/390 dasd driver, Openprom on Sparc systems, the Intermezzo file
system, the ewrk3 network driver, module loading, the microcode driver and
vm86. We document these in the interest of completeness.
Finally on a -ac based tree with PnPBIOS enabled a problem existed in some
quite common BIOS implementations that causes a crash when certain 32bit
BIOS calls are made. This allowed users to crash some systems by reading
files in
affected as it lacks PnPBIOS support
Credits
The authors would like to thank Silvio Cesare, Stas Sergeev, Andi Kleen,
Alan Cox, Solar Designer, and many others for their work on making 2.4.19 a
more secure kernel.
-- Additional Required Patch --
diff -u --new-file --recursive --exclude-from
--- linux.20pre1/arch/i386/kernel/traps.c 2002-08-06 15:40:50.000000000 +0100
+++ linux.20pre1-ac1/arch/i386/kernel/traps.c 2002-08-06 15:42:19.000000000 +0100
@@ -305,8 +319,13 @@
static void inline do_trap(int trapnr, int signr, char *str, int vm86,
struct pt_regs * regs, long error_code, siginfo_t *info)
{
- if (vm86 && regs->eflags & VM_MASK)
- goto vm86_trap;
+ if (regs->eflags & VM_MASK) {
+ if (vm86)
+ goto vm86_trap;
+ else
+ goto trap_signal;
+ }
+
if (!(regs->xcs & 3))
goto kernel_trap;
@@ -514,10 +533,15 @@
{
unsigned int condition;
struct task_struct *tsk = current;
+ unsigned long eip = regs->eip;
siginfo_t info;
__asm__ __volatile__("movl %%db6,%0" : "=r" (condition));
+
+ if ((eip >=PAGE_OFFSET) && (regs->eflags & TF_MASK))
+ goto clear_TF;
+
if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) {
if (!tsk->thread.debugreg[7])
I couldn't read the source in teh patch, there must be some problem with it, is it encrypted or something? Here's all I got:
/hfe/fep/rkpyhqr yvahk.20cer1/nepu/v386/xreary/gencf.p yvahk.20cer1-np1/nepu/v386/xreary/gencf.p0 6 15:42:19.000000000 +0100
/* Znfx bhg fchevbhf qroht gencf qhr gb ynml QE7 frggvat */
qvss -h --arj-svyr --erphefvir --rkpyhqr-sebz
--- yvahk.20cer1/nepu/v386/xreary/gencf.p2002-08-06 15:40:50.000000000 +0100
+++ yvahk.20cer1-np1/nepu/v386/xreary/gencf.p2002-08-
@@ -305,8 +319,13 @@
fgngvp ibvq vayvar qb_genc(vag gencae, vag fvtae, pune *fge, vag iz86,
fgehpg cg_ertf * ertf, ybat reebe_pbqr, fvtvasb_g *vasb)
{
-vs (iz86 && ertf->rsyntf & IZ_ZNFX)
-tbgb iz86_genc;
+vs (ertf->rsyntf & IZ_ZNFX) {
+vs (iz86)
+tbgb iz86_genc;
+ryfr
+tbgb genc_fvtany;
+}
+
vs (!(ertf->kpf & 3))
tbgb xreary_genc;
@@ -514,10 +533,15 @@
{
hafvtarq vag pbaqvgvba;
fgehpg gnfx_fgehpg *gfx = pheerag;
+hafvtarq ybat rvc = ertf->rvc;
fvtvasb_g vasb;
__nfz__ __ibyngvyr__("zbiy %%qo6,%0" : "=e" (pbaqvgvba));
+/* Vs gur hfre frg GS, vg'f fvzcyrfg gb pyrne vg evtug njnl. */
+vs ((rvc >=CNTR_BSSFRG) && (ertf->rsyntf & GS_ZNFX))
+tbgb pyrne_GS;
+
vs (pbaqvgvba & (QE_GENC0|QE_GENC1|QE_GENC2|QE_GENC3)) {
vs (!gfx->guernq.qrohtert[7])
Oh lordy, I'm probably in contravention of the QZPN?
(Christ, I can't believe how lame I am! Whatever, it made me laugh!)
THL.
Keeping
It's publishing the description that's illegal. Thus if the source code is indeed a description, Red Hat cannot legally publish it, regardless of whether you read it or not.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
If the only Europeans US tourists come into contact with are Parisians, no wonder they think all Europeans are pompous pricks.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
More locally here in Ontario, the memorable Mike Harris won himself a re-election, even amidst million dollar teacher-run anti-Harris ad campaigns. They tried to convince the electorate into a 'strategic voting' (or some such) which basically meant "Anybody But Harris" - which failed extremely miserably. In Durham, one of the big epicentres of the teacher strikes (elementary and secondary) the entire region was won by the Progressive Conservative (Mike's) party.
Sometimes it works for, sometimes against them.
Of course, Harris is responsible for putting a leash on the school boards (now they have to run under a budget; something that have absolutely no idea how to do ($18 million to IBM for new computers, but they have no money to buy textbooks. Strange, dat!), which is why they're so cheesed ... ), much welfare reform (he had the audacity to tell people they weren't supposed to live off of welfare indefinately. Prick!), among other things.
BD Phone Home!
Shameless plug. Like you weren't expecting it.
to trick someone who isn't free to believe he is, than it is to trick someone who is free into believing he isn't.
Think about it.
But then it actually happened in Real Life. Lawyers at HP saw how DMCA could be abused to prevent discussion about vulnerabilities, they used it to bully. Most people wouldn't have believed it six months ago, but nowdays, thanks to HP, we know that it really is plausible that DMCA could be used by someone to attack Red Hat for discussing a security problem. It's not just theoretical. It's not just paranoia. It actually happened.
So it's more than just a stunt; it's also a ridiculous but legitimate ass-covering, made necessary by a ridiculous law.
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
If I read all of this right, it appears that the discoverers of the bug copyrighted their white paper in a way that prohibited distribution to anyone in the US. Thereby allowing them to invoke the DMCA if they so choose. As the register article points out, Red Hat was forced to go along with this because the authors of the bug whitepaper wanted to prove a point. With all of the real issues (Here & here) surrounding the DMCA, why are we even wasting our time with this?
Who are you? The new #2 Who is #1? You are #617565. I am not a number, I am a free man! Muhahaha.
But don't you know... anything that COULD be used to circumvent copy protection is now illegal.
Please check your brain at a government approved collection center.
Federal agents will arrive shortly with flamethrowers, please provide them with access to all paper, pens and other writing materials. We don't want to burn down your house, but we will if we have to.
You are in a maze of twisty little passages, all alike.
The mere thought that knowledge is criminal is patently absurd. This nonsense is further proof that US corporations prefer the American public as dumb as possible.
A preferably dumb American consumer is simply fuel for the machine. Don't ask, just pay us and thank us for providing you with insert good or service here?.
Hopefully, within the Supreme Court, will see that the rights of free speech trump this ridiculous law.
It's not 1980's technology, it's 1860's technology. Thomas Edison's first patent was for an "Electronic Vote Recorder" system to do this. Congress rejected it, but most state legislatures have been using something like this for a century.
I suspect that Congress likes the current system. Voice votes let members hide their votes, and roll-call voting gives them more opportunities to play games.
Consider the options:
1. Live under the DMCA. Linux developers, who live all around the globe, start snubbing US Citizens because of DMCA fears (mostly legitimate). So as a US Citizen, you don't really have an open source O/S anymore -- no one is sharing source or info with you!
Result: You have a Microsoft-like "Patch and Pray" situation developing. You don't know what the patches do, or whether you want or need them. You're a mushroom -- you're kept in the dark and fed bullshit. LOVELY. Switch to FreeBSD. Or maybe OpenBSD. Whatever.
2. You get fed up with the DMCA and move elsewhere, in hopes of finding a new country whose intellectual environment is supposedly more open and accessible. I don't personally endorse this (I love NY) but hell, it might be ok for people less attached to their environs.
Result: You're surrounded by people who despise George W. Bush and see you as their personal GWBush voodoo doll. So they harangue and harass you about every screwed up thing the U.S. does as if you personally ordered it. Everyone hates you. You can't walk twenty feet down the street without some French psycho grabbing your collar and screaming at you for being "imperialist scum" (or whatever the current anti-US epithet is, I can't keep track). As soon as word gets out that an American lives nearby, terrorists swoop in and cut off your head, if you haven't killed yourself from depression already. No one cries at your funeral, and the stonecarver deliberately misspells your name.
Not really an option. I'd say maybe Canada, but even they don't like us anymore. I have a friend living in the Far East, but then, some people got their heads cut off over there recently, so that's out. Ok...
3. Become an activist and protest the DMCA, start political rallies, support the green party, etc. Raise all kinds of hell in hopes of altering the status quo.
Result: with the FBI's newly restored powers (they've recently gotten back the powers stripped from them after Watergate, in case you haven't heard) they identify you as a rabble rouser, anti-American whatsis, etc and so forth, and you get busted for every possible thing you could get busted for right down to jaywalking. We're talking the total Abbie Hoffman treatment. Eventually you go into hiding or get so depressed you kill yourself (or some CIA spook helps you kill yourself, either way).
FACE IT, CHUMS! I've already resigned myself to it. I am doomed. I fully understand this. So, the hell with it. I'll stay right where I am, where at least my neighbors like me. Maybe I'll get stuck with Palladium, maybe I'll get stuck with the DMCA. Fuck it. There's FUCK-ALL I can do about it anyway.
And, if people won't tell me what kernel patches do, if they snub me for things that are totally out of my control, well, screw it. I'll switch to BSD. Or maybe something else. Adapt, improvise, overcome.
One thing's for certain: I'm not travelling ourside our borders ever again. NOBODY likes us. EVERYONE hates us. Time to stay home and fire up the Playstation!
Farewell! It's been a fine buncha years!
Shouldn't this be posted on Kaaza with all the other copyright violations?!?
I only look human.
My mother is a halfling and my dad is an ogre, so that makes me an Ogreling
Suppose you use Red Hat Linux on a machine where your stuff (stuff you own, not Red Hat) is stored. Your machine has a login prompt and requires a password. A person who doesn't know a your login name and password, cannot access your copyrighted work. Red Hat Linux is the "technological measure" that you decided to implement to limit access. All the necessary conditions for DMCA to apply, are present.
If someone (anyone, including Red Hat, other than you) "traffics in a device" that bypasses the technological measure, then you -- not Red Hat -- are the party who, according to DMCA, has just been violated. Red Hat, by talking about their own product, risks being sued by their own customers who use that product as a technological measure to limit access.
Recall the DeCSS case. CSS was DVDCCA's product. But it was MPAA who actually used DMCA to sue people over CSS being broken. DVDCCA didn't have any DMCA claims against anyone, and the were only suing people over trade secrets. And yes, as weird as it sounds, if hypothetically DVDCCA were to start telling everyone how CSS (their own product) works, DVDCCA would be open to DMCA attack from MPAA. (Not that such a thing would really happen.)
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
Learning in school that we are a Republic... In fact, there was something that we did every morning to reinforce that...
"...and to the Republic, for which it stands..."
Are you saying that the Pledge of Allegiance is wrong?
Should it say, "...and to the Representative Democracy, for which it stands..."?
Check the following link, it leads to a site that will explain our form of government to you in elementary terms. You should take a few more politcal science classes before you start talking about government, my friend.
What is a Republic?
If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
That's where the problem is. Most of the major players involved in some way with the DMCA are in favor of it, most of it's opponents don't have the resources to fight them.
Sure, there are plenty of other wealthy people/corportations who COULD help in the fight, but there's no reason for them to do so. Why help out people like us at their expense, unless they're helping themselves too?
This has been a test. Had this been a real emergency, we would have fled in terror and you would not have been informed.
How does Massachusetts get around the National Supremacy clause of the US Constitution? That'd be a good trick.
My God, it's Full of Source!
OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
As opposed to our many selfless, genius congress members?
I can understand that people may be worried about publishing kernel patches, but careful reading of the above makes it very clear that these do not violate the DMCA, even if they inadvertantly or implicitly reveal information that could be used to defeat copyright protection. The reason is simply that this is not the primary design and purpose of the information. Rather, the information is designed to extend and improve the functionality of the Linux kernel.
Contrast this with the Sklyarov case, where the primary purpose of the information and technology he presented was to defeat copyright protection. The situations are completely different.
I can't blame Europeans for being excessively cautious with regard to American law, but they could consult with a lawyer and be reassured. My opinion is that this is really a political statement, and that they are being disingenuous in claiming to be afraid of prosecution.
Comparing Pres. Bush to Hitler? Not even the left wingers in congress have gone that far. At least try to make credible accusations.
Today's Sesame Street was brought to you by the number e.
Then we vote against every one of those scum suckers. Let the next group know that we're won't put up with this crap anymore.
Boobies never hurt anyone. - Sherry Glaser.
some shows like McGuyver and some movies like The Eraser violations of the DMCA?
I mean, they could use the techniques explained in the shows to circumvent security.
Does the "No citizens of the USA" also include members of government and the armed forces?
CDrom burners, modems, network cards/networks, routers, the Internet could all be construed as contributing to the security problem. Heck, a car could be used as a tool to move sensitive material... is the auto mfg responsible because someone broke into the car?
Is posting a bunch of what-if ideas a violation of the DMCA?
OH MY GOD! I just heard a loud knock at the door...
Codifex Maximus ~ In search of... a shorter sig.
This is really stupid and childish. I'll be the first to condemn the DMCA (after my own legal troubles with it), but this is not the way to go about it.
Someone correct me if I'm wrong (I'm not a lawyer though I have studied the DMCA and lawsuits based on it carefully), but the DMCA absolutely does not ban security information. The only related things that it addresses are circumvention (of protection technology in order to access a copyrighted work) and trafficking in circumvention devices. Security information (especially in the form of a vague changelog) is absolutely not either of those. By no stretch of the imagination can I figure out how it's supposed to be a violation of the DMCA.
What's really going on here? Someone (Alan Cox) is trying to make a point about the control that the DMCA gives to copyright holders. He's placed a piece of his copyrighted information that some people want (text of the kernel changelog) behind a click-through license that says you can't access it if you're from the USA. In my opinion this has fuck-all to do with the DMCA (because there is no "technological measure" to circumvent -- please read the definition of technological measure in the DMCA if you disagree with me), just click-through licenses, but, whatever. Then Red Hat decides, well, we can't copy that information because the copyright holder has told us we can't. Assuming that such click-through licenses are legal in the first place, of course, RH would be entirely within its rights for a non-US-citizen to license the document and then summarize it for Red Hat. Either they are too lazy for this, don't understand the issues involved, or are perpetuating this same bizarre notion that the DMCA makes every single thing you'd want to do illegal.
The DMCA only has to do with copyright, and only as far as circumventing technological measures that protect copyrighted material. The court enjoined DeCSS because it found it to be a circumvention device (they did NOT enjoin english descriptions of the algorithm, and especially not security notices about CSS being weak!). I don't agree with the decision, but at least it makes sense in terms of the law. (I also don't agree with the law!!)
The important point I'm trying to make is that to fight dumb laws like the DMCA, we need to understand what they really say and what the actual implications are. There's a tendency for hackers to use logical deduction ("If DeCSS is illegal because it can be used to break DVDs, then hammers must be illegal because they can be used to smash open store windows!") in order to decide the implications of a law. THIS IS NOT HOW COURTS WORK! Law is much more squishy than that. Making these sorts of alarmist claims, as if the DMCA outlaws everything that we'd ever want to do, hurts our cause by spreading misinformation. Instead, we should be educating people about what the DMCA actually addresses (ie, "Did you know it would be illegal for you to create MP3s from SACDs that you bought?" or "Did you know that it's illegal to buy mod chips for your Playstation so that you can play imported games that you also legally purchased?" or "Did you know that it's illegal to use your screen-reader software with the eBook that you legally bought?"). That's how we can convince people that the law is wrong.
Linux does not provide DMCA type copy protection -- PERIOD
YES, IT DOES -- PERIOD
Assuming you have a file named "copyrighted_file", which contains copyrighted text, the following command:
$ chmod 600 copyrighted_file.txt
will "effectively" prevent access to it by the system - this is all that's required under the DMCA to qualify as a "technological measure", as per section 1201-3:
(B) a technological measure `effectively controls access to a work' if the measure, in the ordinary course of its operation, requires the application of information, or a process or a treatment, with the authority of the copyright owner, to gain access to the work.
In layspeak: if something stops you from looking at something without someone's permission, then it 'effectively controls access'.
This is the main purpose of the +r bit in file permissions.
These stories (Cox's above and this current issue) are perfect examples of things to send over to that committee collecting comments on the DMCA.
I think you are reffering to the Library of Congress's DMCA review every three years? That committee would completely dissmiss it. They operate *within* the DMCA and have very narrow limits on what they will even look at. Dealing with them is a total waste of time.
-
- - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
Missouri had a very unpopular Senator. This fellow raised the ire of about everyone in Missouri, as he constantly voted his pocket instead of Missouri's or the USA's interests.
The people of Missouri had enough and decided they would rid themselves of this corrupt political hack once and for all.
Unfortunately for the people of Missouri, the fellow that was running against the incumbant Senator died a month before the election, with no time for the Democrats to nominate another.
The people of Missouri voted the corpse in, and in a landslide no less.
The same election brought a new President, and George W. Bush appointed the ex-Senator Ashcroft to the position of Attorney General.
"Will of the people" my ass. This November I vote straight Libertarian. Meanwhile, you Canadian fellows are lucky, living in a representative democracy instead of a sleazy, plutocratic autarchy.
Here. Directly for the Library of Congress' site. You can find any bill there, if you know how to search for it. The thing that puzzles me is that I can't find a roll call for this.
Zodiac Survey
Although the bill was passed unanimously, the names of eleven sponsors are listed by thomas.loc.gov
0 22 81:|TOM:/bss/d105query.html|
2 03 7:
The house bill, HR 2281, was sponsored by Howard Coble and had nine cosponsors:
Rep Berman, Howard L. 2/11/1998
Rep Bono, Mary 6/5/1998
Rep Bono, Sonny 9/26/1997
Rep Conyers, John, Jr. 7/29/1997
Rep Frank, Barney 7/29/1997
Rep Hyde, Henry J. 7/29/1997
Rep McCollum, Bill 1/27/1998
Rep Paxon, Bill 6/5/1998
Rep Pickering, Charles 6/22/1998
The senate bill was S. 2037 and was sponsored by Orrin Hatch.
Bill summaries can be found at:
http://thomas.loc.gov/cgi-bin/bdquery/z?d105:HR
http://thomas.loc.gov/cgi-bin/bdquery/z?d105:S.
Slashdot needs a "Depressing yet true" moderation catagory.
...someone host in on a US server and clearly display that under the DMCA the following is illegal. Then say "Fuck you assholes, here it is. Come get me" Take a stand and fight this shit biscuit.
:) I mean, someone with balls. They should do it.
Huh, wha, me? you want me to do it? I would but i don't want to have my server shut down
"What thou shalt not, I shalt did!" -Bart Simpson
what inherent part of democracy makes it unstable?
Because pure democracy becomes completely unworkable when there's any sizeable number of people involved. In a pure democracy everyone would get vote on every bill. That is already a full-time job for senators and congressmen. It's hard enough having general elections for the president. Could you imagine doing that for every obscure bill that's voted on? Probably the first thing that would happen is that most everyone would vote to eliminate all taxes and the the entire government would cease to exist.
-
- - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
It's not "the US" per se, but rather certain acts of the US government. I do not voluntarily support many of the US government's actions taken in the name of its citizens with their money. Our freedom and form of government are excellent compared to others. That doesn't mean our governement can't suck. It just sucks a lot less than most others.
Do you support the DMCA? Supporting the US does not mean supporting the DMCA or the US government. To me, "supporting the US" means support the US citizens... the people like myself who get out of bed every day and go to work and look forward to coming home and playing with or networks and children (and wives!) and relaxing on the weekends. Just like the folks in other countries.
Vortran out
Knowledge is like ignorance.. too much can be just as bad as not enough.
I can see the future of Slashdot:
poster1: blah blah blah blah blah blah
poster2: RTFA!
poster1: F you! I would have RTFA, but hey, I'm an American. RTFDMCA.
__ Someday, but not this morning, I'll finally learn to use the preview button.
The DMCA makes it illegal to publish any sort of information that provides data relating to any sort of bug that could be potentially exploited.
In that case, can you point to where in the DMCA it says this? You might want to take a look at my earlier post, where I quoted the relevant part of the DMCA and showed how it would not apply to a Linux kernel patch. Please enlighten us.
> To the retard politicians, they aren't gonna get it unless people start to complain about how they can't get security fixes
> because they violate the DMCA. Only when it starts to hurt a huge number of people or a bunch of biger businesses will they
> care. It takes extreme (sarcastic) measures like this to get normal people, who don't pay attention to this stuff, to care.
Sure, but this is really senseless when the DMCA doesn't have anything to say about security releases. It's like if someone at a fast food restaurant refuses to serve you french fries until marijuana is legalized. Sure, maybe this will upset a bunch of people, but will it really convince politicians to legalize marijuana?
The case you mention was about a professor (Felten) intending to publish a report on an SDMI watermarking technology in which he essentially breaks the system. (This of course was in response to the SDMI challenge!) He received threats, some of which were about the DMCA, from the RIAA, SDMI, and some other company. They never carried through to sue him (eventually they stated that they had never intended to), and in any case probably would have not gotten very far in court because his paper could hardly be considered a "circumvention device". (Not to mention that the DMCA has some exceptional clauses for security researchers.) Nonetheless, it would be fair to say that the DMCA was used as a weapon to try to chill his free speech rights, and it was somewhat effective.
However, even assuming that this had some possibility of being illegal, it's still in a totally different league from a redhat security advisory: it was highly technical (essentially containing instructions on how to defeat the protection), and actually concerned protection measures for copyrighted content. The kernel changelog was neither technical nor did it have to do with protection measures nor was it related to copyrighted content.
But if that is really taken as a violation of the DMCA, then almost all public notices of security issues may be illegal, even if the author did not write an exploit, and indeed even if no exploit is known to exist. The entire CERT site is at risk. Bruce Schneier may be one of the rampant criminals on Earth.
You're right, these conclusions follow logically from the claim that this kernel changelog violates the DMCA. It's quite clear in fact that it does not; see my earlier post.
Notice that no one here or in the referenced articles and links actually quotes the DMCA to show which provision would be violated by publishing this information! Doesn't that make you suspicious?
It's sad that so many people here are willing to suspend critical thinking when presented with a claim that fits into their preconceptions.
No one here or in the referenced links has backed up the claim that DMCA would apply to publishing these kernel patches, using quotes from the DMCA itself. Why do you suppose this is?
And more importantly, why are so many people willing to accept these claims without any proof or even any evidence?
Readers need to think for themselves, and not just accept what people tell them. It's all too easy to swallow unsupported claims which fit into our preconceptions. But in fact those are the ones for which it is most important to check the facts, simply because they are the ones where we are most likely to make mistakes.
See my earlier post for evidence that the DMCA does not apply to publishing kernel source. I quote from the text of the DMCA itself, and link back to the rest of it.
Shouldn't a position that has evidence behind it be more believable than one which is offered without any backing at all? Pay attention to your own thought processes as you consider the new information I am presenting here. Think about whether you are being objective and open to new ideas, even when they contradict your prejudices.
Thinking for yourself is hard work, harder than letting other people think for you. But if you can get yourself to do it, eventually you'll find that it's a hard habit to break.
They did not legally purchase this right from Congress. They only purchased a license to use this right. Congress may revoke or revise this license at its discretion, perhaps with the upgrade to Congress v. 2004.
In short, the whole hoopla about the changelog violating the DMCA is just a publicity stunt / protest action. Nobody is going to go to court for saying "joystick driver is buggy", (microsoft's explainations of security patches is equally vague) but it provides an excellent vehicle for showing the potential absurdity of the law, as it stands.
It reminds me of when I took driver's ed. The instructor explained that a major intersection was designed in such a way that it was IMPOSSIBLE to legally go from northbound State St. to northbound Shoultes Rd. even though that was the most common way to go through the intersection (and was required to get to the highschool).
In this case it was pointing out a case where a normal activity being against the law was an indication of a design flaw in the intersection; with teh changelog, it's pointing out that an otherwise normal activity being against the law is showing design flaws in the law.
my sig's at the bottom of the page.
Kernel patch submissions from Alan Cox should no
longer be accepted. It's apparent that he is not
just doing this because he hates the DMCA, but that he is trying to give Americans a hard time in general.
Any idiot will understand that the DMCA has nothing to do with circumstances like this kernel patch. Any lawyer can explain to you exactly why. I'm not going to quote from the law, because frankly, no one on
Slashdot is capable of interpreting the legal terminology.
That is what lawyers (unfortunately) are for. If you really want to understand the DMCA, consult a LAWYER (they are a necessary evil in the US).
Words such as "effective", "reasonable", "primary" all have special meanings when it comes to legal documents.
Basically, there are no copyrighted works involved here. And the kernel patch is not primarily written to circumvent some type of digital rights management. The point is, yes, occasionally crazy issues end up in the courts - you can sue pretty much anybody for *anything*. (Hey, my C compile lets me write code to circumvent CCS, my hammer allows me access to the local library to steal books, etc. Thats not the DMCA though) Fortunately for us, the crazy cases don't usually go very far in the court system. Yes, it was surprising about what happened with Adobe and the Russian guy (what was his name?), but that was a much different issue - where the notions of copyright and copy protection where VERY clear there.
Do you think Alan Cox consulted his lawyer before submitting his kernel patch under such an absurd copyright? I doubt it.
So, the end result simply becomes that Alan Cox is beign stubborn. We don't like the DMCA, but he really isn't at risk from it because of a kernel patch. Let's not support this kind of insanity anymore. Sure, continue to fight the DMCA, but let's also make our voices in the Linux community heard, and make it clear that we don't want to deal with whiny, stubborn idealists who are always trying to push a political agenda. It distracts from what we (and Linus) are trying to do with Linux and OSS (for some at least)
Still better than "Huh?", eh?
BD Phone Home!
Shameless plug. Like you weren't expecting it.
The Green Party is also a good choice for a party that is against corporate welfare legislation. That's pretty much the core focus of their party platform, though it's more oriented towards enviromental concerns.
If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
If a security document describing flaws in the kernel is a violation of the DMCA, than surely any coments in the source code of any Open Source product are also in violation (I guess that means my code is safe! *grin*)!
/bin/cat... HA! It's now a tool to circumvent copy protection, don't let it run with root privs! And don't forget to change chmod so it can't clear bits... the DMCA doesn't specify that *YOU* may circumvent your own protection!!!
Further, since the DMCA doesn't specify that the language must be English, the source code itself might well be in violation. Say goodbye to utilities like crack (and thus cracklib), or port-scanners. In fact, you might choose to view the contents of a protected file with
Hmmmm, now what big organization hates open-source, and would benefit the most from having it declared illegal.... what giant mega-corp would be happy to have security notifications disallowed.... hmmmmm....
You are exactly wrong. If I have copyrighted materials on my computer (and since copyright is automatic in the US, I do.) and then someone tells you how to break into my computer, they have violated the DMCA. The Linux kernel is an access control device. Everyone agrees. That's the law.
I guarantee you, we'd all be happy to keep politics out of software. Unfortunately, that's completely impossible with or without the DMCA. Copyright is sufficient to bring politics into the software.
There are no trails. There are no trees out here.
> Result: You're surrounded by people who despise George W. Bush and see you as their personal GWBush voodoo doll. So they harangue and harass you about every screwed up thing the U.S. does as if you personally ordered it.
That's not even close to true. In any place you might actually want to move to, most of the people are reasonable enough to know that most Americans don't like the things their gov't is up to. There's a big difference between disagreeing with what your gov't does, and hating Americans in general.
Someone who left the US as a refugee from the DMCA would be very unlikely to be shunned because they grew up in the US. Anyone who leaves once they figure out how bad it is must not be the kind of person that keeps electing people who pull shit like Bush does.
It's fairly well known how difficult it is to get a clue from the US news media, which is why most people don't blame the US public for what their gov't does. Democracy is broken, so it's not the people's fault.
There are some places in the world where people are brainwashed into blind hatred of entire cultures or groups of people. You might encounter the kind of treatment you describe in some places like that. BTW, Canada is not one of those places. Right now, a lot of us hate your gov't. This is separate from the ongoing we're-better-than-the-US sentiment. We like to point to things like gun ownership, and crime involving guns, as reasons why Canada is better. Canada has always had a need to feel superior, probably because we guess that the rest of the world sees us as the US's little brother (or even lap dog). This sentiment does _not_ apply to individual Americans. If you came to Canada (or most E.U. countries, I would imagine), and told people you left the states because of gov't oppression, you would be welcomed with open arms. (You might want to avoid talking about it too much if you support most of the rest of what Bush is up to, since most people outside the states would hope you meant you didn't like everything he's doing, and maybe want to talk about how much Bush's unilateralism sucks. Still, there are people who defend America's war plans, etc., and people don't egg their houses or knock down their mail boxes. Nobody will care that you used to live in the states unless you make a big deal about it. (err, you might want to own a vehicle other than an SUV or pickup truck to avoid the stereotype of the resource-guzzling American.))
#define X(x,y) x##y
Peter Cordes ; e-mail: X(peter@cordes ,
If it was presented to a judge that Mr. Joe Nobody wrote a changelog entry defining file xyzzy.c that has hole 'a' in it which causes this issue... and Mr. Jack Cracka makes a program based on that info, and Master Script Kiddie then uses that program to take down a server for some company, it could be construed that Mr. Nobody's original document allowed for circumvention of system security and therefore was in violation of the DMCA. See?
! It doesn't outlaw hacking, or taking down servers (computer crime laws do, though) nor does it outlaw providing information to someone about how to hack. The only thing it outlaws is circumvention of protection measures that control access to a copyrighted work, and the trafficking in devices primarily designed for such circumvention. Read the definition of technological measure, circumvention, and circumvention device in 17 USC 1201, and then tell me how taking down someone's server could possibly be such a violation. Even if by some stretch you can fit that into the law, certainly it is even more of a stretch to imagine that the changelog is a "device" that is "primarily designed" for circumvention.
... a trial can go to hell quickly, without proper cause.
No, I don't see. You should really read the DMCA (http://www4.law.cornell.edu/uscode/17/1201.html)
Without proper understanding
Yes, indeed!
But mistrials aside, I don't see how this issue could ever be a realistic DMCA case.
why do people like you walk around making some absurd definition of the word "democracy"?
The word "democracy" is commonly misused to mean "republic". It is a common and accepted use, but when you are going to distinguish a democracy from a republic you have to EXCLUDE extra republic definition listed under democracy.
look at the dictionary definitions:
Democracy:
1. Government by the people; a form of government in which the supreme power is retained and directly exercised by the people.
Republic:
2. A state in which the sovereign power resides in the whole body of the people, and is exercised by representatives elected by them.
The difference is who "exercises the power". The United States is a republic. We elect Representitives and Senators to exercise lawmaking powers. Hell, we don't even elect the president as a democracy. You think you get to vote for the president? Nope. There are only 538 people who get to vote who becomes president. They are called the called the electorial college. When you thought you voted for president you really elected someone to the electorial college who promised to vote for the person you wanted. That's why we've had a few presidents elected with less than 50% of the public's vote. The public does not directly elect the president.
Go get an education before talking about "people like you walk around making some absurd definition".
-
- - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
Say what? In absolutely every regard, all of the changes discussed in this patch are for the single purpose of controlling access to content on my computer. If I do as little as a "chmod 600" on some of my bad poetry, that is intended to control access to a work. If someone tells you how to use a joystick driver to break into my computer, run arbitrary code, and thus read my poetry, they have violated the law under the DMCA. Tell me how I'm wrong.
There are no trails. There are no trees out here.
I don't see anything on the site about 2.4.18 at all...
Author, Shell Scripting : Expert Re
Yes, you are correct, this story is similar to the changelog story from awhile back. I already know I'm not going to become very popular here saying this, but since I'm not a karma whore I could care less. Alan Cox is a coward. The fact that this information is not posted publically is a pure act of cowardice. First of all, this information has nothing to do with the DMCA and would not even stand a chance of holding up in a court if charges were brought against Alan especially if he's tried by a jury of his peers. Second, if, by some weird ass twist of fate, it did stand in a jury trial it would certainly be thrown out either by the appeals court or the supreme court which could result in parts of the DMCA becoming invalidated and thus liberating us from at least part of its tyranny.
Alan needs to turn over kernel development to someone with more balls than he has. I've thrown myself in front of the cannon several times in an attempt to get the DMCA overturned, but no one has fired it yet. I'm going to throw myself in front of it again by posting the secret text on my webserver located right here. Alan has no right to call himself a leader in any sense for as long as he refuses to do something to change what he knows is wrong. Any man who knowingly allows an unjust act to occur(the imprisonment of a fellow programmer), does nothing to change it, and hides in fear of it, has no right to call himself a man, much less a leader.
I hope you're reading this Alan because I know you read these articles on a regular basis and yes, I am attacking your values and principles. Perhaps it's time to reevaluate them because you sir, are a coward who will allow injustice to continue when you are one of the few people who has enough public acknowledgement to actually have the ability to make a difference, whereas I, a lowly network engineer with no fame or notoriety, am willing to put my personal freedom on the line to make that difference.
This does actually go beyond Alan Cox making a point, he really does have to worry about releasing patches giving circumvention information in the US.
Consider the following:
Assume Microsoft Palladium has shipped.
Assume a major remote exploit bug/hole allowing one to bypass the "trusted computing environment" is discovered in this new OS.
Assume the steps required to reproduce the bug allow one to bypass the DRM built into the OS.
If you posted either an exploit or a description of the bug you could be charged with violating the anti-circumvention section of the DMCA.
Now assume someone has a "trusted computing" patch for linux that uses digital signatures for security. Remember this can also be used for DRM.
Bug allowing trusted computing subsystem to be bypassed is found.
Someone posts patch for this bug, by it's very nature the patch contains enough information to exploit the hole.
This also would be violating the anti-circumvention provisions of the DMCA.
If you think perhaps this is an overly broad reading of the law and nobody would really ever be prosecuted for violating the DMCA in this way. Remember DAs who have decided a perp is evil and must be guilty of something will find something to nail you on. Usually a law with overly broad language that was aimed at an entirely different problem. Some favorites are RICO, federal wire-fraud statutes, tax evasion, anti-conspiracy statues, computer crime laws, and coming soon to a courtroom near you the DMCA.
Happy Fun Ball is for external use only.
Though your statements are mostly correct, you seem to be missing the point.
It is not the author of the information that needs to use the tool to gain unauthorized access to a copyrighted work. Do you think they had to prove that Dmitry Sklyarov accessed copyrighted information through the use of the tool he helped create? No. Did they prove that 2600 used DeCSS at all? No.
If it is possible that someone else could use the information you publish or the tools you create to gain unauthorized access to a copyrighted work, you are in potential danger of prosecution. Yes, prosecution is not guaranteed, and in this case it seems remote, but why should anyone have to take that risk? These people chose not to take that risk and used the opportunity to point out one absurdity of US law.
The statement that security information cannot be interpreted as a means of circumvention is more than a bit naive. 2600 posted a link to software that someone else had written that someone else could have possibly used to gain unauthorized access to content on a DVD they purchased. They got sued under the DMCA, and it was a strong enough case to win. Describing a security flaw in order to justify the necessity of an associated patch is also nearly identical to the talk Dmitry gave that landed him in prison.
Comparing DeCSS to this situation is tricky. In the DeCSS case, source code was ruled to not be speech. The source code to DeCSS was deemed to be useful for circumventing CSS in order to gain access to a copyrighted work. English descriptions of the code were not useful for circumventing CSS, though they could arguably be used to achieve the same result.
With detailed security information and the associated patch, we can draw a parallel to DeCSS source and the English descriptions, respectively. Though this seems counter-intuitive, this correlation represents the risk that is being avoided in this situation. The patch itself fixes a security vulnerability and is not useful for gaining access to a copyrighted work. So, even though it is code like DeCSS, the primary purpose of each contrast sharply. However, whereas descriptions of DeCSS were much less useful for gaining access to a copyrighted work, descriptions of a security patch are much more useful than the patch itself.
So, for software intended to break security, one could argue that the tool is more useful than descriptions of it to achieve that goal. For software intended to patch security, however, it is quite the opposite. The description of the tool is what can potentially be used to break security, thus this is the piece shielded from American eyes.
Yes, you clearly understand the big lie theory. You are using it now. If you were telling the truth, you would claim your comments, not post as an anonymous coward.
The Uncoveror: It's the real news.
Prove it. Lets see the link on state.ma.gov that says so.
comment directly in my journal
First, both of your situations are hypothetical. Neither is actually the case.
Second, we need to talk about "circumvention devices", not circumvention. Of course a description of a bug is not actual circumvention. In fact, it's not a circumvention device either. No court has ever banned a textual description of how to circumvent technological measures, nor (I hope) will they ever. Such descriptions are protected by the constitution, unless they are also simultaneously executable (in the sense of DeCSS source -- too bad). Don't forget, also, that the primary purpose of the "device" must be to circumvent, so a patch that fixes a security hole certainly wouldn't qualify, even if (and I stress if, since usually exploiting a bug is much harder than finding it) the patch contained enough information to develop an exploit.
In the case that we were talking about a bug in DRM technology like Palladium, there might be more to worry about (I contend that a description of what a security patch fixes would obviously be in the clear, nonetheless). However, there's no technological measure involved in this case, no device, no copyrighted material (??) and therefore, no DMCA.
A better option is to show up, vote, and actively obstain if you don't like any candidates for a particular office. There are probably other issues worth voting on any particular ballot, and the total number of votes is relevant (if underreported). As more people actively obstain, it will become easier to demonstrate the need and desire for a binding none-of-the-above option. Increasing voter turnout of people who understand technology would be a Good Thing.
Is it a hoax? Every comment I've read here is a reaction under the assumption that the story is accurate and the website actually means something. If it's truly illegal to accept the license just b/c one lives in the U.S., why is it even available to U.S. domains?
as if its your god given right to have the power in your hand to end someones life in an instant
As you could with a car. So what? In the hands of a responsible adult, a firearm holds no special danger. You hold in your hands (probably far too often) the equipment to be a serial rapist. Are you one? No. Presumably, you are a responsible adult.
but people like you, that have this fundamental belief that theyre essential to existance, are the reason why events like columbine, 9/11 and the latest sniper nut killings happen.... dont you think the gains clearly outweigh the losses?
The current sniper, is by definition, a criminal. If guns and ammo were outlawed, what makes you think that he would not be able to obtain them anyway? Heroin and crack are illegal, but there seems to be no problem obtaining these, either.
The events of 9/11 had nothing to do with personal firearm ownership.
I don't think guns are an essential part of existence. But, they do hold some definite advantages. Banning personal firearm ownership ensures that only people who are ready and willing to use them for criminal uses will have them. And the rest of us would have no recourse to protect ourselves. None.
When the asshole breaks into your house, and says "Give me the money", you give it to him.
When he says "Give me your car", you toss him the keys.
When he says "Give me your wife", you smile and wave as he carries her out the door, because you cannot stop him.
Would you be willing to put this sign in your front yard ?
"This house is gun free!"
Listen. You cannot put the genie back into the bottle. These things exist. If outlawed, they would exist underground. And be used by criminals. The best thing we can do is grow better humans, who will be less likely to turn into criminals.
You have a misunderstanding of the DMCA and the cases you mention (Sklyarov, DeCSS). In particular, the idea of whether something is "useful" for gaining access to a copyrighted work is irrelevant as far as the DMCA is concerned. The only thing banned is devices primarily designed for circumvention.
The DeCSS code was enjoined because, though it was held that code is indeed speech, it was not PROTECTED speech because it was also a "device" whose primary purpose was to circumvent CSS. I don't agree with this ruling, but that was what happened. It had nothing to do with how "useful" the source code was compared to the english descriptions.
Sklyarov was not indicted for giving a lecture about how eBook "encryption" worked, he was charged with trafficking in a circumvention device for profit. (A criminal offense under the DMCA!)
There is no way that a vague english description of a security flaw in a changelog constitutes a device, much less a device whose primary purpose is to circumvent a technological measure used to protect a copyrighted work. Where's the technological measure? (Read the definition in the DMCA) Where's the copyrighted work? How is a paragraph of english a device??
If we can find a way to educate people about what the DMCA really bans and why DeCSS and Sklyarov's software were found to be illegal, that's great. If we can find a way to be an annoyance to those who bought and use the DMCA, that's ok too. But this stunt is just immature, and only an annoyance to people who already agree with Cox (ie, linux users). In my opinion, all of his posturing is just lowering the level of discussion (and understanding) and will ultimately hurt our cause.
http://www.the-cloak.com/Cloaked/+cfg=32/http://ww w.thefreeworld.net/non-US/
Could you link to any of these? The DMCA SPESIFICALY STATES that does NOT restrict freedom of speech in any way, that you are free to write, and talk about security, and that reverse engineering is legal for security and encryption purposes.
autopr0n is like, down and stuff.
Possible solution:
Add to the linux copyright a prohibition on running any code which constitutes a "system protecting a copyrighted work" as defined by the DMCA.
I.e. if you consider your DRM system to be a "system protecting a copyrighted work" as defined by the DMCA, you may not run it on Linux. Acceptance of the license would mean you agree anything you run would not constitute such a system. If the DRM code license prohibits this, then you are simply forbidden from using it (just as the GPL forbids using another licenses restrictions to circumvent its own).
Then we could release patches, since we wouldn't have to worry about circumvention of an access control system which itself is in violation of the Linux license.
Of course, with Kaplan on the bench, we do have to worry. He could just ignore the illegality of the protection system like he ignored fair use. Just requires the RIAA/MPAA/BSA/SPA/IFPI/WIPO to write a big enough check.
Just because it CAN be done, doesn't mean it should!
This reminds me of a precedent involving non other than Sen. Edward Kennedy, and another legislator (Sen?) Kassebaum. The Kennedy-Kassebaum bill contained a clause that forbade lawyers from explaining how people could protect their assets from Medicaid. The bill passed. It never made it to the Supreme Court. Instead, the Justice department under Janet Reno (she did some things right) decided that it was a violation of the 1st ammendment on its face. They publicly stated that their policy would be not to enforce it. The law still remains on the books as an ugly blotch. Estate planning lawyers advise their clients that it's still on the books, then they go ahead and tell them about the DOJ decision, then they violate the law.
Yes. It's sad. Fixing the law is the right thing to do. Aspects of the DMCA are on par with the K-K restriction. Of course IANAL, but if I were faced with this situation I'd just go ahead and violate the law which is what people are doing. Then either the DOJ will make a similar policy decision, or someone will go to SCOTUS. If SCOTUS can't see this for what it is, then buy a gun because we'll need another revolution to fix it.
For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
IIRC the terrorists had personal firearms when they were taking over the planes... where did they get them from??.. perhaps it was at the 'target' store down the street.. perhaps it was some other way.. but ultimately those guns came from the easily available market in the U.S... I will secede though that they could have imported the weapons from home.
errr, no. They merely had boxcutters and shortblade knives. All perfectly legal (at that time) on aircraft.
To maximise the possibilty of mission completion, bringing illegal weapons on board was not a good idea. Some may have been found out when boarding, thus compromising their mission. They also played on the prevalent thought processes of the aircrew. Pre-9/11, the way to stay alive during a hijack was to cooperate until you could land. That has changed.
I'd say that in all these situations you will most likely not even have time to reach for your safely secured and locked firearm in your bedside drawer.. if hes got a gun trained on you, he's not going to give you the time to pull yours out.
No, the idea is that he does not know whether or not a weapon is in any given house. Remove firearms from law abiding citizens, and then he can attack any house with impunity, because he will have a firearm, and knows that you do not.
Firearms in the hands of law abiding citizens pose no threat.
Criminals will have firearms, no matter what the law says.
Which do you prefer? The possibility of protecting yourself, or simply giving up?
I'm pretty sure that the Register's hinting is dead on -- this whole "make the DMCA look idiotic by making progressively more and more crucial things be inhibited by it" is an ongoing Alan Cox project. He's got a fair bit of tech clout...he might be able to help drop the DMCA.
Give a couple years of building up nasty cases against the DMCA, the EFF decides the time is right, and goes after it.
May we never see th
...face DMCA busting if he explains the 'sploit."
Surprisingly, you could have used exactly the same number of characters to spell exploit correctly.
Or I could of spelt "Petty" with even less letters. SHeesh.
Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
I can understand that Cox wouldn't want to be skyleroved.. Yes he works for RedHat and RedHat is a US company.... All the more reason to be worried about being made a 'test case'.
It's one thing to cry 'paranoid'. It's another to be told by your lawyer that, should you take what you consider to be a completely reasonable and prudent action, you run the risk of:
- Being arrested and possibly held without bail (risk of flight as a foreign national).
- havin your trip schedule completely messed up.
- being denied access to your primary employer's home state
- having to defend yourself against criminal charges (even if you're found innocent, it could cost you hundreds of thousands of dollars).
- If found guilty, you could end up in jail for years.
Remember: We already have Skylerov as example of having this happen to a foreign national.Given a choice between this, and making a political statement about the stupidity of this law by simply obeying it, what would you do? If you had a family to support, would this change your decision?
Free Software: Like love, it grows best when given away.
Microsoft has said time and time again that Linux has no commercially significant uses. Therefore, Cox's patch does not, either.
That's a good point, actually. Since Microsoft more-or-less has the US Government in its pocket, who are they going to listen to first? Kernel hackers (who as I'm sure we all know are commie hippy dirty terrorists who want to destroy democracy and ruin the internet for its rightful purpose, advertising Time-Warner), or Microsoft, keeper of all that is good and right in software (hey, they've been around for 26 years, they must be good. Oh, and what a nice clean-cut young man that Bill Gates seems...)
Seriously, I hope every US citizen knows why there is the right to...bare arms in the constitution.
So that's why t-shirts are so popular in the US...
Igor Presnyakov stole my hat
What part of that is completely wrong? It's straight from the article.
'SBEMAIL!' is better than a goat!!
..is by the anti-American anti-DMCA morons in Europe.
...morons
Anti-DMCA
Yeah, the DMCA has some very bad provisions that need to be re-done or tossed entirely. It has a few good sections, too--like the clause that says copying a program to memory to run it or installing it on your hard disk is a de jure non-infringing use of a copyrighted work. Said clause invalidates the old traditional basis of EULAs--that normal use is infringing by definition, therefore you must have a license to use your software. Nope, not any more. The only remaining basis for EULAs is contract law, and unilaterally-imposed, no-signature, after-the-sale contract conditions are a bit shady, to say the least. So, part of the DMCA is good--it gives us a legal basis to trash bad EULAs.
We want to get rid of the idiotic "circumvention device" clauses--the ones that are being mercilessly abused to supppress competition and research, and the one-sided "safe harbor" provisions that are used to chill free speech by intimidating Hosting Services into yanking perfectly legal speech from the web until its proven innocent at the time and expense of the victim. The provisions of the DMCA that are abused show us which provisions need to be tossed or re-done. It's being looked at, and the more obnoxious provisions are getting wrung out by the courts.
Anti-American
So Free Software is now only "free" to countries whose politics you agree with? What a load of crap! I don't see anyone making sites of software and information available to everyone except, say, China or Saudi Arabia. Why not? You could be arrested if you went to China after saying anything bad about their political system, or arrested if you went to Saudi Arabia while publishing a website with scantily-clad women on it--or pirate copies of "Satanic Verses".
While you're at it, better block all French sites if you discuss WWII or mid-20th century European history--you might mention Nazis. Better block Germany if you are a religious site that says rude things about anyone else's religion--even in a historical context. Thomas Payne's papers are extremely inflammatory and insulting toward the British monarchy, so Project Gutenberg had better block Great Britain--I think lese majestie is still a crime over there. Any site that hosts the writings of Martin Luther had better block most of the majority-Catholic countries in the world--I believe it is a crime in Italy and Germany to defame the Church.
Shall I continue? The Un-Freeworld site is run by a bunch of hypocrites, and Alan Cox is just as much a hypocrite if he supports it. A bunch of Europeans have decided they are going to take their ball and go home because we Americans won't play the way they want, when they want--then they have the temerity to call themselves supporters of "free" software.
Ballocks.
Free software is NOT about "you can't see my code if I don't like your politics". The latter is called CENSORSHIP . Anyone with the attitude of this so-called TheFreeWorld site is a damn liar and hypocrite if he calls himself a support of free software, because he's just another fucking censor.
Oh yeah, the Freeword site claims to restrict access to non-U.S. computers, but it does not. I downloaded stuff from it just fine. Like every other fill-in-the-form, jump-through-the-stupid-hoops site, you lie through your teeth to get at the "free" content. And ignore the stupid license with the stupid unenforceable threats.
Hypocritical morons.
---dragoness
I prefer to use Orthene. One tablespoon nails a whole nest within the day.
...I want to see the little bastards die in writhing agony. En masse. Squashing them is just too inefficient.
But then, I really, really hate fire ants. Ever accidently stepped in a nest of the little buggers? Fire ants are the rabid, poison-fanged, enemies of all mobile life besides themselves; they will happily swarm over any creature of any size that disturbs their nest and try to bite it to death.
---dragoness
there exists no quick solution to getting rid of guns, obviously..
.30-06 if I feel like it--in season, of course.
...and a non sequitur follows. Because I believe people have a right to defend themselves, a bunch of fanatics fly a plane into a building? Gosh, I didn't know I had that much influence on world events!
Good. Then we can hang on to our guns during the phases when nutcases like you get in office and make laws.
but you have to start somewhere..
No, you don't.
making the sale of guns and ammo to the public illegal could be a nice starting point...
That would be a very bad starting point into tyranny and oppression. Fortunately it is unconstitutional in the U.S.
making the public TRULY aware of the horror of guns, instead of supporting them could be another..
Are you always that easily scared by inanimate pieces of metal?
the way you're describing guns here really amazes me... as if its your god given right to have the power in your hand to end someones life in an instant...
Well, actually it is. Self-defense is considered one of the self-evident human rights, and for people who were too foolish to figure it out, the guys who wrote the U.S. Constitution wrote it out explicitly in the 2nd Amendment.
i'd like to think that we've progressed FAR beyond the ass backward colonial american days when carrying arms was perhaps necessary to keep the redcoats at bay...
Unfortunately, we've regressed far from the enlightened early post-Revolution days when everyone understood the importance of freedom of speech, religion, association, the importance of limiting government power, and the overriding importance of keeping the means to "calibrate" governments that turn tyrannical-- arms in the hands of free men and women.
Unfortunately we haven't progressed beyond the need for self-defense, either. Perhaps you have; I'm curious to know what crime-free utopia you live in.
civilians have no excuse to carry guns..
Fortunately we don't need excuses. We have a Right to Bear Arms. I don't have to explain to you or the government why I choose to carry a gun, and that's the way it should be.
target shooting? boohoo, so you dont get to practice your m4d sniping skillz.. go play some counter-strike instead
You do that. I'll target-shoot to keep my gun skills sharp. Untrained fools with loaded guns are dangerous.
you dont need them to hunt - you go the store instead, or use a bow if you must absolutely kill your own food
You do that. I'll bag deer with a
you could use them against your government in case they became tyrannical - come on! you think youd stand a chance?
Yes, as long as none of my compatriots were like you. The government doesn't even consider doing a lot of crap because pissing off 200 million people with guns is a Very Bad Idea. I'd explain in detail, but your mind is already made up and I don't feel like bothering with the long side-argument that will entail.
you could use them to defend yourself from criminals - but then they could use them against you too.
Only if you hand them to the criminal first. Usually it's recommended that you shoot the bastard instead.
Sorry, I know you have to weasel out from under saying "you should just bend over and take it from criminals, because you have no right to defend yourself from predators"; even you think that sounds bad.
collecting guns - again, boohoo so some rich texan doesn't get to display his semi-automatic rifle collection on his wall.
So, whose collection are you jealous of? I can't think of anything else that inspired this comment.
if anything, guns are anything BUT mostly harmless...
I should hope not! If I use a gun, I want it to seriously harm what I'm shooting at!
but people like you, that have this fundamental belief that theyre essential to existance,
No, I just believe that guns are instruments of a basic, self-evident, inalienable human right: the right of self-defense.
are the reason why events like columbine, 9/11 and the latest sniper nut killings happen....
dont you think the gains clearly outweigh the losses?
Yes, I think the gains of retaining the Right to Keep and Bear Arms clearly outway the losses.
---dragoness
dumb ass
FoundNews.com - get paid to blog.,
You actually pointed out exactly why the situation would be worse without realizing it.
most of them would look at the stuff pending, decide they don't care, and not vote.
it's easy for the industry to lobby a few hundred people -- heck, they can employ at least one person to lobby -each- congresscritter. but they can't do that for all americans
But they can run misleading commercials to get a few million misinformed people to pass a horrible law. All you need is one sensational newstory about some child getting kidnapped, molested, or killed after using the internet (even if turns out later that the kids babysitter was responsible) and you have a few million hysterical people passing a horrible law.
I don't know how many bills come up for a vote each year, but I'll bet it's several hundred. 200 million people can't pay attentuion to several hundred laws per year in their spare time.
Also remember that only the people who care will bother to vote. As often as not the most interested and motivated people have selfish motivations, and not the good of the public in mind.
While I wish I could vote against the DMCA, I'm glad someone is being paid to deal with the hundreds of bills I've never heard of. Also, only legislators are the only ones who can introduce new bills to be voted on. Could you imagine the hundreds of thousands of pieces of crap that would be submitted if anyone could introduce a bill?
-
- - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
normally i have a pretty open mind towards people, but we obviously differ on a very fundamental level and theres no point in continuing this..
In that, we are agreed.
---dragoness