Skip to content

Commit a3e9b0d

Browse files
committed
CODING_STYLE: remove systemd-specific bits
1 parent 00f7eaa commit a3e9b0d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

CODING_STYLE

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@
1414
- error codes are returned as negative Exxx. i.e. return -EINVAL. There
1515
are some exceptions: for constructors its is OK to return NULL on
1616
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

Comments
 (0)