From nobody Mon Jul 19 03:19:21 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B30311277A27 for ; Mon, 19 Jul 2021 03:19:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GSnBd46QQz3H5s for ; Mon, 19 Jul 2021 03:19:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7608C7B97 for ; Mon, 19 Jul 2021 03:19:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16J3JLhI019821 for ; Mon, 19 Jul 2021 03:19:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16J3JL2J019820 for bugs@FreeBSD.org; Mon, 19 Jul 2021 03:19:21 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 177821] sysctl: Some security.jail nodes are funky, duplicate entries, ending in dots (.) Date: Mon, 19 Jul 2021 03:19:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? mfc-stable12? mfc-stable11? X-Bugzilla-Changed-Fields: keywords priority bug_severity version flagtypes.name short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D177821 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa Priority|Normal |--- Severity|Affects Only Me |Affects Many People Version|9.1-STABLE |CURRENT Flags| |mfc-stable13?, | |mfc-stable12?, | |mfc-stable11? Summary|Some security.jail sysctl |sysctl: Some security.jail |nodes are funky |nodes are funky, duplicate | |entries, ending in dots (.) --- Comment #2 from Kubilay Kocak --- Still reproduces 14.0-CURRENT #14 main-n245176-8742817ba62 [koobs@140-CURRENT-amd64-564d:/usr/home/koobs] sysctl -aN | grep jail |grep= -E '.*\.$' security.jail.param.sysvshm. security.jail.param.sysvsem. security.jail.param.sysvmsg. security.jail.param.allow.mount. security.jail.param.ip6. security.jail.param.ip4. security.jail.param.host. They "appear" to be duplicates, most with identical descriptions, except "security.jail.param.allow.mount": [koobs@140-CURRENT-amd64-564d:/usr/home/koobs] sysctl -ad | grep jail security.jail.param.sysvshm: SYSV shared memory security.jail.param.sysvshm.: SYSV shared memory security.jail.param.sysvsem: SYSV semaphores security.jail.param.sysvsem.: SYSV semaphores security.jail.param.sysvmsg: SYSV message queues security.jail.param.sysvmsg.: SYSV message queues security.jail.param.allow.mount: Jail mount/unmount permission flags security.jail.param.allow.mount.: Jail may mount/unmount jail-friendly file systems in general security.jail.param.ip6: Jail IPv6 address virtualization security.jail.param.ip6.: Jail IPv6 address virtualization security.jail.param.ip4: Jail IPv4 address virtualization security.jail.param.ip4.: Jail IPv4 address virtualization security.jail.param.host: Jail host info security.jail.param.host.: Jail host info --=20 You are receiving this mail because: You are the assignee for the bug.=