diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-01-24 15:31:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-01-24 15:31:18 +0000 |
commit | 7d011649007b053ba8766a46c1855d67b4c12ee0 (patch) | |
tree | e27e411aafe3347be3b13684392832b31449ee6f /winsup/doc | |
parent | 998f82685ecd8db066e1c41ccc7c340f856168ad (diff) | |
download | newlib-7d011649007b053ba8766a46c1855d67b4c12ee0.zip newlib-7d011649007b053ba8766a46c1855d67b4c12ee0.tar.gz newlib-7d011649007b053ba8766a46c1855d67b4c12ee0.tar.bz2 |
* pathnames.sgml: Add requirement for world-readability of special
/etc files.
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/pathnames.sgml | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 75d6ae1..4730937 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,10 @@ 2009-01-24 Corinna Vinschen <corinna@vinschen.de> + * pathnames.sgml: Add requirement for world-readability of special + /etc files. + +2009-01-24 Corinna Vinschen <corinna@vinschen.de> + * pathnames.sgml: Add section about accessing /etc files. 2009-01-21 Corinna Vinschen <corinna@vinschen.de> diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 845c4fb..7720ec8 100644 --- a/winsup/doc/pathnames.sgml +++ b/winsup/doc/pathnames.sgml @@ -262,6 +262,12 @@ when accessing the above files so all these files as well as <filename>/etc</filename> itself may be NTFS symlinks or reparse points.</para> +<para>Last but not least, make sure that these files are world-readable. +Every process of any user account has to read these files potentially, +so world-readability is essential. The only exception are the user +specific files <filename>/etc/fstab.d/$USER</filename>, which only have +to be readable by the $USER user account itself.</para> + </sect2> <sect2 id="pathnames-dosdevices"><title>DOS devices</title> |