notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
appjail-devel Simple and easy-to-use tool for creating portable jails (devel)
2.9.0.20231111,1 sysutils on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout g20230914Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-16 15:30:08
Last Update: 2023-11-13 00:33:32
Commit Hash: bbf724f
License: BSD3CLAUSE
WWW:
https://github.com/DtxdF/AppJail
Description:
AppJail is an open source framework entirely written in sh(1) and C to create isolated, portable and easy to deploy environments using FreeBSD jails that behaves like an application.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (169 items)
Collapse this list.
  1. /usr/local/share/licenses/appjail-devel-2.9.0.20231111,1/catalog.mk
  2. /usr/local/share/licenses/appjail-devel-2.9.0.20231111,1/LICENSE
  3. /usr/local/share/licenses/appjail-devel-2.9.0.20231111,1/BSD3CLAUSE
  4. bin/appjail
  5. bin/appjail-config
  6. bin/appjail-config-user
  7. bin/appjail-dns
  8. bin/appjail-user
  9. @sample etc/appjail/appjail.conf.sample
  10. etc/rc.d/appjail
  11. etc/rc.d/appjail-dns
  12. etc/rc.d/appjail-health
  13. etc/rc.d/appjail-natnet
  14. libexec/appjail/appjail-config/appjail-config
  15. libexec/appjail/appjail-config/tok
  16. libexec/appjail/find-number-from-start/find-number-from-start
  17. libexec/appjail/find-smallest-missing-number/find-smallest-missing-number
  18. libexec/appjail/getservbyname/getservbyname
  19. libexec/appjail/ipcheck/ipcheck
  20. libexec/appjail/network/network
  21. share/appjail/cmd/apply
  22. share/appjail/cmd/checkOld
  23. share/appjail/cmd/cmd
  24. share/appjail/cmd/cpuset
  25. share/appjail/cmd/deleteOld
  26. share/appjail/cmd/devfs
  27. share/appjail/cmd/disable
  28. share/appjail/cmd/enable
  29. share/appjail/cmd/enabled
  30. share/appjail/cmd/etcupdate
  31. share/appjail/cmd/expose
  32. share/appjail/cmd/fetch
  33. share/appjail/cmd/fstab
  34. share/appjail/cmd/healthcheck
  35. share/appjail/cmd/help
  36. share/appjail/cmd/image
  37. share/appjail/cmd/jail
  38. share/appjail/cmd/limits
  39. share/appjail/cmd/login
  40. share/appjail/cmd/logs
  41. share/appjail/cmd/makejail
  42. share/appjail/cmd/nat
  43. share/appjail/cmd/network
  44. share/appjail/cmd/pkg
  45. share/appjail/cmd/quick
  46. share/appjail/cmd/restart
  47. share/appjail/cmd/rstop
  48. share/appjail/cmd/run
  49. share/appjail/cmd/service
  50. share/appjail/cmd/start
  51. share/appjail/cmd/startup
  52. share/appjail/cmd/status
  53. share/appjail/cmd/stop
  54. share/appjail/cmd/sysrc
  55. share/appjail/cmd/update
  56. share/appjail/cmd/upgrade
  57. share/appjail/cmd/usage
  58. share/appjail/cmd/version
  59. share/appjail/cmd/zfs
  60. share/appjail/files/config.conf
  61. share/appjail/files/default.conf
  62. share/appjail/files/default_template.conf
  63. share/appjail/files/dnsmasq.conf
  64. share/appjail/files/exclude-thinjail.files
  65. share/appjail/files/include-thinjail.files
  66. share/appjail/files/rctl-actions
  67. share/appjail/files/rctl-resources
  68. share/appjail/files/rctl-subjects
  69. share/appjail/lib/atexit
  70. share/appjail/lib/check_func
  71. share/appjail/lib/colors
  72. share/appjail/lib/copy
  73. share/appjail/lib/devfs
  74. share/appjail/lib/files
  75. share/appjail/lib/jail
  76. share/appjail/lib/jail_types
  77. share/appjail/lib/kern_modules
  78. share/appjail/lib/keys
  79. share/appjail/lib/load
  80. share/appjail/lib/log
  81. share/appjail/lib/mksum
  82. share/appjail/lib/mount
  83. share/appjail/lib/network
  84. share/appjail/lib/random
  85. share/appjail/lib/repeat
  86. share/appjail/lib/replace
  87. share/appjail/lib/select
  88. share/appjail/lib/strlen
  89. share/appjail/lib/sysexits
  90. share/appjail/lib/tempfile
  91. share/appjail/lib/version
  92. share/appjail/lib/whitespaces
  93. share/appjail/lib/zfs
  94. share/appjail/makejail/cmd/all/ADD
  95. share/appjail/makejail/cmd/all/ARG
  96. share/appjail/makejail/cmd/all/CLEAR
  97. share/appjail/makejail/cmd/all/CMD
  98. share/appjail/makejail/cmd/all/COPY
  99. share/appjail/makejail/cmd/all/DESTROY
  100. share/appjail/makejail/cmd/all/DEVICE
  101. share/appjail/makejail/cmd/all/ENTRYPOINT
  102. share/appjail/makejail/cmd/all/ENV
  103. share/appjail/makejail/cmd/all/EXEC
  104. share/appjail/makejail/cmd/all/GLOBAL
  105. share/appjail/makejail/cmd/all/MOUNT
  106. share/appjail/makejail/cmd/all/PKG
  107. share/appjail/makejail/cmd/all/RAW
  108. share/appjail/makejail/cmd/all/REPLACE
  109. share/appjail/makejail/cmd/all/RUN
  110. share/appjail/makejail/cmd/all/SERVICE
  111. share/appjail/makejail/cmd/all/SET
  112. share/appjail/makejail/cmd/all/SYSRC
  113. share/appjail/makejail/cmd/all/UMOUNT
  114. share/appjail/makejail/cmd/all/USER
  115. share/appjail/makejail/cmd/all/VAR
  116. share/appjail/makejail/cmd/all/WORKDIR
  117. share/appjail/makejail/cmd/build/FROM
  118. share/appjail/makejail/cmd/build/LOGIN
  119. share/appjail/makejail/cmd/build/OPTION
  120. share/appjail/makejail/cmd/build/RESTART
  121. share/appjail/makejail/cmd/build/START
  122. share/appjail/makejail/cmd/build/STOP
  123. share/appjail/makejail/write/all/ADD
  124. share/appjail/makejail/write/all/ARG
  125. share/appjail/makejail/write/all/CMD
  126. share/appjail/makejail/write/all/COPY
  127. share/appjail/makejail/write/all/DESTROY
  128. share/appjail/makejail/write/all/DEVICE
  129. share/appjail/makejail/write/all/EXEC
  130. share/appjail/makejail/write/all/GLOBAL
  131. share/appjail/makejail/write/all/MOUNT
  132. share/appjail/makejail/write/all/PKG
  133. share/appjail/makejail/write/all/RAW
  134. share/appjail/makejail/write/all/REPLACE
  135. share/appjail/makejail/write/all/RUN
  136. share/appjail/makejail/write/all/SERVICE
  137. share/appjail/makejail/write/all/SET
  138. share/appjail/makejail/write/all/SYSRC
  139. share/appjail/makejail/write/all/UMOUNT
  140. share/appjail/makejail/write/all/VAR
  141. share/appjail/makejail/write/all/WORKDIR
  142. share/appjail/makejail/write/build/FROM
  143. share/appjail/makejail/write/build/LOGIN
  144. share/appjail/makejail/write/build/OPTION
  145. share/appjail/makejail/write/build/RESTART
  146. share/appjail/makejail/write/build/START
  147. share/appjail/makejail/write/build/STOP
  148. share/appjail/scripts/ajconf-user.sh
  149. share/appjail/scripts/ajconf.sh
  150. share/appjail/scripts/ajdns.sh
  151. share/appjail/scripts/ajuser.sh
  152. share/appjail/scripts/ascii2oct.sh
  153. share/appjail/scripts/dns.sh
  154. share/appjail/scripts/dnsmasq-hook.sh
  155. share/appjail/scripts/get_depends.sh
  156. share/appjail/scripts/kill_child.sh
  157. share/appjail/scripts/load-devfs-rules.sh
  158. share/appjail/scripts/run_init.sh
  159. share/appjail/scripts/run_jail.sh
  160. share/appjail/scripts/runas.sh
  161. share/appjail/scripts/super-mv.sh
  162. share/examples/appjail/appjail.conf
  163. share/examples/appjail/templates/bridge.conf
  164. share/examples/appjail/templates/linux.conf
  165. share/examples/appjail/templates/vnet.conf
  166. share/examples/appjail/templates/xorg.conf
  167. @owner
  168. @group
  169. @mode
