Changeset 423 for branches/samba-3.3.x/source/smbd
- Timestamp:
- Mar 9, 2010, 7:58:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/server.c
r411 r423 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 new1254 * processes across exec().1255 */1256 set_effective_capability(KILL_CAPABILITY);1257 1258 1250 fault_setup((void (*)(void *))exit_server_fault); 1259 1251 dump_core_setup("smbd");
Note:
See TracChangeset
for help on using the changeset viewer.