ec2-desktop: Don't enable firstboot_pkgs
We don't have any packages to install by default when the instance
first boots, so (as with the "small" flavour) don't enable the
firstboot_pkgs script. If someone wants to launch a desktop with
packages autoinstalled at first boot, they can enable the script at
the same time as they provide the list of packages.
Sponsored by: Amazon
ec2-desktop: Fix shell expansion in ec2_setpass
Using a backtick inside a backtick-expansion isn't a good idea; switch
instead to using $( ... ).
Fixes: a9710349513f ("EC2: Add desktop flavour")
Sponsored by: Amazon
security/x11appjail: New port: Tool for creating, verifying, installing, and running AppJails
x11appjail is a specialized tool for creating, verifying, installing,
and running AppJails. An AppJail is a CLI, TUI or X11 application
that runs inside a FreeBSD jail but is perceived by the end user
as identical (or at least very similar) to an application running
directly on the host system.
This tool makes extensive use of appjail(1) as its engine; however,
unlike the latter, the primary user in x11appjail is neither root
nor a privileged user, but rather an unprivileged user. The fundamental
goal of this project is to grant the user limited access to the
jail, restricted solely to the execution of a CLI, TUI or X11
application.
WWW: https://github.com/DtxdF/x11appjail