Collapse this list.
Dependency lines:
  • appjail-devel>0:sysutils/appjail-devel
Conflicts:
CONFLICTS:
  • appjail
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/sysutils/appjail-devel/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/appjail-devel
  • pkg install appjail-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: appjail-devel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1699835159 SHA256 (DtxdF-AppJail-2.9.0.20231111-4cfadfa755c0a5fe3604023385ba6a8197fca533_GH0.tar.gz) = 19f7de85b39d90f23c453039df6092f8c535e9ea4361c6762e7d88dc6c3566ff SIZE (DtxdF-AppJail-2.9.0.20231111-4cfadfa755c0a5fe3604023385ba6a8197fca533_GH0.tar.gz) = 209573

Packages (timestamps in pop-ups are UTC):
appjail-devel
ABIlatestquarterly
FreeBSD:12:aarch64-g20230914
FreeBSD:12:amd642.9.0.20231111,1g20230914
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3862.9.0.20231111,1g20230914
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch64g20231027g20230914
FreeBSD:13:amd642.9.0.20231111,1g20230914
FreeBSD:13:armv6-g20230628
FreeBSD:13:armv7g20231027g20230914
FreeBSD:13:i3862.9.0.20231111,1g20230914
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-g20230914
FreeBSD:13:riscv64--
FreeBSD:14:aarch64g20231027g20230914
FreeBSD:14:amd642.9.0.20231111,1g20230914
FreeBSD:14:armv6--
FreeBSD:14:armv7g20231027g20230914
FreeBSD:14:i3862.9.0.20231111,1g20230914
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc64g20230609g20230609
FreeBSD:14:riscv64--
FreeBSD:15:amd642.9.0.20231111,1-
FreeBSD:15:armv6--
FreeBSD:15:armv72.9.0.20231111,1-
FreeBSD:15:i3862.9.0.20231111,1-
FreeBSD:15:mips64--
FreeBSD:15:powerpc64g20230914-
FreeBSD:15:riscv64--
 
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for appjail-devel-2.9.0.20231111,1: DEBOOTSTRAP=off: Support for Debian and Ubuntu jails DOAS=off: Add support for unprivileged users DOCS=on: Build and/or install documentation GIT=off: Git version control support ===> Use 'make config' to modify these settings
Options name:
sysutils_appjail-devel
pkg-message:
For install:
AppJail was installed 1) All information about like use and configure appjail can be found at the following url: https://github.com/DtxdF/AppJail/blob/main/README.md 2) A configuration file sample was installed to /usr/local/etc/appjail. Change it accord to your own needs 3) Enjoy it
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/DtxdF/AppJail/tar.gz/4cfadfa755c0a5fe3604023385ba6a8197fca533?dummy=/
Collapse this list.

