]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for confusing language regarding protection of data/ & shadow/ directories
authorbarnboy%trilobyte.net <>
Wed, 25 Apr 2001 14:38:17 +0000 (14:38 +0000)
committerbarnboy%trilobyte.net <>
Wed, 25 Apr 2001 14:38:17 +0000 (14:38 +0000)
and localconfig file.

docs/html/Bugzilla-Guide.html
docs/html/security.html
docs/sgml/administration.sgml
docs/txt/Bugzilla-Guide.txt
docs/xml/administration.xml

index 76c9b8dc307230124f2eb59b36498314096b8d72..0712a514643439321f604272cbdb03952053edd5 100644 (file)
@@ -5336,11 +5336,14 @@ TARGET="_top"
 ></LI
 ><LI
 ><P
->          Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig,
-           and $BUGZILLA_HOME/shadow directories.
+>          Ensure you have adequate access controls for the $BUGZILLA_HOME/data/ and
+           $BUGZILLA_HOME/shadow/ directories, as well as the $BUGZILLA_HOME/localconfig file.
            The localconfig file stores your "bugs" user password,
            which would be terrible to have in the hands
-           of a criminal.  Also some files under $BUGZILLA_HOME/data store sensitive information.
+           of a criminal.  Also some files under $BUGZILLA_HOME/data/ store sensitive information, and
+           $BUGZILLA_HOME/shadow/ stores bug information for faster retrieval.  If you fail to secure
+           these directories and this file, you will expose bug information to those who may not
+           be allowed to see it.
          </P
 ><P
 >          On Apache, you can use .htaccess files to protect access to these directories, as outlined
index 7c45ea1f9ec77e30317fe37298cbaf570ba09965..220559a726ed33c4140f2f3759497172e58c7f12 100644 (file)
@@ -172,11 +172,14 @@ TARGET="_top"
 ></LI
 ><LI
 ><P
->          Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig,
-           and $BUGZILLA_HOME/shadow directories.
+>          Ensure you have adequate access controls for the $BUGZILLA_HOME/data/ and
+           $BUGZILLA_HOME/shadow/ directories, as well as the $BUGZILLA_HOME/localconfig file.
            The localconfig file stores your "bugs" user password,
            which would be terrible to have in the hands
-           of a criminal.  Also some files under $BUGZILLA_HOME/data store sensitive information.
+           of a criminal.  Also some files under $BUGZILLA_HOME/data/ store sensitive information, and
+           $BUGZILLA_HOME/shadow/ stores bug information for faster retrieval.  If you fail to secure
+           these directories and this file, you will expose bug information to those who may not
+           be allowed to see it.
          </P
 ><P
 >          On Apache, you can use .htaccess files to protect access to these directories, as outlined
index c52cacebf8dd1ad1ebc46c1b9765035c753792a6..a35ba047d431551a201b391db679ce0f0fdd437d 100644 (file)
@@ -1048,11 +1048,14 @@ operating parameters for bugzilla.</PARA>
        </LISTITEM>
        <LISTITEM>
          <PARA>
-           Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig,
-           and $BUGZILLA_HOME/shadow directories.
+           Ensure you have adequate access controls for the $BUGZILLA_HOME/data/ and
+           $BUGZILLA_HOME/shadow/ directories, as well as the $BUGZILLA_HOME/localconfig file.
            The localconfig file stores your "bugs" user password,
            which would be terrible to have in the hands
-           of a criminal.  Also some files under $BUGZILLA_HOME/data store sensitive information.
+           of a criminal.  Also some files under $BUGZILLA_HOME/data/ store sensitive information, and
+           $BUGZILLA_HOME/shadow/ stores bug information for faster retrieval.  If you fail to secure
+           these directories and this file, you will expose bug information to those who may not
+           be allowed to see it.
          </PARA>
          <PARA>
            On Apache, you can use .htaccess files to protect access to these directories, as outlined
index 88c6fd5ac5c2800b688a6050e10d80a27ded1467..b31a112e6005114eb44f4cc88d58d392b3c6eb2c 100644 (file)
@@ -1787,11 +1787,16 @@ Chapter 3. Administering Bugzilla
     4. Do not run Apache as "nobody". This will require very lax
        permissions in your Bugzilla directories. Run it, instead, as a
        user with a name, set via your httpd.conf file.
-    5. Ensure you have adequate access controls for $BUGZILLA_HOME/data/,
-       $BUGZILLA_HOME/localconfig, and $BUGZILLA_HOME/shadow directories.
-       The localconfig file stores your "bugs" user password, which would
-       be terrible to have in the hands of a criminal. Also some files
-       under $BUGZILLA_HOME/data store sensitive information.
+    5. Ensure you have adequate access controls for the
+       $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/shadow/ directories, as
+       well as the $BUGZILLA_HOME/localconfig file. The localconfig file
+       stores your "bugs" user password, which would be terrible to have
+       in the hands of a criminal. Also some files under
+       $BUGZILLA_HOME/data/ store sensitive information, and
+       $BUGZILLA_HOME/shadow/ stores bug information for faster
+       retrieval. If you fail to secure these directories and this file,
+       you will expose bug information to those who may not be allowed to
+       see it.
        On Apache, you can use .htaccess files to protect access to these
        directories, as outlined in Bug 57161 for the localconfig file,
        and Bug 65572 for adequate protection in your data/ and shadow/
index c52cacebf8dd1ad1ebc46c1b9765035c753792a6..a35ba047d431551a201b391db679ce0f0fdd437d 100644 (file)
@@ -1048,11 +1048,14 @@ operating parameters for bugzilla.</PARA>
        </LISTITEM>
        <LISTITEM>
          <PARA>
-           Ensure you have adequate access controls for $BUGZILLA_HOME/data/, $BUGZILLA_HOME/localconfig,
-           and $BUGZILLA_HOME/shadow directories.
+           Ensure you have adequate access controls for the $BUGZILLA_HOME/data/ and
+           $BUGZILLA_HOME/shadow/ directories, as well as the $BUGZILLA_HOME/localconfig file.
            The localconfig file stores your "bugs" user password,
            which would be terrible to have in the hands
-           of a criminal.  Also some files under $BUGZILLA_HOME/data store sensitive information.
+           of a criminal.  Also some files under $BUGZILLA_HOME/data/ store sensitive information, and
+           $BUGZILLA_HOME/shadow/ stores bug information for faster retrieval.  If you fail to secure
+           these directories and this file, you will expose bug information to those who may not
+           be allowed to see it.
          </PARA>
          <PARA>
            On Apache, you can use .htaccess files to protect access to these directories, as outlined