From 7d011649007b053ba8766a46c1855d67b4c12ee0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 24 Jan 2009 15:31:18 +0000 Subject: [PATCH] * pathnames.sgml: Add requirement for world-readability of special /etc files. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/pathnames.sgml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 75d6ae185..4730937a4 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Corinna Vinschen + + * pathnames.sgml: Add requirement for world-readability of special + /etc files. + 2009-01-24 Corinna Vinschen * pathnames.sgml: Add section about accessing /etc files. diff --git a/winsup/doc/pathnames.sgml b/winsup/doc/pathnames.sgml index 845c4fbbe..7720ec8c9 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 /etc itself may be NTFS symlinks or reparse points. +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 /etc/fstab.d/$USER, which only have +to be readable by the $USER user account itself. + DOS devices