[Bug 177821] sysctl: Some security.jail nodes are funky, duplicate entries, ending in dots (.)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Jul 2021 03:19:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177821 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 -- You are receiving this mail because: You are the assignee for the bug.