Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 15:16:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269631] [NEW PORT] sysutils/appjail: Simple and easy-to-use tool for creating portable jails
Message-ID:  <bug-269631-7788-mfIj1xeHMk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269631-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269631-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269631

Jes=C3=BAs Daniel Colmenares Oviedo <DtxdF@disroot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #240219|0                           |1
        is obsolete|                            |

--- Comment #1 from Jes=C3=BAs Daniel Colmenares Oviedo <DtxdF@disroot.org>=
 ---
Created attachment 240238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D240238&action=
=3Dedit
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)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269631-7788-mfIj1xeHMk>