summaryrefslogtreecommitdiff
path: root/source/smbd/server.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-03-08 21:08:36 +0100
committerKarolin Seeger <kseeger@samba.org>2010-03-08 21:08:36 +0100
commit007f9c90e952aeea2d8f73cff3ccd0f747a9c06e (patch)
treea14b540a80f8a66fc6725b5dc97140f2c36182f7 /source/smbd/server.c
parentcb608fef71f9da629a1858cd1d6c8b19e27e6655 (diff)
downloadsamba-007f9c90e952aeea2d8f73cff3ccd0f747a9c06e.tar.gz
Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond to a read or write."samba-3.3.12
This reverts commit 153357b9bb4d70a168c81cb9ff2da437eae823fc. This fixes bug #7222 (All users have full rigths on all shares) (CVE-2010-0728).
Diffstat (limited to 'source/smbd/server.c')
-rw-r--r--source/smbd/server.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/smbd/server.c b/source/smbd/server.c
index 23c8c12a625..51294847307 100644
--- a/source/smbd/server.c
+++ b/source/smbd/server.c
@@ -1240,14 +1240,6 @@ extern void build_options(bool screen);
gain_root_privilege();
gain_root_group_privilege();
- /*
- * Ensure we have CAP_KILL capability set on Linux,
- * where we need this to communicate with threads.
- * This is inherited by new threads, but not by new
- * processes across exec().
- */
- set_effective_capability(KILL_CAPABILITY);
-
fault_setup((void (*)(void *))exit_server_fault);
dump_core_setup("smbd");