[Bug 226931] Deprecating jail(2) and related sysctls

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 30 08:29:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226931

--- Comment #3 from Antoine Brodin <antoine at 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 ] && \

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


More information about the freebsd-ports-bugs mailing list