Number of commits found: 21

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.9.0.20231111,1
13 Nov 2023 00:33:32
commit hash: bbf724f2fbd0db66d0ac9c15d6ca6dd81e9796decommit hash: bbf724f2fbd0db66d0ac9c15d6ca6dd81e9796decommit hash: bbf724f2fbd0db66d0ac9c15d6ca6dd81e9796decommit hash: bbf724f2fbd0db66d0ac9c15d6ca6dd81e9796de files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to 2.9.0.20231111

- Bump PORTEPOCH. This port use a new kind of version
- Some minor modifications
g20231102
11 Nov 2023 21:19:27
commit hash: 6cc795c3b90766f8f398f1081d6b9b615a04b2e6commit hash: 6cc795c3b90766f8f398f1081d6b9b615a04b2e6commit hash: 6cc795c3b90766f8f398f1081d6b9b615a04b2e6commit hash: 6cc795c3b90766f8f398f1081d6b9b615a04b2e6 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20231102

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20231027
29 Oct 2023 20:54:34
commit hash: eea1f62224f3f0d3663303a84344bba43f168b54commit hash: eea1f62224f3f0d3663303a84344bba43f168b54commit hash: eea1f62224f3f0d3663303a84344bba43f168b54commit hash: eea1f62224f3f0d3663303a84344bba43f168b54 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to 20231027

