Port details |
- pam_jail PAM module dropping users in jails after login
- 0.4_1 security
=2 0.4_1Version of this port present on the latest quarterly branch. - Maintainer: damien.bobillot_pam_jail@m4x.org
 - Port Added: 2010-05-10 05:54:06
- Last Update: 2024-02-25 13:19:50
- Commit Hash: 5499e18a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- Description:
- This is a adaptation of pam_chroot to BSD jails : it drops users in jails
after login.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pam_jail>0:security/pam_jail
- To install the port:
- cd /usr/ports/security/pam_jail/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pam_jail
- pkg install pam_jail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pam_jail
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pam_jail-0.4.tar.gz) = d0a99e2ee89995266a7f95cd0e91a99370be968855da9dbdc7b0d1522c09d5fd
SIZE (pam_jail-0.4.tar.gz) = 3262
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_pam_jail
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_1 25 Feb 2024 13:19:50
    |
Muhammad Moinur Rahman (bofh)  |
security/pam_jail: Moved man to share/man
Approved by: portmgr (blanket) |
0.4 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4 25 Nov 2019 23:25:52
  |
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
0.4 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
0.4 03 Nov 2016 16:35:14
  |
linimon  |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket) |
0.4 03 Apr 2015 11:26:50
  |
mat  |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
0.4 10 Dec 2014 14:04:24
  |
feld  |
Update "BSD" license in security category |
0.4 17 Jul 2014 08:57:51
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
0.4 25 Nov 2013 13:18:43
  |
mat  |
Update to 0.4. (10- compability)
PR: ports/182477
Submitted by: maintainer |
0.3 21 Nov 2013 13:12:54
  |
mat  |
- Support staging
- Add LICENSE
- Install the uncompressed man page and let the ports infrastructure compress it
maintainer timeout.
PR: ports/183714
Submitted by: mat |
0.3 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.3 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
0.3 26 Aug 2010 13:50:19
 |
jpaetzel  |
Fix one character typo |
0.3 07 Jul 2010 07:19:32
 |
erwin  |
Bump minimum supported FreeBSD version to 8.0
Submitted by: pointyhat
Feature safe: yes |
0.3 04 Jun 2010 02:03:30
 |
linimon  |
Mark broken on sparc64.
Hat: portmgr |
0.3 10 May 2010 05:53:48
 |
miwi  |
This is a adaptation of pam_chroot to BSD jails : it dropps users in jails
after login.
PR: ports/145302
Submitted by: Damien Bobillot |