Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 08:29:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226931] Deprecating jail(2) and related sysctls
Message-ID:  <bug-226931-13-aijCvOLCk3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226931-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226931-13@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=3D226931

--- Comment #3 from Antoine Brodin <antoine@FreeBSD.org> ---
Some security.jail sysctl are actively used by poudriere,  what is the
replacement?

src/share/poudriere/include/common.sh.freebsd:    [ $(sysctl -n
security.jail.socket_unixiproute_only) -eq 0 ]; then
src/share/poudriere/include/common.sh.freebsd:    [ $(sysctl -n
security.jail.allow_raw_sockets) -eq 1 ]; then
src/share/poudriere/include/common.sh.freebsd:    [ $(sysctl -n
security.jail.chflags_allowed) -eq 1 ]; then
src/share/poudriere/include/common.sh.freebsd:    [ $(sysctl -n
security.jail.sysvipc_allowed) -eq 1 ]; then
src/share/poudriere/common.sh:          [ $(sysctl -n
security.jail.enforce_statfs) -eq 1 ] || \
src/share/poudriere/common.sh:          [ $(sysctl -n
security.jail.mount_allowed) -eq 1 ] || \
src/share/poudriere/common.sh:          [ $(sysctl -n
security.jail.mount_devfs_allowed) -eq 1 ] || \
src/share/poudriere/common.sh:          [ $(sysctl -n
security.jail.mount_nullfs_allowed) -eq 1 ] || \
src/share/poudriere/common.sh:              [ $(sysctl -n
security.jail.mount_tmpfs_allowed) -eq 0 ] && \

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226931-13-aijCvOLCk3>