From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 78E003858D39; Mon, 26 Jun 2023 11:48:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78E003858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687780101; bh=vw/eePkS5pUJl2QZHwW0KAwZSLXxLJsh23RVWaR9Glk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hk+JaOcrKbCfiAT++fQ08eEvGAgU7mwqhul9lXplW6xbSwWBs3nUPx8QT25HakLax v4+2SZk0Nf68XPV4FWWM9Y4W65xvKGCOftmv1GLvcKfm9TvrST1TAXiRES0njoroYD 6q1VE39Zf+86fOFBoF7Q3+K/1qaFWYGcCCPJeGHo= From: "bluca at debian dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/26371] [RFE] please add clone3() wrapper (in particular the CLONE_INTO_CGROUP feature of it) Date: Mon, 26 Jun 2023 11:48:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bluca at debian dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D26371 --- Comment #12 from Luca Boccassi --- In systemd we are also interested in posix_spawn, but there's 3 features we= 'd need added: 1) spawn-by-fd version that takes file descriptor instead of path 2) CLONE_INTO_CGROUP support 3) support for returning PID FD instead/together with PID Is this something that would be possible to implement? Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.=