* configure.ac: check for <sys/prctl.h>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 11 May 2004 15:21:45 +0000 (15:21 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 11 May 2004 15:21:45 +0000 (15:21 +0000)
commit713fefe5d96acdff995c922183589eeba2304ae8
tree75c65a3b6c5cd2df0e0ee7fa076d87fc28c332b9
parent5ee5729f3f8b43742d832cd7b4cbdd87b9a3d008
* configure.ac: check for <sys/prctl.h>
* server_main.c: call prctl(PR_SET_DUMPABLE, 1) if we are dropping root
  permissions.
* sysdep.c: no longer call setrlimit(RLIMIT_CORE, ...); this can be handled
  from a shell script.
citadel/ChangeLog
citadel/configure.ac
citadel/server_main.c
citadel/sysdep.c