From owner-freebsd-hackers@freebsd.org Tue Aug 28 14:52:15 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD18108EDAE for ; Tue, 28 Aug 2018 14:52:15 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3736E88357 for ; Tue, 28 Aug 2018 14:52:15 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lj1-f175.google.com with SMTP id 203-v6so1647471ljj.13 for ; Tue, 28 Aug 2018 07:52:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aOUfGcYuDyWyNURwJXYuQf5+FDeDiCuTeGo36Ob33z8=; b=jDMR+e3zSlV0DlxDBID5dcYxC9N2xCHh63CiLXBQCfzTHS7wsyZH6K5exxpcLaBE8k FvgBIvPZ56Zwcz3k++RfHR8QGeBjIOUP5dONFaBkEchCuImp26yuFF6ZicwsaFio2kHr d1W6BfNUNIUhmjuCzz9NgCCmsQJ1rtE7icY91hsaYGolRvbjtTSwnYXH/J274l+6fTha qoBVeSVFAOjV8Vu1uUeilEUHbUFmsTEJzVg6GT3+WWYrrmzwQ+V2ul57UPZohDW2MC30 cQK0KQJgUm2zHcYzJK8zJtgoNWgEyvnWpxWUl7FbqnTd8HpjWt541eiAdhu6dHK3NIUc b7Fg== X-Gm-Message-State: APzg51BX2aXWf6roJiQHq/Y9ijrM4of3mco2gEufS0OadkajMorzzYck jc4XQqF4KFCiRG65+Kf84Bw7IPMhvGF/3948uJY= X-Google-Smtp-Source: ANB0VdblOxFno4cvAO+Ni4bbnOXnfcK3lXy6AIjXyYskhKf2jp49m9BMuXBXx96sgy5/8d0il0LL89Mh72kh0yYKNZ4= X-Received: by 2002:a2e:4401:: with SMTP id r1-v6mr1577642lja.21.1535467587583; Tue, 28 Aug 2018 07:46:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alan Somers Date: Tue, 28 Aug 2018 08:46:15 -0600 Message-ID: Subject: Re: angel(2) system call, the quest for immortality, aka kill(2) with SIGSTOP/SIGKILL will *not* work To: warmwhitewolf@gmail.com Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2018 14:52:16 -0000 On Tue, Aug 28, 2018 at 2:59 AM Warm White Wolf wrote: > Greetings ! > > I have developed a new system call, be it named angel(2), > on Linux operating system (this is what I know), which makes > a program invulnerable to kill(2) calls, including SIGKILL and > SIGSTOP. > > The uses may involve fork() + angel(), daemon() + angel(), > setsid() + angel(), exec*() + angel(). > > Use the intellectual property I give you, as a gift to the BSD > operating system, using 4- 3- 2- BSD licence. That's it, name > me in the sources. > > Thank you, FreeBSD ! > You are a great Unix operating system ! > What are the applications? Blocking SIGKILL is pretty extreme. -Alan