aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slock.c b/slock.c
index df2d3c6..fa7ec84 100644
--- a/slock.c
+++ b/slock.c
@@ -81,7 +81,7 @@ dontkillme(void)
81 die("buffer too small\n"); 81 die("buffer too small\n");
82 82
83 if (fd < 0 || write(fd, value, length) != length || close(fd) != 0) 83 if (fd < 0 || write(fd, value, length) != length || close(fd) != 0)
84 die("cannot disable the out-of-memory killer for this process\n"); 84 die("cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)\n");
85} 85}
86#endif 86#endif
87 87