From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC7213858C50; Thu, 23 Mar 2023 23:27:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC7213858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679614066; bh=ZBkUd+8XYxrIMBjHHv4perRl1lbPfVwxKY4GhAPQ0nw=; h=From:To:Subject:Date:From; b=LVPozZOrAl8CZ8Ph3Vi4ZcEAVa+oVJ3W7eK7hq9IEDkFm8LCicyeNNhK3S+mlSVYl 6qWMfHPN+f29d984SzP/n35U1AfF3/Cy4UcEqOyqWxNzhv6U/ssikI3rAane9YmTQr MfY32wSXP+eTUn11GMd3EDXwBMX5nKk4lkr6iR+A= From: "steffen at sdaoden dot eu" To: glibc-bugs@sourceware.org Subject: [Bug libc/30270] New: syslog: openlog with NDELAY, but seccomp still requires openat(2) and lseek(2)? Date: Thu, 23 Mar 2023 23:27:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: steffen at sdaoden dot eu 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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 Bug ID: 30270 Summary: syslog: openlog with NDELAY, but seccomp still requires openat(2) and lseek(2)? Product: glibc Version: 2.36 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: steffen at sdaoden dot eu CC: drepper.fsp at gmail dot com Target Milestone: --- Just an observation (2.36 patch 4), but in order to be able to use syslog i= n a seccomp protected program i had to add the two mentioned to the list of all= owed system calls, even though openlog(3) was called with NDELAY. Just an observation, but would be cool to be fixed i thought. Thank you. --=20 You are receiving this mail because: You are on the CC list for the bug.=