[Bug 269631] [NEW PORT] sysutils/appjail: Simple and easy-to-use tool for creating portable jails
Date: Sat, 18 Feb 2023 15:16:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269631 Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #240219|0 |1 is obsolete| | --- Comment #1 from Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> --- Created attachment 240238 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240238&action=edit appjail-2.2.0.patch Description: * Update to 2.2.0 ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.2.0 * Makejail: RUN & USER: - Some complex applications cannot run very well unless the environment is adapted to a full login, so instead of using su -m, su -l is used. Environment variables are used in the su(1) subprocess to pass them to sh(1). This new change has been tested against x11-wm/nscde and www/badwolf with success. Applications using the nobody user may not work since su(1) requires certain information that the nobody user does not provide. * README: - Adapt the examples to not use user nobody. * appjail version: - Bump version to 2.2.0. QA: * portlint: - WARN: /usr/ports-devel/sysutils/appjail/pkg-plist: [121]: If and only if your port is EXAMPLESDIR-safe (that is, a user can override EXAMPLESDIR when building this port and the port will still work correctly) consider using EXAMPLESDIR macro; if you are unsure if this port is EXAMPLESDIR-safe, then ignore this warning - WARN: /usr/ports-devel/sysutils/appjail/pkg-plist: [122]: If and only if your port is EXAMPLESDIR-safe (that is, a user can override EXAMPLESDIR when building this port and the port will still work correctly) consider using EXAMPLESDIR macro; if you are unsure if this port is EXAMPLESDIR-safe, then ignore this warning - WARN: /usr/ports-devel/sysutils/appjail/pkg-plist: [123]: If and only if your port is EXAMPLESDIR-safe (that is, a user can override EXAMPLESDIR when building this port and the port will still work correctly) consider using EXAMPLESDIR macro; if you are unsure if this port is EXAMPLESDIR-safe, then ignore this warning - WARN: /usr/ports-devel/sysutils/appjail/pkg-plist: [124]: If and only if your port is EXAMPLESDIR-safe (that is, a user can override EXAMPLESDIR when building this port and the port will still work correctly) consider using EXAMPLESDIR macro; if you are unsure if this port is EXAMPLESDIR-safe, then ignore this warning * testport: OK (poudriere: 13.1-RELEASE, amd64, GIT tested) -- You are receiving this mail because: You are the assignee for the bug.