X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=CODING_STYLE;h=d93ccd8a9813a5d4c595403e53b3b767b04526eb;hp=1c6c12bc1e7410aedbefb3325bee21c1e7b95b8f;hb=bf6dcfa6a79a459239799a21bdcba115d696a006;hpb=f49f49ba133daf18c7690c733755eeaad075b858 diff --git a/CODING_STYLE b/CODING_STYLE index 1c6c12bc1..d93ccd8a9 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -17,10 +17,10 @@ - Do not issue NSS requests (that includes user name and host name lookups) from the main daemon as this might trigger deadlocks when - we those lookups involve synchronously talking to services that we + those lookups involve synchronously talking to services that we would need to start up -- Do not access any directories outside of /etc/, /dev, /lib from the +- Do not access any directories outside of /etc, /dev, /lib from the init daemon to avoid deadlocks with the automounter - Don't synchronously talk to any other service, due to risk of