From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Biehl Pasquali Subject: Re: [PATCH v6 0/3] ALSA: pcm: anonymous dup implementation Date: Tue, 5 Feb 2019 16:24:45 -0200 Message-ID: <20190205182444.GA20812@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qt1-f195.google.com (mail-qt1-f195.google.com [209.85.160.195]) by alsa0.perex.cz (Postfix) with ESMTP id CDDB12666B3 for ; Tue, 5 Feb 2019 19:24:54 +0100 (CET) Received: by mail-qt1-f195.google.com with SMTP id 2so4964455qtb.5 for ; Tue, 05 Feb 2019 10:24:54 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: perex@perex.cz Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org What about file sealing? See: Jonathan Corbet's article about sealed files (2014-04-09). . Theodore Ts'o reply to file sealing patch suggesting an implementation on VFS (2014-03-20). Re: [PATCH 0/6] File Sealing & memfd_create() . pasquali