Skip to content

v4.13.0

Latest

Choose a tag to compare

@DtxdF DtxdF released this 01 Jul 05:43

Changes between 4.12.0 and 4.13.0

  • Used: juexec instead of jexec(8) when the user is UID:[GID]:
    • To allow Linux containers to run as a user other than root, and even to allow uid:gid mapping in FreeBSD containers, juexec is used instead of jexec(8).
  • Added: -P option in appjail-oci(1) run:
    • Although the user can issue several subcommands, such as set-user, set-workdir, set-env, and set-boot, after creating the jail with the from subcommand, it is more convenient and straightforward to have a single option (in this case, -P in the run subcommand) to execute them all with a single command.
  • Added parameters for mac_do(4) in appjail-config(1).
  • Fixed: typo (thanks @josephholsten).
  • Fixed: typo in parameter syntax (thanks @spmzt).

Full Changelog: v4.12.0...v4.13.0