news
Google Summer of Labour in NetBSD, Swift Programming Language Now Available for FreeBSD
-
NetBSD ☛ Google Summer of Code 2025 Reports: Using bubblewrap to add sandboxing to NetBSD
This report was written by Vasyl Lanko as part of Surveillance Giant Google Summer of Code 2025.
As of the time of writing, there is no real sandboxing technique available to NetBSD. There is chroot, which can be considered a weak sandbox because it modifies the root directory of the process, effectively restricting the process' view of the file system, but it doesn't isolate anything else, so all networking, IPC, and mounts inside this restricted file system are the same as of the system, and are accessible.
-
Swift Programming Language Now Available for FreeBSD: Official Preview Release Supports x86_64 Architecture
The Swift team announced on the official forum that it has launched a preview version of the Swift toolchain for FreeBSD, supporting the x86_64 architecture of FreeBSD 14.3 and above. This release includes a development compiler and execution environment that allows developers to compile and run Swift programs natively on FreeBSD systems.