]> git.ipfire.org Git - thirdparty/samba.git/commit
Mask general purpose signals for notifyd.
authorHemanth Thummala <hemanth.thummala@nutanix.com>
Thu, 14 Apr 2016 20:09:37 +0000 (13:09 -0700)
committerStefan Metzmacher <metze@samba.org>
Fri, 29 Apr 2016 07:34:29 +0000 (09:34 +0200)
commitc7e26693ecbce777a51056bb9a80e863e952b2b8
tree8f147616b5351456f2f6993f95f17d8773cdbbf2
parent180cdd76ea722330591b74bc619c3e2e925af13b
Mask general purpose signals for notifyd.

Currently there is no signal handling available for notify daemon.
Signals like SIGHUP and SIGUSR1 can lead to terminate the notify
daemon. Masking these signals for notifyd as we are not handling them.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11840

Signed-off-by: Hemanth Thummala <hemanth.thummala@nutanix.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Apr 15 15:31:19 CEST 2016 on sn-devel-144

(cherry picked from commit cade673f5fff8a578b8620149688ecc93e981205)
source3/smbd/notifyd/notifyd.c