www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/proprietary backdoor-definit...


From: Therese Godefroy
Subject: www/server/staging/proprietary backdoor-definit...
Date: Sun, 22 Aug 2021 08:57:45 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/08/22 08:57:45

Added files:
        server/staging/proprietary: backdoor-definition.html 

Log message:
        New page, per RMS (Apple is monitoring... www-discuss 2021-08-21).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/proprietary/backdoor-definition.html?cvsroot=www&rev=1.1

Patches:
Index: backdoor-definition.html
===================================================================
RCS file: backdoor-definition.html
diff -N backdoor-definition.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ backdoor-definition.html    22 Aug 2021 12:57:44 -0000      1.1
@@ -0,0 +1,149 @@
+<!--#include virtual="/server/header.html" -->
+<!-- Parent-Version: 1.96 -->
+<!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
+<title>What Is a Back Door?
+- GNU Project - Free Software Foundation</title>
+<link rel="stylesheet" type="text/css" href="/side-menu.css" 
media="screen,print" />
+ <!--#include virtual="/server/gnun/initial-translations-list.html" -->
+<!--#include virtual="/server/banner.html" -->
+<div class="nav">
+<a id="side-menu-button" class="switch" href="#navlinks">
+ <img id="side-menu-icon" height="25" width="31"
+      src="/graphics/icons/side-menu.png"
+      title="Section contents"
+      alt="&nbsp;[Section contents]&nbsp;" />
+</a>
+
+<p class="breadcrumb">
+ <a href="/"><img src="/graphics/icons/home.png" height="26" width="26"
+    alt="GNU Home" title="GNU Home" /></a>&nbsp;/
+ <a href="/proprietary/proprietary.html">Malware</a>&nbsp;/
+</p>
+</div>
+<!--GNUN: OUT-OF-DATE NOTICE-->
+<!--#include virtual="/server/top-addendum.html" -->
+<div style="clear: both"></div>
+<div id="last-div" class="reduced-width">
+<h2>What Is a Back Door?</h2>
+<div class="thin"></div>
+
+<p><span style="color: red">Proposition 1:</span>
+A back door is a feature in a program or device that listens for
+remote commands, and executes them. Whether this feature is documented
+or not is irrelevant.</p>
+
+<p><span style="color: blue">Proposition 2:</span>
+A back door is a feature in a program or device that listens for
+remote commands, and tells the command targets to execute them. Whether
+this feature is documented or not is irrelevant.</p>
+
+<p>Each back door will have a certain repertoire of command operations.
+Here are some examples to illustrate that point:</p>
+<ul>
+<li>iOS has a back door whose commands can tell it to install app FOO.
+That is the operation we know it supports.  Perhaps it supports others
+that we do not know.</li>
+
+<li>Google Play has a back door whose commands can tell it
+to install app FOO or delete app FOO.  Those are the operations we
+know it supports.  Perhaps it supports others that we do not know.</li>
+
+<li>Windows has a back door that is <em>universal</em>, meaning commands
+can tell it to install any change in its own code.</li>
+
+<li>The Amazon Swindle has a back door which accepts commands to delete a
+specific book.  It also has a universal back door, which accepts commands
+to install any change in its own code.</li>
+</ul>
+
+<p>Those are the real examples I know of, but we could imagine</p>
+<ul>
+<li>a back door in an internet-connected thermostat which
+has commands to (1) set the desired temperature and (2) turn heating
+on or off;</li>
+
+<li>a back door in a thermostat which has only one command, to
+set the desired temperature;</li>
+
+<li>a back door in a thermostat which has only one command, to
+flash lights on and off.</li>
+</ul>
+
+<p>There is a wide range of possible behaviors for back doors.  Always
+the question is, &ldquo;What does this back door offer commands to
+do?&rdquo;</p>
+
+<p><span style="color: red">Proposition 1:</span>
+<em>The common thread of all back doors is that they receive remote
+commands, and obey them.</em></p>
+
+<p><span style="color: blue">Proposition 2:</span>
+<em>The common thread of all back doors is that they receive remote
+commands, and force the program or device to obey them.</em></p>
+
+
+</div>
+<!--#include virtual="/proprietary/proprietary-menu.html" -->
+<!--#include virtual="/server/footer.html" -->
+<div id="footer" role="contentinfo">
+<div class="unprintable">
+
+<p>Please send general FSF &amp; GNU inquiries to
+<a href="mailto:gnu@gnu.org";>&lt;gnu@gnu.org&gt;</a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.  Broken links and other corrections or suggestions can be sent
+to <a href="mailto:webmasters@gnu.org";>&lt;webmasters@gnu.org&gt;</a>.</p>
+
+<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
+        replace it with the translation of these two:
+
+        We work hard and do our best to provide accurate, good quality
+        translations.  However, we are not exempt from imperfection.
+        Please send your comments and general suggestions in this regard
+        to <a href="mailto:web-translators@gnu.org";>
+        &lt;web-translators@gnu.org&gt;</a>.</p>
+
+        <p>For information on coordinating and contributing translations of
+        our web pages, see <a
+        href="/server/standards/README.translations.html">Translations
+        README</a>. -->
+Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and contributing translations
+of this article.</p>
+</div>
+
+<!-- Regarding copyright, in general, standalone pages (as opposed to
+     files generated as part of manuals) on the GNU web server should
+     be under CC BY-ND 4.0.  Please do NOT change or remove this
+     without talking with the webmasters or licensing team first.
+     Please make sure the copyright date is consistent with the
+     document.  For web pages, it is ok to list just the latest year the
+     document was modified, or published.
+
+     If you wish to list earlier years, that is ok too.
+     Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
+     years, as long as each year in the range is in fact a copyrightable
+     year, i.e., a year in which the document was published (including
+     being publicly visible on the web or in a revision control system).
+
+     There is more detail about copyright years in the GNU Maintainers
+     Information document, www.gnu.org/prep/maintain. -->
+
+<p>Copyright &copy; 2021 Free Software Foundation, Inc.</p>
+
+<p>This page is licensed under a <a rel="license"
+href="http://creativecommons.org/licenses/by/4.0/";>Creative
+Commons Attribution 4.0 International License</a>.</p>
+
+<!--#include virtual="/server/bottom-notes.html" -->
+
+<p class="unprintable">Updated:
+<!-- timestamp start -->
+$Date: 2021/08/22 12:57:44 $
+<!-- timestamp end -->
+</p>
+</div>
+</div><!-- for class="inner", starts in the banner include -->
+</body>
+</html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]