From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5ECE3876884; Fri, 24 Mar 2023 11:50:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5ECE3876884 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679658603; bh=kEPinCZRfhJkOcxC7E+P7sff64Q6HTl7aQcRVWNSphc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=szPE2BFjsN39qlbtdIpJ3EqPhjSRuHSvOVerxZ/Qb4VMAAFxlV5gSCPjfZ476dfvl Pa8vgm1OMBm0xHD7zMRyqzjqjZpIpDIvILox54ivgG6vG3Pnkdr928bwNDb4fSL30Q EUmAJdCZhY7+mpVkaU10rm+vuY67pqvmegKE33vA= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/30270] syslog: openlog with NDELAY, but seccomp still requires openat(2) and lseek(2)? Date: Fri, 24 Mar 2023 11:50:03 +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: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: adhemerval.zanella at linaro 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: X-Bugzilla-Changed-Fields: cc 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=3D30270 Adhemerval Zanella changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adhemerval.zanella at lina= ro dot o | |rg --- Comment #2 from Adhemerval Zanella --- The open syscall is implemented in terms of openat, and lssek is used internally to format large message (through __snprintf). This is expected. --=20 You are receiving this mail because: You are on the CC list for the bug.=