ChangeLot at:	https://github.com/DtxdF/AppJail/commits/main
g20231019
19 Oct 2023 23:19:57
commit hash: 4b23c4d6d253adddb38503fc171853e4336a3c2ccommit hash: 4b23c4d6d253adddb38503fc171853e4336a3c2ccommit hash: 4b23c4d6d253adddb38503fc171853e4336a3c2ccommit hash: 4b23c4d6d253adddb38503fc171853e4336a3c2c files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/appjail-devel: Update to g20231019

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20231016
16 Oct 2023 19:07:11
commit hash: 2eb43c281c5435c5d8274b624b663b597ff232c5commit hash: 2eb43c281c5435c5d8274b624b663b597ff232c5commit hash: 2eb43c281c5435c5d8274b624b663b597ff232c5commit hash: 2eb43c281c5435c5d8274b624b663b597ff232c5 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20231016

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20231014
14 Oct 2023 16:32:17
commit hash: 166d26c86e7e10f6a64f0391effba6251180ba84commit hash: 166d26c86e7e10f6a64f0391effba6251180ba84commit hash: 166d26c86e7e10f6a64f0391effba6251180ba84commit hash: 166d26c86e7e10f6a64f0391effba6251180ba84 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail: Update to g20231014

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230930
03 Oct 2023 06:14:08
commit hash: a810c4a121d8e226690010ad8a6962ab32225d3ecommit hash: a810c4a121d8e226690010ad8a6962ab32225d3ecommit hash: a810c4a121d8e226690010ad8a6962ab32225d3ecommit hash: a810c4a121d8e226690010ad8a6962ab32225d3e files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230930
g20230914
18 Sep 2023 22:54:55
commit hash: 7af54a47105eb10066031079012e75b563d2ff70commit hash: 7af54a47105eb10066031079012e75b563d2ff70commit hash: 7af54a47105eb10066031079012e75b563d2ff70commit hash: 7af54a47105eb10066031079012e75b563d2ff70 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230914

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230729
30 Jul 2023 08:16:03
commit hash: 483b188499aff4b9f77eabc8fb5f3daee9a1ec50commit hash: 483b188499aff4b9f77eabc8fb5f3daee9a1ec50commit hash: 483b188499aff4b9f77eabc8fb5f3daee9a1ec50commit hash: 483b188499aff4b9f77eabc8fb5f3daee9a1ec50 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230729

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230718
22 Jul 2023 06:59:12
commit hash: f5ab87e1cd9dba0f6ee90aa58dc6d7825b0bd017commit hash: f5ab87e1cd9dba0f6ee90aa58dc6d7825b0bd017commit hash: f5ab87e1cd9dba0f6ee90aa58dc6d7825b0bd017commit hash: f5ab87e1cd9dba0f6ee90aa58dc6d7825b0bd017 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230718

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230707
07 Jul 2023 23:16:16
commit hash: 680e4c4fba4ed5ea7d6dfe377d2ae960e28adb29commit hash: 680e4c4fba4ed5ea7d6dfe377d2ae960e28adb29commit hash: 680e4c4fba4ed5ea7d6dfe377d2ae960e28adb29commit hash: 680e4c4fba4ed5ea7d6dfe377d2ae960e28adb29 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: update to g20230707

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230628
29 Jun 2023 22:39:58
commit hash: d577a766bf987adf42e24b8a4de62cf23357383acommit hash: d577a766bf987adf42e24b8a4de62cf23357383acommit hash: d577a766bf987adf42e24b8a4de62cf23357383acommit hash: d577a766bf987adf42e24b8a4de62cf23357383a files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230628

ChangeLog at:	https://github.com/DtxdF/AppJail/commits/main
g20230618
21 Jun 2023 04:49:36
commit hash: 3d4bdc4e6db9e3d408a3b1b5d41ba882cd06dfbfcommit hash: 3d4bdc4e6db9e3d408a3b1b5d41ba882cd06dfbfcommit hash: 3d4bdc4e6db9e3d408a3b1b5d41ba882cd06dfbfcommit hash: 3d4bdc4e6db9e3d408a3b1b5d41ba882cd06dfbf files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230618

- Add portable option in the export+root installation method
- Fix typo ${fetch_args} -> ${fetch_cmd} in makejail
- Add conflicts for installation methods in quick
- Add portable option in the import+root installation method
- Add image command
- Add FROM instruction
- Fix image when ENABLE_ZFS=1
- Add check for when FROM is used more than once
- Escape slash character in some commands
- Escape common characters in EXEC
- Escape command substitution beginning with the dolar sign
- Avoid escaping command substitution in some parts, as it has no special
meaning
g20230609
09 Jun 2023 15:16:06
commit hash: 1ffb22b000fe5c71a79227a51512c03f578ea60bcommit hash: 1ffb22b000fe5c71a79227a51512c03f578ea60bcommit hash: 1ffb22b000fe5c71a79227a51512c03f578ea60bcommit hash: 1ffb22b000fe5c71a79227a51512c03f578ea60b files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230609

