Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/server.c

    r370 r411  
    12481248        gain_root_group_privilege();
    12491249
     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
    12501258        fault_setup((void (*)(void *))exit_server_fault);
    12511259        dump_core_setup("smbd");
Note: See TracChangeset for help on using the changeset viewer.