Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2021 03:19:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 177821] sysctl: Some security.jail nodes are funky, duplicate entries, ending in dots (.)
Message-ID:  <bug-177821-227-557FaWY7HQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-177821-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-177821-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D177821

Kubilay Kocak <koobs@FreeBSD.org> 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 <koobs@FreeBSD.org> ---
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-177821-227-557FaWY7HQ>