X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=CODING_STYLE;h=9341b48d4103a19b6b75c206c58c508a60e8a5ec;hp=93f54f6edca9f66d675dd5f1a7e23804409bd185;hb=56d4fbf92eb6d8eb31c910e137224308c40dd909;hpb=debf93a4d6d691d8904e7f485ac6579844abadf4 diff --git a/CODING_STYLE b/CODING_STYLE index 93f54f6ed..9341b48d4 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -20,7 +20,7 @@ we those lookups involve synchronously talking to services that we would need to start up. -- Do not acccess 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