LWN: Comments on "Linus on digital rights management" http://lwn.net/Articles/30048/ This is a special feed containing comments posted to the individual LWN article titled "Linus on digital rights management". hourly 2 Yeah; that's what happened. http://lwn.net/Articles/32847/rss 2003-05-19T23:49:51+00:00 Baylink Glad I could improve your day. :-) Distinguish development workstations from Aunt Tillie's iMac http://lwn.net/Articles/30952/rss 2003-05-02T09:31:06+00:00 bgilbert <p>Not necessarily. Consider professional media production houses and copy protection mechanisms like MacroVision. Professional equipment can trivially defeat MacroVision, and anyone who wants to buy an N-thousand-dollar professional deck and TBC can do it. The point of MacroVision is to discourage casual copiers, not professional pirates.</p> <p>So, require standard home and business computers to execute only signed code. Sell a separate class of hardware -- "development machines" -- which costs $50k/box and will run anything you throw at it. Combine that with a TCPA-like system in which most signed software won't trust a system that can run unsigned code. Then, vigorously prosecute people who "misuse" their code-signing keys* -- and since companies with deep pockets are more likely to have code-signing keys in the first place, this will be effective. The end result is that you've concentrated development on a relatively small number of dedicated, single-purpose, trackable and auditable machines, and motivated everyone with a key to protect it from use by others.</p> <p>Will this shut down open-source development entirely? Of course not. But it raises the bar; if the <i>average user's</i> workstation can't run the output of its own compiler, it's much harder for people to casually tinker with the code. The trick is to raise the bar too high for Joe Programmer, while still letting small software houses get through.</p> </p>* What happens if code must meet certain requirements in order to be legally signed (either through outright legislation, federal regulation, or contract with the provider of the signing key)? Through the miracle of selective enforcement, this can leave free software developers <i>with legitimately-obtained signing keys</i> open to fairly significant legal action. That'll be a deterrent as well.</p> But what is "signing"? http://lwn.net/Articles/30814/rss 2003-05-01T04:31:58+00:00 kcannon Mr. Torvalds' position is that it is compatible with the GPL to distribute a signed binary of the Linux kernel without providing the means by which users can sign their own binaries. This essentially means that he does not consider the private key required to produce the final binary output to be part of that binary's &quot;source code&quot;.<p>Perhaps it is possible to make that distinction. The problem with this position, however, is that Mr. Torvalds assumes we all agree on what is meant by &quot;signing&quot;. To be clear: signing involves taking the output of the normal build process (the compiled kernel) and modifying it in some unspecified way so as to add functionality not present in the compiler's output alone that only a unique party can reproduce. Sure this can mean adding a hash of the binary image to the end of the file but it can also mean adding a proprietary I/O scheduler, memory management subsystem, or anything else. It might even mean overwriting the whole darn thing with a proprietary software product leaving only one particular device driver intact to be incorporated into that new product.<p>Make no mistake about it: all of these acts are examples of the Linux kernel being &quot;signed&quot; and if the licensor says signing is OK then you can be sure that's what all of the above will be called.<p>Mr. Torvalds says he doesn't want to interfer with what people do with their kernels. Of course: the GPL allows everyone to &quot;sign&quot; their own copy of the Linux kernel. When, however, they distribute their &quot;signed&quot; product, if the information needed to reproduce all of the functionality of that product is not supplied, then the source code has not been supplied and the GPL has been violated.<p>-Kipp What's this? http://lwn.net/Articles/30334/rss 2003-04-25T22:26:28+00:00 GreyWizard What just happened there? Did someone actually read the responses to his post and rationally reconsider his position? I don't think we're on slashdot anymore, toto... ;-) Linus on digital rights management http://lwn.net/Articles/30289/rss 2003-04-25T16:51:41+00:00 piman <p>Just an Oppenheimer? The same Oppenheimer that, after building the atomic bomb said "I have become death, destroyer of worlds." Met with President Truman to confess "I have blood on my hands"?</p> <p>People who act like they're "just engineers" always seem to <a href="http://www.pbs.org/wgbh/amex/bomb/peopleevents/pandeAMEX65.html">regret it later</a>.</p> news at 11. http://lwn.net/Articles/30255/rss 2003-04-25T13:45:50+00:00 Wol But new laws *requiring* it would kill the computer industry stone dead! Either you make it well-nigh impossible to get hold of signing keys, which would destroy all the little programming shops (and don't forget, that includes most businesses that use computers as *computers* rather than glorified typewriters), or you end up with loads of keys out there that are forever leaking.<p>RedHat certainly, and probably other major distributors such as SuSE, would almost certainly publish a signing key for general use.<p>Have no fear. Such a law would be either unenforceable, or nuke-style destructive. However, given the number of laws recently *passed* which ban the Internet infrastructure in various US states (the so-called super-DMCA bills), unfortunately I can see such laws getting passed...<p>Cheers,<br>Wol Linus on digital rights management http://lwn.net/Articles/30226/rss 2003-04-25T07:46:28+00:00 ronaldcole Does Linus not realize that the DMCA and DRM are &quot;imposing someone's moral values on other people&quot; by their very definition? Home "computers" which only run signed software? http://lwn.net/Articles/30225/rss 2003-04-25T07:15:26+00:00 dmantione No you cannot use a license to prevent people running your software on <br>certain hardware. Copyright law is in the way. <br> <br>In the Netherlands, the authors law says anyone is allowed to make changes <br>to software to make it interoperable with his hardware. Since all eu-memers <br>have compatible copyright laws this is most likely true in the entire Europian <br>Union. This statement is clearly there to protect end users. However, it also <br>means you cannot prevent people to modify your software to not run on <br>DRM-hardware, by law they have the right to modify it. <br> <br>But, it is not entirely clear if they can accept the free software license then, so <br>they might then not have the right to redistribute the software. <br> news at 11. http://lwn.net/Articles/30224/rss 2003-04-25T06:46:46+00:00 ekj Yes, you can make hardware that will only run signed binaries, and thus close that hardware to tinkering. Infact, making such hardware has already been attempted, it's called a console.<p>In essence, the bootloader of such hardware does the equivalent of:<p>if (valid_signature(kernel))<br> boot(kernel)<br>else<br> complain_and_stop();<p>This is nasty, if you are running on such hardware, than the ability to change the kernel in any way you like brings you nothing: if you change anything, even something completely trivial, the signature will no longer be valid, and your new changed kernel will not boot.<p>Linus is rigth though, this is clearly allowed under the GPL. And furthermore, it very likely CANNOT be forbidden even if we would want to.<p>A Signature is (or atleast it can be) a separate document saying the equivalent of: &quot;I, Bill Gates, testify to the fact that the kernel with sha1sum=b7a7bf03dcafd4d48001d6a2a6fd2ceaefa4cc1e is trustworthy and can be booted. signed(bill_g)&quot;<p>There is no way for the GPL, or any other legal document to forbid the above document from existing. The signature above is clearly not a derived work of the kernel, but rather a commentary upon it. (namely a commentary on the trustworthiness) The only info derived from the kernel is the sha1sum, but the only function of this is to make it clear which kernel you are talking about. (much like mentioning the ISBN-number of a book you are reviewing)<p>Furthermore, there is also no way you would be able to forbid hardware from acting on the existence (or absence) of such a signature. Afterall there is no law saying that &quot;hardware *must* boot all code.&quot;<p>Now, what *would* be nasty would be new laws *requiring* hardware to implement signature-checking. Such laws would essentially make it forbidden to make user-modifiable computers. The way the US is moving at the moment, I would not be too surprised if such a law is introduced and passed in the next few years. Home "computers" which only run signed software? http://lwn.net/Articles/30216/rss 2003-04-25T02:52:19+00:00 Baylink And that's precisely their point...<p>and I was wrong. I see, now, the point that the anti-signed-kernel crowd are making... and I have to say I agree with them. This is akin to the idea that Seagate and Maxtor will be strongarmed into manufacturing (only) harddrives which have encrypted bus interfaces, such that you can only talk to them if you're....<p>well, if you're Windows. Cause, y'know, they can't release the key to an open source driver writer.<p>And yes, this isn't remotely unlikely in the face of the DMCA and it's ilk. People have discussed manufacturing peripherals like this. Imposition by obsolescence. It's not impossible, and Microsoft overthrew the Justice Department, so why not Seagate and Maxtor?<p>Course, that's just what I think.<p>And I've been wrong before. See above. :-) Home "computers" which only run signed software? http://lwn.net/Articles/30159/rss 2003-04-24T19:35:22+00:00 pointwood I think you're wrong. Most people isn't aware of those issues. If a certain device fits the users needs - they will buy it. Home "computers" which only run signed software? http://lwn.net/Articles/30153/rss 2003-04-24T19:15:57+00:00 coriordan &gt; Such devices are like the current &quot;Tivo&quot; or &quot;Xbox&quot;, and cannot take<br>&gt; the place of a flexible &quot;PC&quot;<p>But what happens when Micorsoft release &quot;The Internet Box&quot;, a box that runs media-player, Internet Explorer, and MS Word. What if MS release the &quot;tablet computer&quot; and give it a &quot;specially enhanced&quot; processor? All these things are possible and one can't trust individual consumers to choose based on social implication. MS can offer a $150 discount on such &quot;PC&quot;s, once critical mass is achieved they can put the price back up to (and over) the original price since they would have an even tougher monopoly.<p>(If you don't believe MS will do it, just sub in IBM (or SCO, HP, whatever))<p>&gt; Unless &quot;the PC&quot; will be banned I doubt anyone will buy a emasculated &quot;PC&quot;<p>Senator Fritz Hollings (chairman of the Senate for Commerce, Science, and Transportation Committee) is trying to ban[1] &quot;TV&quot; (as we know it) in America. Why not the PC?<p>Ciaran O'Riordan<p>[1] http://www.digitalspeech.org/cbdtpa.shtml<br>(plenty of other interesting pages on www.digitalspeech.org too) Home "computers" which only run signed software? http://lwn.net/Articles/30152/rss 2003-04-24T19:02:00+00:00 iabervon I think that all such devices are inherently limited in usefulness, because they can't be used for purposes that the key holder doesn't intend them to be used for. Now, that's perfectly fine. My refridgerator can't run code I write, and neither can my VCR. Now, general purpose computing is getting cheap and, well, general, so you can make a VCR-replacement that has a general purpose computer inside; in fact, the best VCR for the cost (depending on what you want from a VCR) is based on a computer. The thing is that people don't want to have each device appear to be a general purpose computer, even if that's how it works inside.<p>So the situation is really that computer-based devices are replacing non-computer-based devices, and, in some cases, devices are becoming sufficiently capable that people who needed a computer before can now use a device that doesn't seem to be a computer, and thus don't need an overt computer at all. But then there are people who actually want computers, and these people won't be satisfied with a fridge or a VCR or a car, even if these are really a computer inside.<p>The thing about general-purpose computers is that you can specialize them, and this may be better than building a special-purpose device from scratch, but it's just different from having a general-purpose computer able to run arbitrary software. Home "computers" which only run signed software? http://lwn.net/Articles/30150/rss 2003-04-24T18:45:32+00:00 neoprene Home &quot;computers&quot; which only run signed software.... will first have to be bought by someone.<br>Such devices are like the current &quot;Tivo&quot; or &quot;Xbox&quot;, and cannot take the place of a flexible &quot;PC&quot;. Unless &quot;the PC&quot; will be banned I doubt anyone will buy a emasculated &quot;PC&quot;. news: http://lwn.net/Articles/30148/rss 2003-04-24T18:18:51+00:00 coriordan This isn't that big a deal. Linux is only one project, if Linus doesn't like v3 he can use v2. Another option is that he can dual license the kernel under both versions, he already accepts dual licensed code so long as one of the licenses is the GPLv2.<p>This dual licensing situation wouldn't sovle the signed-kernels-only hardware problem but it would allow kernel hackers to use v3 if they want.<p>Ignoring Linux, I'd like to see v3 address this issue becuase I release software under the GPL, and I wouldn't like it to be used in a way that doesn't give users Freedom.<p>RMS's comments on this issue would of course be interesting but this situation really isn't that important. The problem of cripling hardware to remove users freedom has already been thought of, and Linus's thoughts on the matter are irrelevant.<p>Ciaran O'Riordan<br>...actually, Bruce Perens's comments would be interesting?<br>(Until now, RMS has been the only person who will publicly disagree with Linus.) news: http://lwn.net/Articles/30140/rss 2003-04-24T17:25:09+00:00 dlang if GPL v3 attempts to regulate this then there will be interesting fireworks. Linus has the kernel licensed under the GPLv2, NOT GPLv2 or later and so we could get into a mess where a kernel hacker submits something under GPLv3 and Linus rejects it unless they change it to GPLv2 (and if GPLv2 and GPLv3 code is combined which version is the result under) Home "computers" which only run signed software? http://lwn.net/Articles/30142/rss 2003-04-24T17:23:56+00:00 coriordan as a fellow gpl-software developer, I second that.<p>I hope I can use the GPLv3 to protect my software from being run on these freedom-vacuums.<p>(to the toplevel poster: Linus's opinion is irrelevant in this matter)<p>Ciaran O'Riordan<br> Home "computers" which only run signed software? http://lwn.net/Articles/30128/rss 2003-04-24T17:05:55+00:00 emk As an author of GPL'd software, I am not OK with the increasing number of home &quot;computers&quot; which only run signed software: TiVOs, game consoles, etc. Sooner or later, these will begin to take the place of home computers (if the manufacturers are to be believed), and the manufacturers would be able to distribute GPL'd software without allowing the users to exercise their rights. FSF not OK with bootloaders that only load *signed* GPL'd kernels http://lwn.net/Articles/30126/rss 2003-04-24T17:00:43+00:00 emk <p>The FSF is <i>not</i> fine with this practice, as far as I can tell--they really fear things like the next generation XBox, which is apparently targetted to take the place of home computers, but (allegedly) will only run signed software. Once you have DRM, you can see your GPL'd programs, but you may not be able to run modified versions.</p> <p>However, the FSF does not believe that such sneakiness violates GPLv2, as written. GPLv3 may or may not address this issue.</p> Linus on digital rights management http://lwn.net/Articles/30111/rss 2003-04-24T16:39:21+00:00 Baylink Personally, I concur with Linus' position, his interpretation of the results of that position, his evaluation of what rms will *think* of these things...<p>his disagreement with rms on whether that's reasonable :-) ...<p>and his caveat and projected ramifications thereof.<p>In short, I agree: non-issue, except to raver-types. news at 11. http://lwn.net/Articles/30109/rss 2003-04-24T16:32:10+00:00 dthurston Umm, you do know that Tivo already does this, right? The FSF has stated that they are fine with the practice (or at least that it doesn't violate the GPL). news: http://lwn.net/Articles/30104/rss 2003-04-24T16:23:06+00:00 coriordan &gt; The thing I think you're missing is that people can make hardware that<br>&gt; will only run signed kernels<p>I was missing that. Hmmm.<p>Well, I hope the GPLv3 address this sort of practice. Even if Linus asks developers not to use it, other projects should be protected from this sneaky kind of freedom-circumvention tactic.<p>I also hope consumers don't support/buy this kind of crippled hardware.<p>Ciaran O'Riordan<br> news at 11. http://lwn.net/Articles/30083/rss 2003-04-24T14:58:41+00:00 corbet The thing I think you're missing is that people can make hardware that will only run signed kernels. At that point you can wire any sort of DRM into the kernel you want - and make source available - and users still won't be able to change it. So it will be possible to make an Xbox-like system with a Linux kernel. news at 11. http://lwn.net/Articles/30070/rss 2003-04-24T14:43:24+00:00 coriordan I don't see why Linus made such a big deal about this announcment. From reading the thread on lkml.org, it seems like the linux-hackers don't really care. I'm guessing this was brought up by talk of Treacherous Computing but I don't think kernel-signing is the same thing.<p>There are three reasons for it's non-importance:<br>1) signed-kernels (and other pieces of software) can be a good thing. Wouldn't you like to be sure that the server you log into to check your mail isn't secretly monitoring you? check the signatures of the shell/kernel/mta/mua/etc/etc/... (this could be moot due to reason 2:)<p>2) A work around is possible. The users only needs to have a copy of a signed kernel on their system, they *don't* have to be running it.<p>3) The only threat to the user is that certain apps will be programmed to only run if the users system is running a kernel from a particular vendor. This can not possibly ever be a problem to people who use only Free Software.<p>anyway: people don't care on lkml, I don't see the deal at all.<p>Ciaran O'Riordan<br>