- Obsolete appjail config
- Add support for appjail delete to remove a bunch of logs
- Exit after removing all logs both for ZFS and UFS
- Add missing check for when LOGDIR does not exist in logs remove all
- Add -a & -B parameters in makejail
- Add --before-include & --after-include parameters in EXEC
- Add auto-create command in network
- Add support for network auto-create in quick
- Add network option in quick
- Fix typo appjail-user logs -> appjail logs in Logs
g20230604
04 Jun 2023 22:10:01
commit hash: 3970e52f3ffa2266caba879e9cdedab895587029commit hash: 3970e52f3ffa2266caba879e9cdedab895587029commit hash: 3970e52f3ffa2266caba879e9cdedab895587029commit hash: 3970e52f3ffa2266caba879e9cdedab895587029 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230604

- Add support for line-continuation in Makejails
- Improve CMD parsing
- Add --make-arg-env parameter in VAR
- Remove parsing the variable as a shell command
g20230602
02 Jun 2023 21:20:26
commit hash: ea666355469f0c220b2051de4b4bd8a240f3d949commit hash: ea666355469f0c220b2051de4b4bd8a240f3d949commit hash: ea666355469f0c220b2051de4b4bd8a240f3d949commit hash: ea666355469f0c220b2051de4b4bd8a240f3d949 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: update to g20230602

- Fix CMD issues
- Add missing -Q parameter in tok:usage
- Fix load of a kernel module at startup
- Add missing check for when a template does not exist in quick
- Fix a race condition when creating the bridges at startup
- Remove a Carriege Feed character when a Makejail is included
g20230531
31 May 2023 23:36:45
commit hash: 8bb8c5f22f51c4da4a5412654b425adb70a8d3b2commit hash: 8bb8c5f22f51c4da4a5412654b425adb70a8d3b2commit hash: 8bb8c5f22f51c4da4a5412654b425adb70a8d3b2commit hash: 8bb8c5f22f51c4da4a5412654b425adb70a8d3b2 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230531

- Fix invalid lib_check_ipv4addr name in quick
g20230530
31 May 2023 04:53:25
commit hash: 12c8d83c684d58b67bf6812d80fbcc129c248886commit hash: 12c8d83c684d58b67bf6812d80fbcc129c248886commit hash: 12c8d83c684d58b67bf6812d80fbcc129c248886commit hash: 12c8d83c684d58b67bf6812d80fbcc129c248886 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230530
g20230529
30 May 2023 04:33:47
commit hash: 7528c2b7999389851be47724a6666dfb0dd3424ecommit hash: 7528c2b7999389851be47724a6666dfb0dd3424ecommit hash: 7528c2b7999389851be47724a6666dfb0dd3424ecommit hash: 7528c2b7999389851be47724a6666dfb0dd3424e files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: Update to g20230529

- Add EXEC and DESTROY instruction
- Add status command
- Add healthcheck command
- Add support for jail healthcheck
g20230518
18 May 2023 17:19:59
commit hash: abc23121fc8a87c565e96378cb5aa2f4d9d79d81commit hash: abc23121fc8a87c565e96378cb5aa2f4d9d79d81commit hash: abc23121fc8a87c565e96378cb5aa2f4d9d79d81commit hash: abc23121fc8a87c565e96378cb5aa2f4d9d79d81 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: update to g20230518

- Add macaddr option
- Remove unnecessary parameters description for ip4
- Add appjail-config to uninstall target
- Add execution bit permission to ajconf.sh
- Install with the correct permissions
- Add support for unprivileged users
- Add support for unprivileged users in appjail-config
g20230515
16 May 2023 15:25:27
commit hash: c8db4f9cf11961f5ba1c72dca316b0aec00b2235commit hash: c8db4f9cf11961f5ba1c72dca316b0aec00b2235commit hash: c8db4f9cf11961f5ba1c72dca316b0aec00b2235commit hash: c8db4f9cf11961f5ba1c72dca316b0aec00b2235 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
sysutils/appjail-devel: New port: Simple and easy-to-use tool for creating
portable jails (devel)

AppJail is an open source framework entirely written in sh(1) and
C to create isolated, portable and easy to deploy environments using
FreeBSD jails that behaves like an application.

Number of commits found: 21