Changeset 411 for branches/samba-3.3.x/source/smbd/server.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/server.c
r370 r411 1248 1248 gain_root_group_privilege(); 1249 1249 1250 /* 1251 * Ensure we have CAP_KILL capability set on Linux, 1252 * where we need this to communicate with threads. 1253 * This is inherited by new threads, but not by new 1254 * processes across exec(). 1255 */ 1256 set_effective_capability(KILL_CAPABILITY); 1257 1250 1258 fault_setup((void (*)(void *))exit_server_fault); 1251 1259 dump_core_setup("smbd");
Note:
See TracChangeset
for help on using the changeset viewer.