We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f7eaa commit a3e9b0dCopy full SHA for a3e9b0d
CODING_STYLE
@@ -14,14 +14,3 @@
14
- error codes are returned as negative Exxx. i.e. return -EINVAL. There
15
are some exceptions: for constructors its is OK to return NULL on
16
OOM. For lookup functions NULL is fine too for "not found".
17
-
18
-- Do not issue NSS requests (that includes user name and host name
19
- lookups) from the main daemon as this might trigger deadlocks when
20
- we those lookups involve synchronously talking to services that we
21
- would need to start up.
22
23
-- Do not access any directories outside of /etc/, /dev, /lib from the
24
- init daemon to avoid deadlocks with the automounter.
25
26
-- Don't synchronously talk to any other service, due to risk of
27
- deadlocks.
0 commit comments